Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsRequest.
Request message for BigtableInstanceAdmin.ListMaterializedViews.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of materialized views to return. The service may return fewer than this value
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of materialized views to return. The service may return fewer than this value
- (::Integer) — Optional. The maximum number of materialized views to return. The service may return fewer than this value
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
-
(::String) — 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}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — 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}
.
-
(::String) — 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}
.