Class NfsShare.Builder (0.42.0)

public static final class NfsShare.Builder extends GeneratedMessageV3.Builder<NfsShare.Builder> implements NfsShareOrBuilder

An NFS share.

Protobuf type google.cloud.baremetalsolution.v2.NfsShare

Implements

NfsShareOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAllowedClients(Iterable<? extends NfsShare.AllowedClient> values)

public NfsShare.Builder addAllAllowedClients(Iterable<? extends NfsShare.AllowedClient> values)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
values Iterable<? extends com.google.cloud.baremetalsolution.v2.NfsShare.AllowedClient>
Returns
Type Description
NfsShare.Builder

addAllowedClients(NfsShare.AllowedClient value)

public NfsShare.Builder addAllowedClients(NfsShare.AllowedClient value)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
value NfsShare.AllowedClient
Returns
Type Description
NfsShare.Builder

addAllowedClients(NfsShare.AllowedClient.Builder builderForValue)

public NfsShare.Builder addAllowedClients(NfsShare.AllowedClient.Builder builderForValue)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
builderForValue NfsShare.AllowedClient.Builder
Returns
Type Description
NfsShare.Builder

addAllowedClients(int index, NfsShare.AllowedClient value)

public NfsShare.Builder addAllowedClients(int index, NfsShare.AllowedClient value)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameters
Name Description
index int
value NfsShare.AllowedClient
Returns
Type Description
NfsShare.Builder

addAllowedClients(int index, NfsShare.AllowedClient.Builder builderForValue)

public NfsShare.Builder addAllowedClients(int index, NfsShare.AllowedClient.Builder builderForValue)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameters
Name Description
index int
builderForValue NfsShare.AllowedClient.Builder
Returns
Type Description
NfsShare.Builder

addAllowedClientsBuilder()

public NfsShare.AllowedClient.Builder addAllowedClientsBuilder()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
NfsShare.AllowedClient.Builder

addAllowedClientsBuilder(int index)

public NfsShare.AllowedClient.Builder addAllowedClientsBuilder(int index)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
index int
Returns
Type Description
NfsShare.AllowedClient.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NfsShare.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NfsShare.Builder
Overrides

build()

public NfsShare build()
Returns
Type Description
NfsShare

buildPartial()

public NfsShare buildPartial()
Returns
Type Description
NfsShare

clear()

public NfsShare.Builder clear()
Returns
Type Description
NfsShare.Builder
Overrides

clearAllowedClients()

public NfsShare.Builder clearAllowedClients()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
NfsShare.Builder

clearField(Descriptors.FieldDescriptor field)

public NfsShare.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
NfsShare.Builder
Overrides

clearId()

public NfsShare.Builder clearId()

Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.

string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearLabels()

public NfsShare.Builder clearLabels()
Returns
Type Description
NfsShare.Builder

clearName()

public NfsShare.Builder clearName()

Immutable. The name of the NFS share.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearNfsShareId()

public NfsShare.Builder clearNfsShareId()

Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public NfsShare.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
NfsShare.Builder
Overrides

clearRequestedSizeGib()

public NfsShare.Builder clearRequestedSizeGib()

The requested size, in GiB.

int64 requested_size_gib = 7;

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearState()

public NfsShare.Builder clearState()

Output only. The state of the NFS share.

.google.cloud.baremetalsolution.v2.NfsShare.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearStorageType()

public NfsShare.Builder clearStorageType()

Immutable. The storage type of the underlying volume.

.google.cloud.baremetalsolution.v2.NfsShare.StorageType storage_type = 9 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clearVolume()

public NfsShare.Builder clearVolume()

Output only. The underlying volume of the share. Created automatically during provisioning.

string volume = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
NfsShare.Builder

This builder for chaining.

clone()

public NfsShare.Builder clone()
Returns
Type Description
NfsShare.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAllowedClients(int index)

public NfsShare.AllowedClient getAllowedClients(int index)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
index int
Returns
Type Description
NfsShare.AllowedClient

getAllowedClientsBuilder(int index)

public NfsShare.AllowedClient.Builder getAllowedClientsBuilder(int index)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
index int
Returns
Type Description
NfsShare.AllowedClient.Builder

getAllowedClientsBuilderList()

public List<NfsShare.AllowedClient.Builder> getAllowedClientsBuilderList()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
List<Builder>

getAllowedClientsCount()

public int getAllowedClientsCount()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
int

getAllowedClientsList()

public List<NfsShare.AllowedClient> getAllowedClientsList()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
List<AllowedClient>

getAllowedClientsOrBuilder(int index)

public NfsShare.AllowedClientOrBuilder getAllowedClientsOrBuilder(int index)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
index int
Returns
Type Description
NfsShare.AllowedClientOrBuilder

getAllowedClientsOrBuilderList()

public List<? extends NfsShare.AllowedClientOrBuilder> getAllowedClientsOrBuilderList()

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Returns
Type Description
List<? extends com.google.cloud.baremetalsolution.v2.NfsShare.AllowedClientOrBuilder>

getDefaultInstanceForType()

public NfsShare getDefaultInstanceForType()
Returns
Type Description
NfsShare

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getId()

public String getId()

Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.

string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.

string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for id.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 6;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 6;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels as key value pairs.

map<string, string> labels = 6;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

Immutable. The name of the NFS share.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Immutable. The name of the NFS share.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for name.

getNfsShareId()

public String getNfsShareId()

Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nfsShareId.

getNfsShareIdBytes()

public ByteString getNfsShareIdBytes()

Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nfsShareId.

getRequestedSizeGib()

public long getRequestedSizeGib()

The requested size, in GiB.

int64 requested_size_gib = 7;

Returns
Type Description
long

The requestedSizeGib.

getState()

public NfsShare.State getState()

Output only. The state of the NFS share.

.google.cloud.baremetalsolution.v2.NfsShare.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
NfsShare.State

The state.

getStateValue()

public int getStateValue()

Output only. The state of the NFS share.

.google.cloud.baremetalsolution.v2.NfsShare.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getStorageType()

public NfsShare.StorageType getStorageType()

Immutable. The storage type of the underlying volume.

.google.cloud.baremetalsolution.v2.NfsShare.StorageType storage_type = 9 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
NfsShare.StorageType

The storageType.

getStorageTypeValue()

public int getStorageTypeValue()

Immutable. The storage type of the underlying volume.

.google.cloud.baremetalsolution.v2.NfsShare.StorageType storage_type = 9 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for storageType.

getVolume()

public String getVolume()

Output only. The underlying volume of the share. Created automatically during provisioning.

string volume = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The volume.

getVolumeBytes()

public ByteString getVolumeBytes()

Output only. The underlying volume of the share. Created automatically during provisioning.

string volume = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for volume.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(NfsShare other)

public NfsShare.Builder mergeFrom(NfsShare other)
Parameter
Name Description
other NfsShare
Returns
Type Description
NfsShare.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NfsShare.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
NfsShare.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public NfsShare.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
NfsShare.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NfsShare.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NfsShare.Builder
Overrides

putAllLabels(Map<String,String> values)

public NfsShare.Builder putAllLabels(Map<String,String> values)

Labels as key value pairs.

map<string, string> labels = 6;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
NfsShare.Builder

putLabels(String key, String value)

public NfsShare.Builder putLabels(String key, String value)

Labels as key value pairs.

map<string, string> labels = 6;

Parameters
Name Description
key String
value String
Returns
Type Description
NfsShare.Builder

removeAllowedClients(int index)

public NfsShare.Builder removeAllowedClients(int index)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameter
Name Description
index int
Returns
Type Description
NfsShare.Builder

removeLabels(String key)

public NfsShare.Builder removeLabels(String key)

Labels as key value pairs.

map<string, string> labels = 6;

Parameter
Name Description
key String
Returns
Type Description
NfsShare.Builder

setAllowedClients(int index, NfsShare.AllowedClient value)

public NfsShare.Builder setAllowedClients(int index, NfsShare.AllowedClient value)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameters
Name Description
index int
value NfsShare.AllowedClient
Returns
Type Description
NfsShare.Builder

setAllowedClients(int index, NfsShare.AllowedClient.Builder builderForValue)

public NfsShare.Builder setAllowedClients(int index, NfsShare.AllowedClient.Builder builderForValue)

List of allowed access points.

repeated .google.cloud.baremetalsolution.v2.NfsShare.AllowedClient allowed_clients = 5;

Parameters
Name Description
index int
builderForValue NfsShare.AllowedClient.Builder
Returns
Type Description
NfsShare.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public NfsShare.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
NfsShare.Builder
Overrides

setId(String value)

public NfsShare.Builder setId(String value)

Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.

string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The id to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setIdBytes(ByteString value)

public NfsShare.Builder setIdBytes(ByteString value)

Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.

string id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for id to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setName(String value)

public NfsShare.Builder setName(String value)

Immutable. The name of the NFS share.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setNameBytes(ByteString value)

public NfsShare.Builder setNameBytes(ByteString value)

Immutable. The name of the NFS share.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setNfsShareId(String value)

public NfsShare.Builder setNfsShareId(String value)

Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The nfsShareId to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setNfsShareIdBytes(ByteString value)

public NfsShare.Builder setNfsShareIdBytes(ByteString value)

Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use id instead.

string nfs_share_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for nfsShareId to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public NfsShare.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
NfsShare.Builder
Overrides

setRequestedSizeGib(long value)

public NfsShare.Builder setRequestedSizeGib(long value)

The requested size, in GiB.

int64 requested_size_gib = 7;

Parameter
Name Description
value long

The requestedSizeGib to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setState(NfsShare.State value)

public NfsShare.Builder setState(NfsShare.State value)

Output only. The state of the NFS share.

.google.cloud.baremetalsolution.v2.NfsShare.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value NfsShare.State

The state to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setStateValue(int value)

public NfsShare.Builder setStateValue(int value)

Output only. The state of the NFS share.

.google.cloud.baremetalsolution.v2.NfsShare.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setStorageType(NfsShare.StorageType value)

public NfsShare.Builder setStorageType(NfsShare.StorageType value)

Immutable. The storage type of the underlying volume.

.google.cloud.baremetalsolution.v2.NfsShare.StorageType storage_type = 9 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value NfsShare.StorageType

The storageType to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setStorageTypeValue(int value)

public NfsShare.Builder setStorageTypeValue(int value)

Immutable. The storage type of the underlying volume.

.google.cloud.baremetalsolution.v2.NfsShare.StorageType storage_type = 9 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value int

The enum numeric value on the wire for storageType to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final NfsShare.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
NfsShare.Builder
Overrides

setVolume(String value)

public NfsShare.Builder setVolume(String value)

Output only. The underlying volume of the share. Created automatically during provisioning.

string volume = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The volume to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.

setVolumeBytes(ByteString value)

public NfsShare.Builder setVolumeBytes(ByteString value)

Output only. The underlying volume of the share. Created automatically during provisioning.

string volume = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for volume to set.

Returns
Type Description
NfsShare.Builder

This builder for chaining.