public static interface Cluster.PrimaryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSecondaryClusterNames(int index)
Output only.
|
com.google.protobuf.ByteString |
getSecondaryClusterNamesBytes(int index)
Output only.
|
int |
getSecondaryClusterNamesCount()
Output only.
|
List<String> |
getSecondaryClusterNamesList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
index - The index of the element to return.com.google.protobuf.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];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.