Class ReplicaPlacement (0.40.0)

public final class ReplicaPlacement extends GeneratedMessageV3 implements ReplicaPlacementOrBuilder

Configuration for the placement of a control plane replica.

Protobuf type google.cloud.gkemulticloud.v1.ReplicaPlacement

Static Fields

AZURE_AVAILABILITY_ZONE_FIELD_NUMBER

public static final int AZURE_AVAILABILITY_ZONE_FIELD_NUMBER
Field Value
TypeDescription
int

SUBNET_ID_FIELD_NUMBER

public static final int SUBNET_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReplicaPlacement getDefaultInstance()
Returns
TypeDescription
ReplicaPlacement

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ReplicaPlacement.Builder newBuilder()
Returns
TypeDescription
ReplicaPlacement.Builder

newBuilder(ReplicaPlacement prototype)

public static ReplicaPlacement.Builder newBuilder(ReplicaPlacement prototype)
Parameter
NameDescription
prototypeReplicaPlacement
Returns
TypeDescription
ReplicaPlacement.Builder

parseDelimitedFrom(InputStream input)

public static ReplicaPlacement parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ReplicaPlacement parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReplicaPlacement parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReplicaPlacement parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ReplicaPlacement parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ReplicaPlacement parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReplicaPlacement parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReplicaPlacement
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ReplicaPlacement> parser()
Returns
TypeDescription
Parser<ReplicaPlacement>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for azureAvailabilityZone.

getDefaultInstanceForType()

public ReplicaPlacement getDefaultInstanceForType()
Returns
TypeDescription
ReplicaPlacement

getParserForType()

public Parser<ReplicaPlacement> getParserForType()
Returns
TypeDescription
Parser<ReplicaPlacement>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for subnetId.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ReplicaPlacement.Builder newBuilderForType()
Returns
TypeDescription
ReplicaPlacement.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReplicaPlacement.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ReplicaPlacement.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ReplicaPlacement.Builder toBuilder()
Returns
TypeDescription
ReplicaPlacement.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException