Class: Google::Cloud::Spanner::Admin::Database::V1::ListBackupOperationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListBackupOperationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup.rb
Overview
The response for ListBackupOperations.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
next_page_tokencan be sent in a subsequent ListBackupOperations call to fetch more of the matching metadata. -
#operations ⇒ ::Array<::Google::Longrunning::Operation>
The list of matching backup [long-running operations][google.longrunning.Operation].
Instance Attribute Details
#next_page_token ⇒ ::String
552 553 554 555 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 552 class ListBackupOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operations ⇒ ::Array<::Google::Longrunning::Operation>
552 553 554 555 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 552 class ListBackupOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |