Package com.google.spanner.executor.v1
Interface ReconfigureCloudDatabaseActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReconfigureCloudDatabaseAction,ReconfigureCloudDatabaseAction.Builder
public interface ReconfigureCloudDatabaseActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe fully qualified uri of the database to be reconfigured.com.google.protobuf.ByteStringThe fully qualified uri of the database to be reconfigured.getServingLocations(int index) The locations of the serving regions, e.g.com.google.protobuf.ByteStringgetServingLocationsBytes(int index) The locations of the serving regions, e.g.intThe locations of the serving regions, e.g.The locations of the serving regions, e.g.booleanThe fully qualified uri of the database to be reconfigured.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDatabaseUri
boolean hasDatabaseUri()The fully qualified uri of the database to be reconfigured.
optional string database_uri = 1;- Returns:
- Whether the databaseUri field is set.
-
getDatabaseUri
String getDatabaseUri()The fully qualified uri of the database to be reconfigured.
optional string database_uri = 1;- Returns:
- The databaseUri.
-
getDatabaseUriBytes
com.google.protobuf.ByteString getDatabaseUriBytes()The fully qualified uri of the database to be reconfigured.
optional string database_uri = 1;- Returns:
- The bytes for databaseUri.
-
getServingLocationsList
The locations of the serving regions, e.g. "asia-south1".
repeated string serving_locations = 2;- Returns:
- A list containing the servingLocations.
-
getServingLocationsCount
int getServingLocationsCount()The locations of the serving regions, e.g. "asia-south1".
repeated string serving_locations = 2;- Returns:
- The count of servingLocations.
-
getServingLocations
The locations of the serving regions, e.g. "asia-south1".
repeated string serving_locations = 2;- Parameters:
index- The index of the element to return.- Returns:
- The servingLocations at the given index.
-
getServingLocationsBytes
com.google.protobuf.ByteString getServingLocationsBytes(int index) The locations of the serving regions, e.g. "asia-south1".
repeated string serving_locations = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the servingLocations at the given index.
-