Interface ListDatabaseOperationsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListDatabaseOperationsResponse, ListDatabaseOperationsResponse.Builder

public interface ListDatabaseOperationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    `next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
    com.google.protobuf.ByteString
    `next_page_token` can be sent in a subsequent [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations] call to fetch more of the matching metadata.
    com.google.longrunning.Operation
    getOperations(int index)
    The list of matching database [long-running operations][google.longrunning.Operation].
    int
    The list of matching database [long-running operations][google.longrunning.Operation].
    List<com.google.longrunning.Operation>
    The list of matching database [long-running operations][google.longrunning.Operation].
    com.google.longrunning.OperationOrBuilder
    The list of matching database [long-running operations][google.longrunning.Operation].
    List<? extends com.google.longrunning.OperationOrBuilder>
    The list of matching database [long-running operations][google.longrunning.Operation].

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOperationsList

      List<com.google.longrunning.Operation> getOperationsList()
       The list of matching database [long-running
       operations][google.longrunning.Operation]. Each operation's name will be
       prefixed by the database's name. The operation's
       [metadata][google.longrunning.Operation.metadata] field type
       `metadata.type_url` describes the type of the metadata.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperations

      com.google.longrunning.Operation getOperations(int index)
       The list of matching database [long-running
       operations][google.longrunning.Operation]. Each operation's name will be
       prefixed by the database's name. The operation's
       [metadata][google.longrunning.Operation.metadata] field type
       `metadata.type_url` describes the type of the metadata.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsCount

      int getOperationsCount()
       The list of matching database [long-running
       operations][google.longrunning.Operation]. Each operation's name will be
       prefixed by the database's name. The operation's
       [metadata][google.longrunning.Operation.metadata] field type
       `metadata.type_url` describes the type of the metadata.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilderList

      List<? extends com.google.longrunning.OperationOrBuilder> getOperationsOrBuilderList()
       The list of matching database [long-running
       operations][google.longrunning.Operation]. Each operation's name will be
       prefixed by the database's name. The operation's
       [metadata][google.longrunning.Operation.metadata] field type
       `metadata.type_url` describes the type of the metadata.
       
      repeated .google.longrunning.Operation operations = 1;
    • getOperationsOrBuilder

      com.google.longrunning.OperationOrBuilder getOperationsOrBuilder(int index)
       The list of matching database [long-running
       operations][google.longrunning.Operation]. Each operation's name will be
       prefixed by the database's name. The operation's
       [metadata][google.longrunning.Operation.metadata] field type
       `metadata.type_url` describes the type of the metadata.
       
      repeated .google.longrunning.Operation operations = 1;
    • getNextPageToken

      String getNextPageToken()
       `next_page_token` can be sent in a subsequent
       [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]
       call to fetch more of the matching metadata.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       `next_page_token` can be sent in a subsequent
       [ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]
       call to fetch more of the matching metadata.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.