public static interface Cluster.PrimaryConfigOrBuilder extends MessageOrBuilder
Implements
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 [(.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 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 | |
---|---|
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 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 | |
---|---|
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the secondaryClusterNames. |