Package com.google.cloud.netapp.v1
Interface MountOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MountOption
,MountOption.Builder
public interface MountOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExport()
Export stringcom.google.protobuf.ByteString
getExportBytes()
Export stringString
getExportFull()
Full export stringcom.google.protobuf.ByteString
getExportFullBytes()
Full export stringString
getInstructions()
Instructions for mountingcom.google.protobuf.ByteString
getInstructionsBytes()
Instructions for mountingProtocols
getProtocol()
Protocol to mount with.int
getProtocolValue()
Protocol to mount with.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExport
String getExport()
Export string
string export = 1;
- Returns:
- The export.
-
getExportBytes
com.google.protobuf.ByteString getExportBytes()
Export string
string export = 1;
- Returns:
- The bytes for export.
-
getExportFull
String getExportFull()
Full export string
string export_full = 2;
- Returns:
- The exportFull.
-
getExportFullBytes
com.google.protobuf.ByteString getExportFullBytes()
Full export string
string export_full = 2;
- Returns:
- The bytes for exportFull.
-
getProtocolValue
int getProtocolValue()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;
- Returns:
- The enum numeric value on the wire for protocol.
-
getProtocol
Protocols getProtocol()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;
- Returns:
- The protocol.
-
getInstructions
String getInstructions()
Instructions for mounting
string instructions = 4;
- Returns:
- The instructions.
-
getInstructionsBytes
com.google.protobuf.ByteString getInstructionsBytes()
Instructions for mounting
string instructions = 4;
- Returns:
- The bytes for instructions.
-
-