Class: Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Response message for BigtableInstanceAdmin.ListLogicalViews.
Instance Attribute Summary collapse
-
#logical_views ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::LogicalView>
The list of requested logical views.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#logical_views ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::LogicalView>
Returns The list of requested logical views.
582 583 584 585 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 582 class ListLogicalViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
582 583 584 585 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 582 class ListLogicalViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |