Class: Google::Spanner::Admin::Database::V1::ListDatabaseOperationsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

The response for ListDatabaseOperations.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns next_page_token can be sent in a subsequent ListDatabaseOperations call to fetch more of the matching metadata.

Returns:

  • (String)

    next_page_token can be sent in a subsequent ListDatabaseOperations call to fetch more of the matching metadata.



289
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 289

class ListDatabaseOperationsResponse; end

#operationsArray<Google::Longrunning::Operation>

Returns 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 field type metadata.type_url describes the type of the metadata.

Returns:

  • (Array<Google::Longrunning::Operation>)

    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 field type metadata.type_url describes the type of the metadata.



289
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 289

class ListDatabaseOperationsResponse; end