Class: Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsRequest
- 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.ListMaterializedViews.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of materialized views to return. The service may return fewer than this value.
697 698 699 700 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697 class ListMaterializedViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListMaterializedViews
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMaterializedViews
must match the call that provided the page token.
697 698 699 700 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697 class ListMaterializedViewsRequest 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
materialized views is requested. Values are of the form
projects/{project}/instances/{instance}
.
697 698 699 700 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 697 class ListMaterializedViewsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |