Interface ChangeQuorumCloudDatabaseActionOrBuilder (6.66.0)

public interface ChangeQuorumCloudDatabaseActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseUri()

public abstract String getDatabaseUri()

The fully qualified uri of the database whose quorum has to be changed.

optional string database_uri = 1;

Returns
Type Description
String

The databaseUri.

getDatabaseUriBytes()

public abstract ByteString getDatabaseUriBytes()

The fully qualified uri of the database whose quorum has to be changed.

optional string database_uri = 1;

Returns
Type Description
ByteString

The bytes for databaseUri.

getServingLocations(int index)

public abstract String getServingLocations(int index)

The locations of the serving regions, e.g. "asia-south1".

repeated string serving_locations = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The servingLocations at the given index.

getServingLocationsBytes(int index)

public abstract ByteString getServingLocationsBytes(int index)

The locations of the serving regions, e.g. "asia-south1".

repeated string serving_locations = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the servingLocations at the given index.

getServingLocationsCount()

public abstract int getServingLocationsCount()

The locations of the serving regions, e.g. "asia-south1".

repeated string serving_locations = 2;

Returns
Type Description
int

The count of servingLocations.

getServingLocationsList()

public abstract List<String> getServingLocationsList()

The locations of the serving regions, e.g. "asia-south1".

repeated string serving_locations = 2;

Returns
Type Description
List<String>

A list containing the servingLocations.

hasDatabaseUri()

public abstract boolean hasDatabaseUri()

The fully qualified uri of the database whose quorum has to be changed.

optional string database_uri = 1;

Returns
Type Description
boolean

Whether the databaseUri field is set.