Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListDatabaseOperationsResponse.
The response for ListDatabaseOperations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListDatabaseOperations call to fetch more of the matching metadata.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
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.
#operations
def operations() -> ::Array<::Google::Longrunning::Operation>
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.
#operations=
def operations=(value) -> ::Array<::Google::Longrunning::Operation>
Parameter
-
value (::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.
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.