Package com.google.spanner.executor.v1
Interface CloudDatabaseResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudDatabaseResponse,CloudDatabaseResponse.Builder
public interface CloudDatabaseResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDatabase returned by GetCloudDatabaseActionDatabase returned by GetCloudDatabaseActioncom.google.longrunning.OperationgetListedDatabaseOperations(int index) List of operations returned by ListCloudDatabaseOperationsAction.intList of operations returned by ListCloudDatabaseOperationsAction.List<com.google.longrunning.Operation>List of operations returned by ListCloudDatabaseOperationsAction.com.google.longrunning.OperationOrBuildergetListedDatabaseOperationsOrBuilder(int index) List of operations returned by ListCloudDatabaseOperationsAction.List<? extends com.google.longrunning.OperationOrBuilder>List of operations returned by ListCloudDatabaseOperationsAction.getListedDatabases(int index) List of databases returned by ListCloudDatabasesAction.intList of databases returned by ListCloudDatabasesAction.List of databases returned by ListCloudDatabasesAction.getListedDatabasesOrBuilder(int index) List of databases returned by ListCloudDatabasesAction.List<? extends DatabaseOrBuilder>List of databases returned by ListCloudDatabasesAction."next_page_token" can be sent in a subsequent list action to fetch more of the matching data.com.google.protobuf.ByteString"next_page_token" can be sent in a subsequent list action to fetch more of the matching data.booleanDatabase returned by GetCloudDatabaseActionMethods 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
-
getListedDatabasesList
List of databases returned by ListCloudDatabasesAction.
repeated .google.spanner.admin.database.v1.Database listed_databases = 1; -
getListedDatabases
List of databases returned by ListCloudDatabasesAction.
repeated .google.spanner.admin.database.v1.Database listed_databases = 1; -
getListedDatabasesCount
int getListedDatabasesCount()List of databases returned by ListCloudDatabasesAction.
repeated .google.spanner.admin.database.v1.Database listed_databases = 1; -
getListedDatabasesOrBuilderList
List<? extends DatabaseOrBuilder> getListedDatabasesOrBuilderList()List of databases returned by ListCloudDatabasesAction.
repeated .google.spanner.admin.database.v1.Database listed_databases = 1; -
getListedDatabasesOrBuilder
List of databases returned by ListCloudDatabasesAction.
repeated .google.spanner.admin.database.v1.Database listed_databases = 1; -
getListedDatabaseOperationsList
List<com.google.longrunning.Operation> getListedDatabaseOperationsList()List of operations returned by ListCloudDatabaseOperationsAction.
repeated .google.longrunning.Operation listed_database_operations = 2; -
getListedDatabaseOperations
com.google.longrunning.Operation getListedDatabaseOperations(int index) List of operations returned by ListCloudDatabaseOperationsAction.
repeated .google.longrunning.Operation listed_database_operations = 2; -
getListedDatabaseOperationsCount
int getListedDatabaseOperationsCount()List of operations returned by ListCloudDatabaseOperationsAction.
repeated .google.longrunning.Operation listed_database_operations = 2; -
getListedDatabaseOperationsOrBuilderList
List<? extends com.google.longrunning.OperationOrBuilder> getListedDatabaseOperationsOrBuilderList()List of operations returned by ListCloudDatabaseOperationsAction.
repeated .google.longrunning.Operation listed_database_operations = 2; -
getListedDatabaseOperationsOrBuilder
com.google.longrunning.OperationOrBuilder getListedDatabaseOperationsOrBuilder(int index) List of operations returned by ListCloudDatabaseOperationsAction.
repeated .google.longrunning.Operation listed_database_operations = 2; -
getNextPageToken
String getNextPageToken()"next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
string next_page_token = 3;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()"next_page_token" can be sent in a subsequent list action to fetch more of the matching data.
string next_page_token = 3;- Returns:
- The bytes for nextPageToken.
-
hasDatabase
boolean hasDatabase()Database returned by GetCloudDatabaseAction
.google.spanner.admin.database.v1.Database database = 4;- Returns:
- Whether the database field is set.
-
getDatabase
Database getDatabase()Database returned by GetCloudDatabaseAction
.google.spanner.admin.database.v1.Database database = 4;- Returns:
- The database.
-
getDatabaseOrBuilder
DatabaseOrBuilder getDatabaseOrBuilder()Database returned by GetCloudDatabaseAction
.google.spanner.admin.database.v1.Database database = 4;
-