Class Cluster.PrimaryConfig.Builder (0.32.0)

public static final class Cluster.PrimaryConfig.Builder extends GeneratedMessageV3.Builder<Cluster.PrimaryConfig.Builder> implements Cluster.PrimaryConfigOrBuilder

Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.

Protobuf type google.cloud.alloydb.v1.Cluster.PrimaryConfig

Static Methods

getDescriptor()

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

Methods

addAllSecondaryClusterNames(Iterable<String> values)

public Cluster.PrimaryConfig.Builder addAllSecondaryClusterNames(Iterable<String> values)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The secondaryClusterNames to add.

Returns
Type Description
Cluster.PrimaryConfig.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addSecondaryClusterNames(String value)

public Cluster.PrimaryConfig.Builder addSecondaryClusterNames(String value)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The secondaryClusterNames to add.

Returns
Type Description
Cluster.PrimaryConfig.Builder

This builder for chaining.

addSecondaryClusterNamesBytes(ByteString value)

public Cluster.PrimaryConfig.Builder addSecondaryClusterNamesBytes(ByteString value)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the secondaryClusterNames to add.

Returns
Type Description
Cluster.PrimaryConfig.Builder

This builder for chaining.

build()

public Cluster.PrimaryConfig build()
Returns
Type Description
Cluster.PrimaryConfig

buildPartial()

public Cluster.PrimaryConfig buildPartial()
Returns
Type Description
Cluster.PrimaryConfig

clear()

public Cluster.PrimaryConfig.Builder clear()
Returns
Type Description
Cluster.PrimaryConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSecondaryClusterNames()

public Cluster.PrimaryConfig.Builder clearSecondaryClusterNames()

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Cluster.PrimaryConfig.Builder

This builder for chaining.

clone()

public Cluster.PrimaryConfig.Builder clone()
Returns
Type Description
Cluster.PrimaryConfig.Builder
Overrides

getDefaultInstanceForType()

public Cluster.PrimaryConfig getDefaultInstanceForType()
Returns
Type Description
Cluster.PrimaryConfig

getDescriptorForType()

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

getSecondaryClusterNames(int index)

public String getSecondaryClusterNames(int index)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The secondaryClusterNames at the given index.

getSecondaryClusterNamesBytes(int index)

public ByteString getSecondaryClusterNamesBytes(int index)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the secondaryClusterNames at the given index.

getSecondaryClusterNamesCount()

public int getSecondaryClusterNamesCount()

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of secondaryClusterNames.

getSecondaryClusterNamesList()

public ProtocolStringList getSecondaryClusterNamesList()

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the secondaryClusterNames.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Cluster.PrimaryConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setSecondaryClusterNames(int index, String value)

public Cluster.PrimaryConfig.Builder setSecondaryClusterNames(int index, String value)

Output only. Names of the clusters that are replicating from this cluster.

repeated string secondary_cluster_names = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The secondaryClusterNames to set.

Returns
Type Description
Cluster.PrimaryConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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