Interface Cluster.SecondaryConfigOrBuilder (0.30.0)

public static interface Cluster.SecondaryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for primaryClusterName.