Class: Google::Cloud::Spanner::Admin::Database::V1::ListBackupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListBackupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/backup.rb
Overview
The request for ListBackups.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
An expression that filters the list of returned backups.
-
#page_size ⇒ ::Integer
Number of backups to be returned in the response.
-
#page_token ⇒ ::String
If non-empty,
page_tokenshould contain a next_page_token from a previous ListBackupsResponse to the sameparentand with the samefilter. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
419 420 421 422 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 419 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
419 420 421 422 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 419 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
419 420 421 422 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 419 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
419 420 421 422 |
# File 'proto_docs/google/spanner/admin/database/v1/backup.rb', line 419 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |