Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsRequest (v1.8.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsRequest.

Request message for BigtableInstanceAdmin.ListLogicalViews.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of logical views to return. The service may return fewer than this value

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of logical views to return. The service may return fewer than this value
Returns
  • (::Integer) — Optional. The maximum number of logical views to return. The service may return fewer than this value

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — 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}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}.
Returns
  • (::String) — 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}.