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 Type
    Method
    Description
    ID is an optional namespace for the mount
    com.google.protobuf.ByteString
    ID is an optional namespace for the mount
    Sharing is the sharing mode for the mount
    int
    Sharing is the sharing mode for the mount

    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

    • getID

      String getID()
       ID is an optional namespace for the mount
       
      string ID = 1;
      Returns:
      The iD.
    • 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.