Interface ReplicaSelectionOrBuilder (6.80.1)

public interface ReplicaSelectionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

Required. Name of the location of the replicas (e.g., "us-central1").

string location = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Required. Name of the location of the replicas (e.g., "us-central1").

string location = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for location.