Class: Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsResponse
- 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.ListMaterializedViews.
Instance Attribute Summary collapse
-
#materialized_views ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::MaterializedView>
The list of requested materialized views.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#materialized_views ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::MaterializedView>
Returns The list of requested materialized views.
710 711 712 713 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 710 class ListMaterializedViewsResponse 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.
710 711 712 713 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 710 class ListMaterializedViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |