Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::ListAuthorizedViewsResponse (v0.26.0)

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#authorized_views

def authorized_views() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>
Returns

#authorized_views=

def authorized_views=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.
Returns
  • (::String) — Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.