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 Details

    • getListedDatabasesList

      List<Database> getListedDatabasesList()
       List of databases returned by ListCloudDatabasesAction.
       
      repeated .google.spanner.admin.database.v1.Database listed_databases = 1;
    • getListedDatabases

      Database getListedDatabases(int index)
       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

      DatabaseOrBuilder getListedDatabasesOrBuilder(int index)
       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;