public static interface Cluster.PrimaryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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;
| Returns | |
|---|---|
| Type | Description |
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;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the secondaryClusterNames. |