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 Summary
Modifier and TypeMethodDescription.pb.CacheOpt cacheOpt = 20;
.pb.CacheOpt cacheOpt = 20;
.pb.MountContentCache contentCache = 24;
int
.pb.MountContentCache contentCache = 24;
getDest()
string dest = 3;
com.google.protobuf.ByteString
string dest = 3;
long
getInput()
int64 input = 1;
.pb.MountType mountType = 6;
int
.pb.MountType mountType = 6;
long
int64 output = 4;
boolean
bool readonly = 5;
string resultID = 23;
com.google.protobuf.ByteString
string resultID = 23;
.pb.SecretOpt secretOpt = 21;
.pb.SecretOpt secretOpt = 21;
string selector = 2;
com.google.protobuf.ByteString
string selector = 2;
.pb.SSHOpt SSHOpt = 22;
.pb.SSHOpt SSHOpt = 22;
.pb.TmpfsOpt TmpfsOpt = 19;
.pb.TmpfsOpt TmpfsOpt = 19;
boolean
.pb.CacheOpt cacheOpt = 20;
boolean
.pb.SecretOpt secretOpt = 21;
boolean
.pb.SSHOpt SSHOpt = 22;
boolean
.pb.TmpfsOpt TmpfsOpt = 19;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInput
long getInput()int64 input = 1;
- Returns:
- The input.
-
getSelector
-
getSelectorBytes
com.google.protobuf.ByteString getSelectorBytes()string selector = 2;
- Returns:
- The bytes for selector.
-
getDest
-
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
-
hasTmpfsOpt
boolean hasTmpfsOpt().pb.TmpfsOpt TmpfsOpt = 19;
- Returns:
- Whether the tmpfsOpt field is set.
-
getTmpfsOpt
-
getTmpfsOptOrBuilder
Ops.TmpfsOptOrBuilder getTmpfsOptOrBuilder().pb.TmpfsOpt TmpfsOpt = 19;
-
hasCacheOpt
boolean hasCacheOpt().pb.CacheOpt cacheOpt = 20;
- Returns:
- Whether the cacheOpt field is set.
-
getCacheOpt
-
getCacheOptOrBuilder
Ops.CacheOptOrBuilder getCacheOptOrBuilder().pb.CacheOpt cacheOpt = 20;
-
hasSecretOpt
boolean hasSecretOpt().pb.SecretOpt secretOpt = 21;
- Returns:
- Whether the secretOpt field is set.
-
getSecretOpt
-
getSecretOptOrBuilder
Ops.SecretOptOrBuilder getSecretOptOrBuilder().pb.SecretOpt secretOpt = 21;
-
hasSSHOpt
boolean hasSSHOpt().pb.SSHOpt SSHOpt = 22;
- Returns:
- Whether the sSHOpt field is set.
-
getSSHOpt
-
getSSHOptOrBuilder
Ops.SSHOptOrBuilder getSSHOptOrBuilder().pb.SSHOpt SSHOpt = 22;
-
getResultID
-
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.
-