Class Ops.Mount

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

public static final class Ops.Mount extends com.google.protobuf.GeneratedMessage implements Ops.MountOrBuilder
 Mount specifies how to mount an input Op as a filesystem.
 
Protobuf type pb.Mount
See Also:
  • Field Details

  • 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
    • getInput

      public long getInput()
      int64 input = 1;
      Specified by:
      getInput in interface Ops.MountOrBuilder
      Returns:
      The input.
    • 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.
    • 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.
    • getOutput

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

      public boolean getReadonly()
      bool readonly = 5;
      Specified by:
      getReadonly in interface Ops.MountOrBuilder
      Returns:
      The readonly.
    • 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.
    • getMountType

      public Ops.MountType getMountType()
      .pb.MountType mountType = 6;
      Specified by:
      getMountType in interface Ops.MountOrBuilder
      Returns:
      The mountType.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • getContentCache

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

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Ops.Mount parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Ops.Mount parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Mount parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.Mount parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Ops.Mount parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Mount parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Ops.Mount parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static Ops.Mount.Builder newBuilder()
    • newBuilder

      public static Ops.Mount.Builder newBuilder(Ops.Mount prototype)
    • toBuilder

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

      protected Ops.Mount.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Ops.Mount getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Ops.Mount> parser()
    • getParserForType

      public com.google.protobuf.Parser<Ops.Mount> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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