Interface Ops.CacheOptOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.CacheOpt
,Ops.CacheOpt.Builder
- Enclosing class:
Ops
public static interface Ops.CacheOptOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
ID is an optional namespace for the mountcom.google.protobuf.ByteString
ID is an optional namespace for the mountSharing is the sharing mode for the mountint
Sharing is the sharing mode for the mountMethods 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
-
getID
-
getIDBytes
com.google.protobuf.ByteString getIDBytes()ID is an optional namespace for the mount
string ID = 1;
- Returns:
- The bytes for iD.
-
getSharingValue
int getSharingValue()Sharing is the sharing mode for the mount
.pb.CacheSharingOpt sharing = 2;
- Returns:
- The enum numeric value on the wire for sharing.
-
getSharing
Ops.CacheSharingOpt getSharing()Sharing is the sharing mode for the mount
.pb.CacheSharingOpt sharing = 2;
- Returns:
- The sharing.
-