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
- (::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>) — The AuthorizedViews present in the requested table.
#authorized_views=
def authorized_views=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>
Parameter
- value (::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>) — The AuthorizedViews present in the requested table.
Returns
- (::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>) — The AuthorizedViews present in the requested table.
#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.