Class: Google::Cloud::Bigtable::Admin::V2::ListBackupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListBackupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for ListBackups.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters backups listed in the response.
-
#order_by ⇒ ::String
An expression for specifying the sort order of the results of the request.
-
#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
784 785 786 787 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 784 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
784 785 786 787 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 784 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
784 785 786 787 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 784 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
784 785 786 787 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 784 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
784 785 786 787 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 784 class ListBackupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |