public interface MountOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExport()
Export string
|
com.google.protobuf.ByteString |
getExportBytes()
Export string
|
String |
getExportFull()
Full export string
|
com.google.protobuf.ByteString |
getExportFullBytes()
Full export string
|
String |
getInstructions()
Instructions for mounting
|
com.google.protobuf.ByteString |
getInstructionsBytes()
Instructions for mounting
|
Protocols |
getProtocol()
Protocol to mount with.
|
int |
getProtocolValue()
Protocol to mount with.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExport()
Export string
string export = 1;com.google.protobuf.ByteString getExportBytes()
Export string
string export = 1;String getExportFull()
Full export string
string export_full = 2;com.google.protobuf.ByteString getExportFullBytes()
Full export string
string export_full = 2;int getProtocolValue()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;Protocols getProtocol()
Protocol to mount with.
.google.cloud.netapp.v1.Protocols protocol = 3;String getInstructions()
Instructions for mounting
string instructions = 4;com.google.protobuf.ByteString getInstructionsBytes()
Instructions for mounting
string instructions = 4;Copyright © 2024 Google LLC. All rights reserved.