Class: Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Request message for BigtableInstanceAdmin.ListLogicalViews.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. The maximum number of logical views to return. The service may return fewer than this value
569 570 571 572 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569 class ListLogicalViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListLogicalViews
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListLogicalViews
must
match the call that provided the page token.
569 570 571 572 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569 class ListLogicalViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The unique name of the instance for which the list of logical
views is requested. Values are of the form
projects/{project}/instances/{instance}
.
569 570 571 572 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 569 class ListLogicalViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |