Package com.google.cloud.alloydb.v1alpha
Interface Cluster.SecondaryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Cluster.SecondaryConfig,Cluster.SecondaryConfig.Builder
- Enclosing class:
- Cluster
public static interface Cluster.SecondaryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPrimaryClusterName()The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}com.google.protobuf.ByteStringgetPrimaryClusterNameBytes()The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrimaryClusterName
String getPrimaryClusterName()
The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}string primary_cluster_name = 1;- Returns:
- The primaryClusterName.
-
getPrimaryClusterNameBytes
com.google.protobuf.ByteString getPrimaryClusterNameBytes()
The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}string primary_cluster_name = 1;- Returns:
- The bytes for primaryClusterName.
-
-