public static interface Cluster.SecondaryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrimaryClusterName()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The primaryClusterName. |
getPrimaryClusterNameBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for primaryClusterName. |