Class: Google::Cloud::Bigtable::Admin::V2::ListSchemaBundlesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListSchemaBundlesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for ListSchemaBundles.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of schema bundles to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListSchemaBundles
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
1128 1129 1130 1131 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1128 class ListSchemaBundlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
1128 1129 1130 1131 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1128 class ListSchemaBundlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
1128 1129 1130 1131 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1128 class ListSchemaBundlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |