Interface ReconfigureCloudDatabaseActionOrBuilder (6.62.0)

public interface ReconfigureCloudDatabaseActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseUri()

public abstract String getDatabaseUri()

The fully qualified uri of the database to be reconfigured.

optional string database_uri = 1;

Returns
TypeDescription
String

The databaseUri.

getDatabaseUriBytes()

public abstract ByteString getDatabaseUriBytes()

The fully qualified uri of the database to be reconfigured.

optional string database_uri = 1;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the servingLocations.

hasDatabaseUri()

public abstract boolean hasDatabaseUri()

The fully qualified uri of the database to be reconfigured.

optional string database_uri = 1;

Returns
TypeDescription
boolean

Whether the databaseUri field is set.