Interface Cluster.PrimaryConfigOrBuilder (0.30.0)

public static interface Cluster.PrimaryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecondaryClusterNames(int index)

public abstract 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The secondaryClusterNames at the given index.

getSecondaryClusterNamesBytes(int index)

public abstract 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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the secondaryClusterNames at the given index.

getSecondaryClusterNamesCount()

public abstract 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
TypeDescription
int

The count of secondaryClusterNames.

getSecondaryClusterNamesList()

public abstract List<String> 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
TypeDescription
List<String>

A list containing the secondaryClusterNames.