Interface Replication.UserManaged.ReplicaOrBuilder (2.8.0)

public static interface Replication.UserManaged.ReplicaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

The canonical IDs of the location to replicate data. For example: "us-east1".

string location = 1;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The canonical IDs of the location to replicate data. For example: "us-east1".

string location = 1;

Returns
TypeDescription
ByteString

The bytes for location.