- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.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.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.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.5.0
- 0.4.0
- 0.3.8
- 0.2.1
- 0.1.1
public static final class NfsShare.Builder extends GeneratedMessageV3.Builder<NfsShare.Builder> implements NfsShareOrBuilder
An NFS share.
Protobuf type google.cloud.baremetalsolution.v2.NfsShare
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NfsShare.BuilderImplements
NfsShareOrBuilderStatic 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 |
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 |
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 |
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 |
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 |
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 |
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 |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public NfsShare.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
NfsShare.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NfsShare.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
NfsShare.Builder |
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 |
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 |
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 |
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. |