Interface Ops.MountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.Mount, Ops.Mount.Builder
Enclosing class:
Ops

public static interface Ops.MountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInput

      long getInput()
      int64 input = 1;
      Returns:
      The input.
    • getSelector

      String getSelector()
      string selector = 2;
      Returns:
      The selector.
    • getSelectorBytes

      com.google.protobuf.ByteString getSelectorBytes()
      string selector = 2;
      Returns:
      The bytes for selector.
    • getDest

      String getDest()
      string dest = 3;
      Returns:
      The dest.
    • getDestBytes

      com.google.protobuf.ByteString getDestBytes()
      string dest = 3;
      Returns:
      The bytes for dest.
    • getOutput

      long getOutput()
      int64 output = 4;
      Returns:
      The output.
    • getReadonly

      boolean getReadonly()
      bool readonly = 5;
      Returns:
      The readonly.
    • getMountTypeValue

      int getMountTypeValue()
      .pb.MountType mountType = 6;
      Returns:
      The enum numeric value on the wire for mountType.
    • getMountType

      Ops.MountType getMountType()
      .pb.MountType mountType = 6;
      Returns:
      The mountType.
    • hasTmpfsOpt

      boolean hasTmpfsOpt()
      .pb.TmpfsOpt TmpfsOpt = 19;
      Returns:
      Whether the tmpfsOpt field is set.
    • getTmpfsOpt

      Ops.TmpfsOpt getTmpfsOpt()
      .pb.TmpfsOpt TmpfsOpt = 19;
      Returns:
      The tmpfsOpt.
    • getTmpfsOptOrBuilder

      Ops.TmpfsOptOrBuilder getTmpfsOptOrBuilder()
      .pb.TmpfsOpt TmpfsOpt = 19;
    • hasCacheOpt

      boolean hasCacheOpt()
      .pb.CacheOpt cacheOpt = 20;
      Returns:
      Whether the cacheOpt field is set.
    • getCacheOpt

      Ops.CacheOpt getCacheOpt()
      .pb.CacheOpt cacheOpt = 20;
      Returns:
      The cacheOpt.
    • getCacheOptOrBuilder

      Ops.CacheOptOrBuilder getCacheOptOrBuilder()
      .pb.CacheOpt cacheOpt = 20;
    • hasSecretOpt

      boolean hasSecretOpt()
      .pb.SecretOpt secretOpt = 21;
      Returns:
      Whether the secretOpt field is set.
    • getSecretOpt

      Ops.SecretOpt getSecretOpt()
      .pb.SecretOpt secretOpt = 21;
      Returns:
      The secretOpt.
    • getSecretOptOrBuilder

      Ops.SecretOptOrBuilder getSecretOptOrBuilder()
      .pb.SecretOpt secretOpt = 21;
    • hasSSHOpt

      boolean hasSSHOpt()
      .pb.SSHOpt SSHOpt = 22;
      Returns:
      Whether the sSHOpt field is set.
    • getSSHOpt

      Ops.SSHOpt getSSHOpt()
      .pb.SSHOpt SSHOpt = 22;
      Returns:
      The sSHOpt.
    • getSSHOptOrBuilder

      Ops.SSHOptOrBuilder getSSHOptOrBuilder()
      .pb.SSHOpt SSHOpt = 22;
    • getResultID

      String getResultID()
      string resultID = 23;
      Returns:
      The resultID.
    • getResultIDBytes

      com.google.protobuf.ByteString getResultIDBytes()
      string resultID = 23;
      Returns:
      The bytes for resultID.
    • getContentCacheValue

      int getContentCacheValue()
      .pb.MountContentCache contentCache = 24;
      Returns:
      The enum numeric value on the wire for contentCache.
    • getContentCache

      Ops.MountContentCache getContentCache()
      .pb.MountContentCache contentCache = 24;
      Returns:
      The contentCache.