- 0.52.0 (latest)
- 0.51.0
- 0.50.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.38.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.26.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.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.6
- 0.1.0
public static final class ReplicaPlacement.Builder extends GeneratedMessageV3.Builder<ReplicaPlacement.Builder> implements ReplicaPlacementOrBuilder
Configuration for the placement of a control plane replica.
Protobuf type google.cloud.gkemulticloud.v1.ReplicaPlacement
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReplicaPlacement.BuilderImplements
ReplicaPlacementOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReplicaPlacement.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReplicaPlacement.Builder |
build()
public ReplicaPlacement build()
Type | Description |
ReplicaPlacement |
buildPartial()
public ReplicaPlacement buildPartial()
Type | Description |
ReplicaPlacement |
clear()
public ReplicaPlacement.Builder clear()
Type | Description |
ReplicaPlacement.Builder |
clearAzureAvailabilityZone()
public ReplicaPlacement.Builder clearAzureAvailabilityZone()
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ReplicaPlacement.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReplicaPlacement.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReplicaPlacement.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReplicaPlacement.Builder |
clearSubnetId()
public ReplicaPlacement.Builder clearSubnetId()
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.
string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
clone()
public ReplicaPlacement.Builder clone()
Type | Description |
ReplicaPlacement.Builder |
getAzureAvailabilityZone()
public String getAzureAvailabilityZone()
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The azureAvailabilityZone. |
getAzureAvailabilityZoneBytes()
public ByteString getAzureAvailabilityZoneBytes()
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for azureAvailabilityZone. |
getDefaultInstanceForType()
public ReplicaPlacement getDefaultInstanceForType()
Type | Description |
ReplicaPlacement |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getSubnetId()
public String getSubnetId()
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.
string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The subnetId. |
getSubnetIdBytes()
public ByteString getSubnetIdBytes()
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.
string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for subnetId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ReplicaPlacement other)
public ReplicaPlacement.Builder mergeFrom(ReplicaPlacement other)
Name | Description |
other | ReplicaPlacement |
Type | Description |
ReplicaPlacement.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReplicaPlacement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReplicaPlacement.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReplicaPlacement.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReplicaPlacement.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReplicaPlacement.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReplicaPlacement.Builder |
setAzureAvailabilityZone(String value)
public ReplicaPlacement.Builder setAzureAvailabilityZone(String value)
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The azureAvailabilityZone to set. |
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
setAzureAvailabilityZoneBytes(ByteString value)
public ReplicaPlacement.Builder setAzureAvailabilityZoneBytes(ByteString value)
Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for azureAvailabilityZone to set. |
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ReplicaPlacement.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReplicaPlacement.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReplicaPlacement.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ReplicaPlacement.Builder |
setSubnetId(String value)
public ReplicaPlacement.Builder setSubnetId(String value)
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.
string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The subnetId to set. |
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
setSubnetIdBytes(ByteString value)
public ReplicaPlacement.Builder setSubnetIdBytes(ByteString value)
Required. For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.
string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for subnetId to set. |
Type | Description |
ReplicaPlacement.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReplicaPlacement.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReplicaPlacement.Builder |