Class Ops.Mount.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.Mount.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder>
pb.Ops.Mount.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.MountOrBuilder
Enclosing class:
Ops.Mount

public static final class Ops.Mount.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder> implements Ops.MountOrBuilder
 Mount specifies how to mount an input Op as a filesystem.
 
Protobuf type pb.Mount
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder>
    • clear

      public Ops.Mount.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder>
    • getDefaultInstanceForType

      public Ops.Mount getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.Mount build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.Mount buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.Mount.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Mount.Builder>
    • mergeFrom

      public Ops.Mount.Builder mergeFrom(Ops.Mount other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Ops.Mount.Builder>
    • mergeFrom

      public Ops.Mount.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Mount.Builder>
      Throws:
      IOException
    • getInput

      public long getInput()
      int64 input = 1;
      Specified by:
      getInput in interface Ops.MountOrBuilder
      Returns:
      The input.
    • setInput

      public Ops.Mount.Builder setInput(long value)
      int64 input = 1;
      Parameters:
      value - The input to set.
      Returns:
      This builder for chaining.
    • clearInput

      public Ops.Mount.Builder clearInput()
      int64 input = 1;
      Returns:
      This builder for chaining.
    • getSelector

      public String getSelector()
      string selector = 2;
      Specified by:
      getSelector in interface Ops.MountOrBuilder
      Returns:
      The selector.
    • getSelectorBytes

      public com.google.protobuf.ByteString getSelectorBytes()
      string selector = 2;
      Specified by:
      getSelectorBytes in interface Ops.MountOrBuilder
      Returns:
      The bytes for selector.
    • setSelector

      public Ops.Mount.Builder setSelector(String value)
      string selector = 2;
      Parameters:
      value - The selector to set.
      Returns:
      This builder for chaining.
    • clearSelector

      public Ops.Mount.Builder clearSelector()
      string selector = 2;
      Returns:
      This builder for chaining.
    • setSelectorBytes

      public Ops.Mount.Builder setSelectorBytes(com.google.protobuf.ByteString value)
      string selector = 2;
      Parameters:
      value - The bytes for selector to set.
      Returns:
      This builder for chaining.
    • getDest

      public String getDest()
      string dest = 3;
      Specified by:
      getDest in interface Ops.MountOrBuilder
      Returns:
      The dest.
    • getDestBytes

      public com.google.protobuf.ByteString getDestBytes()
      string dest = 3;
      Specified by:
      getDestBytes in interface Ops.MountOrBuilder
      Returns:
      The bytes for dest.
    • setDest

      public Ops.Mount.Builder setDest(String value)
      string dest = 3;
      Parameters:
      value - The dest to set.
      Returns:
      This builder for chaining.
    • clearDest

      public Ops.Mount.Builder clearDest()
      string dest = 3;
      Returns:
      This builder for chaining.
    • setDestBytes

      public Ops.Mount.Builder setDestBytes(com.google.protobuf.ByteString value)
      string dest = 3;
      Parameters:
      value - The bytes for dest to set.
      Returns:
      This builder for chaining.
    • getOutput

      public long getOutput()
      int64 output = 4;
      Specified by:
      getOutput in interface Ops.MountOrBuilder
      Returns:
      The output.
    • setOutput

      public Ops.Mount.Builder setOutput(long value)
      int64 output = 4;
      Parameters:
      value - The output to set.
      Returns:
      This builder for chaining.
    • clearOutput

      public Ops.Mount.Builder clearOutput()
      int64 output = 4;
      Returns:
      This builder for chaining.
    • getReadonly

      public boolean getReadonly()
      bool readonly = 5;
      Specified by:
      getReadonly in interface Ops.MountOrBuilder
      Returns:
      The readonly.
    • setReadonly

      public Ops.Mount.Builder setReadonly(boolean value)
      bool readonly = 5;
      Parameters:
      value - The readonly to set.
      Returns:
      This builder for chaining.
    • clearReadonly

      public Ops.Mount.Builder clearReadonly()
      bool readonly = 5;
      Returns:
      This builder for chaining.
    • getMountTypeValue

      public int getMountTypeValue()
      .pb.MountType mountType = 6;
      Specified by:
      getMountTypeValue in interface Ops.MountOrBuilder
      Returns:
      The enum numeric value on the wire for mountType.
    • setMountTypeValue

      public Ops.Mount.Builder setMountTypeValue(int value)
      .pb.MountType mountType = 6;
      Parameters:
      value - The enum numeric value on the wire for mountType to set.
      Returns:
      This builder for chaining.
    • getMountType

      public Ops.MountType getMountType()
      .pb.MountType mountType = 6;
      Specified by:
      getMountType in interface Ops.MountOrBuilder
      Returns:
      The mountType.
    • setMountType

      public Ops.Mount.Builder setMountType(Ops.MountType value)
      .pb.MountType mountType = 6;
      Parameters:
      value - The mountType to set.
      Returns:
      This builder for chaining.
    • clearMountType

      public Ops.Mount.Builder clearMountType()
      .pb.MountType mountType = 6;
      Returns:
      This builder for chaining.
    • hasTmpfsOpt

      public boolean hasTmpfsOpt()
      .pb.TmpfsOpt TmpfsOpt = 19;
      Specified by:
      hasTmpfsOpt in interface Ops.MountOrBuilder
      Returns:
      Whether the tmpfsOpt field is set.
    • getTmpfsOpt

      public Ops.TmpfsOpt getTmpfsOpt()
      .pb.TmpfsOpt TmpfsOpt = 19;
      Specified by:
      getTmpfsOpt in interface Ops.MountOrBuilder
      Returns:
      The tmpfsOpt.
    • setTmpfsOpt

      public Ops.Mount.Builder setTmpfsOpt(Ops.TmpfsOpt value)
      .pb.TmpfsOpt TmpfsOpt = 19;
    • setTmpfsOpt

      public Ops.Mount.Builder setTmpfsOpt(Ops.TmpfsOpt.Builder builderForValue)
      .pb.TmpfsOpt TmpfsOpt = 19;
    • mergeTmpfsOpt

      public Ops.Mount.Builder mergeTmpfsOpt(Ops.TmpfsOpt value)
      .pb.TmpfsOpt TmpfsOpt = 19;
    • clearTmpfsOpt

      public Ops.Mount.Builder clearTmpfsOpt()
      .pb.TmpfsOpt TmpfsOpt = 19;
    • getTmpfsOptBuilder

      public Ops.TmpfsOpt.Builder getTmpfsOptBuilder()
      .pb.TmpfsOpt TmpfsOpt = 19;
    • getTmpfsOptOrBuilder

      public Ops.TmpfsOptOrBuilder getTmpfsOptOrBuilder()
      .pb.TmpfsOpt TmpfsOpt = 19;
      Specified by:
      getTmpfsOptOrBuilder in interface Ops.MountOrBuilder
    • hasCacheOpt

      public boolean hasCacheOpt()
      .pb.CacheOpt cacheOpt = 20;
      Specified by:
      hasCacheOpt in interface Ops.MountOrBuilder
      Returns:
      Whether the cacheOpt field is set.
    • getCacheOpt

      public Ops.CacheOpt getCacheOpt()
      .pb.CacheOpt cacheOpt = 20;
      Specified by:
      getCacheOpt in interface Ops.MountOrBuilder
      Returns:
      The cacheOpt.
    • setCacheOpt

      public Ops.Mount.Builder setCacheOpt(Ops.CacheOpt value)
      .pb.CacheOpt cacheOpt = 20;
    • setCacheOpt

      public Ops.Mount.Builder setCacheOpt(Ops.CacheOpt.Builder builderForValue)
      .pb.CacheOpt cacheOpt = 20;
    • mergeCacheOpt

      public Ops.Mount.Builder mergeCacheOpt(Ops.CacheOpt value)
      .pb.CacheOpt cacheOpt = 20;
    • clearCacheOpt

      public Ops.Mount.Builder clearCacheOpt()
      .pb.CacheOpt cacheOpt = 20;
    • getCacheOptBuilder

      public Ops.CacheOpt.Builder getCacheOptBuilder()
      .pb.CacheOpt cacheOpt = 20;
    • getCacheOptOrBuilder

      public Ops.CacheOptOrBuilder getCacheOptOrBuilder()
      .pb.CacheOpt cacheOpt = 20;
      Specified by:
      getCacheOptOrBuilder in interface Ops.MountOrBuilder
    • hasSecretOpt

      public boolean hasSecretOpt()
      .pb.SecretOpt secretOpt = 21;
      Specified by:
      hasSecretOpt in interface Ops.MountOrBuilder
      Returns:
      Whether the secretOpt field is set.
    • getSecretOpt

      public Ops.SecretOpt getSecretOpt()
      .pb.SecretOpt secretOpt = 21;
      Specified by:
      getSecretOpt in interface Ops.MountOrBuilder
      Returns:
      The secretOpt.
    • setSecretOpt

      public Ops.Mount.Builder setSecretOpt(Ops.SecretOpt value)
      .pb.SecretOpt secretOpt = 21;
    • setSecretOpt

      public Ops.Mount.Builder setSecretOpt(Ops.SecretOpt.Builder builderForValue)
      .pb.SecretOpt secretOpt = 21;
    • mergeSecretOpt

      public Ops.Mount.Builder mergeSecretOpt(Ops.SecretOpt value)
      .pb.SecretOpt secretOpt = 21;
    • clearSecretOpt

      public Ops.Mount.Builder clearSecretOpt()
      .pb.SecretOpt secretOpt = 21;
    • getSecretOptBuilder

      public Ops.SecretOpt.Builder getSecretOptBuilder()
      .pb.SecretOpt secretOpt = 21;
    • getSecretOptOrBuilder

      public Ops.SecretOptOrBuilder getSecretOptOrBuilder()
      .pb.SecretOpt secretOpt = 21;
      Specified by:
      getSecretOptOrBuilder in interface Ops.MountOrBuilder
    • hasSSHOpt

      public boolean hasSSHOpt()
      .pb.SSHOpt SSHOpt = 22;
      Specified by:
      hasSSHOpt in interface Ops.MountOrBuilder
      Returns:
      Whether the sSHOpt field is set.
    • getSSHOpt

      public Ops.SSHOpt getSSHOpt()
      .pb.SSHOpt SSHOpt = 22;
      Specified by:
      getSSHOpt in interface Ops.MountOrBuilder
      Returns:
      The sSHOpt.
    • setSSHOpt

      public Ops.Mount.Builder setSSHOpt(Ops.SSHOpt value)
      .pb.SSHOpt SSHOpt = 22;
    • setSSHOpt

      public Ops.Mount.Builder setSSHOpt(Ops.SSHOpt.Builder builderForValue)
      .pb.SSHOpt SSHOpt = 22;
    • mergeSSHOpt

      public Ops.Mount.Builder mergeSSHOpt(Ops.SSHOpt value)
      .pb.SSHOpt SSHOpt = 22;
    • clearSSHOpt

      public Ops.Mount.Builder clearSSHOpt()
      .pb.SSHOpt SSHOpt = 22;
    • getSSHOptBuilder

      public Ops.SSHOpt.Builder getSSHOptBuilder()
      .pb.SSHOpt SSHOpt = 22;
    • getSSHOptOrBuilder

      public Ops.SSHOptOrBuilder getSSHOptOrBuilder()
      .pb.SSHOpt SSHOpt = 22;
      Specified by:
      getSSHOptOrBuilder in interface Ops.MountOrBuilder
    • getResultID

      public String getResultID()
      string resultID = 23;
      Specified by:
      getResultID in interface Ops.MountOrBuilder
      Returns:
      The resultID.
    • getResultIDBytes

      public com.google.protobuf.ByteString getResultIDBytes()
      string resultID = 23;
      Specified by:
      getResultIDBytes in interface Ops.MountOrBuilder
      Returns:
      The bytes for resultID.
    • setResultID

      public Ops.Mount.Builder setResultID(String value)
      string resultID = 23;
      Parameters:
      value - The resultID to set.
      Returns:
      This builder for chaining.
    • clearResultID

      public Ops.Mount.Builder clearResultID()
      string resultID = 23;
      Returns:
      This builder for chaining.
    • setResultIDBytes

      public Ops.Mount.Builder setResultIDBytes(com.google.protobuf.ByteString value)
      string resultID = 23;
      Parameters:
      value - The bytes for resultID to set.
      Returns:
      This builder for chaining.
    • getContentCacheValue

      public int getContentCacheValue()
      .pb.MountContentCache contentCache = 24;
      Specified by:
      getContentCacheValue in interface Ops.MountOrBuilder
      Returns:
      The enum numeric value on the wire for contentCache.
    • setContentCacheValue

      public Ops.Mount.Builder setContentCacheValue(int value)
      .pb.MountContentCache contentCache = 24;
      Parameters:
      value - The enum numeric value on the wire for contentCache to set.
      Returns:
      This builder for chaining.
    • getContentCache

      public Ops.MountContentCache getContentCache()
      .pb.MountContentCache contentCache = 24;
      Specified by:
      getContentCache in interface Ops.MountOrBuilder
      Returns:
      The contentCache.
    • setContentCache

      public Ops.Mount.Builder setContentCache(Ops.MountContentCache value)
      .pb.MountContentCache contentCache = 24;
      Parameters:
      value - The contentCache to set.
      Returns:
      This builder for chaining.
    • clearContentCache

      public Ops.Mount.Builder clearContentCache()
      .pb.MountContentCache contentCache = 24;
      Returns:
      This builder for chaining.