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
ListSchemaBundlescall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
The maximum number of schema bundles to return. If the value is positive, the server may return at most this value. If unspecified, the server will return the maximum allowed page size.
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
Returns A page token, received from a previous ListSchemaBundles call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListSchemaBundles must
match the call that provided the page token.
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
Returns Required. The parent, which owns this collection of schema bundles.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
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 |