Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListBackupOperationsResponse.
The response for ListBackupOperations.
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 ListBackupOperations 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 ListBackupOperations call to fetch more of the matching metadata.
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListBackupOperations call to fetch more of the matching metadata.
#operations
def operations() -> ::Array<::Google::Longrunning::Operation>
Returns
-
(::Array<::Google::Longrunning::Operation>) — The list of matching backup [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the backup's name. The operation's
metadata field type
metadata.type_url
describes the type of the metadata. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered byoperation.metadata.value.progress.start_time
in descending order starting from the most recently started operation.
#operations=
def operations=(value) -> ::Array<::Google::Longrunning::Operation>
Parameter
-
value (::Array<::Google::Longrunning::Operation>) — The list of matching backup [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the backup's name. The operation's
metadata field type
metadata.type_url
describes the type of the metadata. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered byoperation.metadata.value.progress.start_time
in descending order starting from the most recently started operation.
Returns
-
(::Array<::Google::Longrunning::Operation>) — The list of matching backup [long-running
operations][google.longrunning.Operation]. Each operation's name will be
prefixed by the backup's name. The operation's
metadata field type
metadata.type_url
describes the type of the metadata. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered byoperation.metadata.value.progress.start_time
in descending order starting from the most recently started operation.