public static interface CrossClusterReplicationConfig.RemoteClusterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCluster()
public abstract String getCluster()
The full resource path of the remote cluster in the format: projects/<project>/locations/<region>/clusters/<cluster-id>
string cluster = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The cluster. |
getClusterBytes()
public abstract ByteString getClusterBytes()
The full resource path of the remote cluster in the format: projects/<project>/locations/<region>/clusters/<cluster-id>
string cluster = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cluster. |
getUid()
public abstract String getUid()
Output only. The unique identifier of the remote cluster.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public abstract ByteString getUidBytes()
Output only. The unique identifier of the remote cluster.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |