- 0.57.0 (latest)
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.47.0
 - 0.46.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class MountOption.Builder extends GeneratedMessageV3.Builder<MountOption.Builder> implements MountOptionOrBuilderView only mount options for a volume.
 Protobuf type google.cloud.netapp.v1.MountOption
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MountOption.BuilderImplements
MountOptionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MountOption.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
build()
public MountOption build()| Returns | |
|---|---|
| Type | Description | 
MountOption | 
        |
buildPartial()
public MountOption buildPartial()| Returns | |
|---|---|
| Type | Description | 
MountOption | 
        |
clear()
public MountOption.Builder clear()| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
clearExport()
public MountOption.Builder clearExport()Export string
 string export = 1;
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
clearExportFull()
public MountOption.Builder clearExportFull()Full export string
 string export_full = 2;
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public MountOption.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
clearInstructions()
public MountOption.Builder clearInstructions()Instructions for mounting
 string instructions = 4;
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public MountOption.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
clearProtocol()
public MountOption.Builder clearProtocol()Protocol to mount with.
 .google.cloud.netapp.v1.Protocols protocol = 3;
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
clone()
public MountOption.Builder clone()| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
getDefaultInstanceForType()
public MountOption getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
MountOption | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getExport()
public String getExport()Export string
 string export = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The export.  | 
      
getExportBytes()
public ByteString getExportBytes()Export string
 string export = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for export.  | 
      
getExportFull()
public String getExportFull()Full export string
 string export_full = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The exportFull.  | 
      
getExportFullBytes()
public ByteString getExportFullBytes()Full export string
 string export_full = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for exportFull.  | 
      
getInstructions()
public String getInstructions()Instructions for mounting
 string instructions = 4;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The instructions.  | 
      
getInstructionsBytes()
public ByteString getInstructionsBytes()Instructions for mounting
 string instructions = 4;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for instructions.  | 
      
getProtocol()
public Protocols getProtocol()Protocol to mount with.
 .google.cloud.netapp.v1.Protocols protocol = 3;
| Returns | |
|---|---|
| Type | Description | 
Protocols | 
        The protocol.  | 
      
getProtocolValue()
public int getProtocolValue()Protocol to mount with.
 .google.cloud.netapp.v1.Protocols protocol = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for protocol.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(MountOption other)
public MountOption.Builder mergeFrom(MountOption other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        MountOption | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MountOption.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public MountOption.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MountOption.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
setExport(String value)
public MountOption.Builder setExport(String value)Export string
 string export = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe export to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setExportBytes(ByteString value)
public MountOption.Builder setExportBytes(ByteString value)Export string
 string export = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for export to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setExportFull(String value)
public MountOption.Builder setExportFull(String value)Full export string
 string export_full = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe exportFull to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setExportFullBytes(ByteString value)
public MountOption.Builder setExportFullBytes(ByteString value)Full export string
 string export_full = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for exportFull to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public MountOption.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
setInstructions(String value)
public MountOption.Builder setInstructions(String value)Instructions for mounting
 string instructions = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe instructions to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setInstructionsBytes(ByteString value)
public MountOption.Builder setInstructionsBytes(ByteString value)Instructions for mounting
 string instructions = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for instructions to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setProtocol(Protocols value)
public MountOption.Builder setProtocol(Protocols value)Protocol to mount with.
 .google.cloud.netapp.v1.Protocols protocol = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ProtocolsThe protocol to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setProtocolValue(int value)
public MountOption.Builder setProtocolValue(int value)Protocol to mount with.
 .google.cloud.netapp.v1.Protocols protocol = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for protocol to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MountOption.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final MountOption.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
MountOption.Builder | 
        |