Class: Google::Cloud::Bigtable::Admin::V2::ListAuthorizedViewsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_views::Array<::Google::Cloud::Bigtable::Admin::V2::AuthorizedView>

Returns The AuthorizedViews present in the requested table.

Returns:



918
919
920
921
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 918

class ListAuthorizedViewsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns 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.



918
919
920
921
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 918

class ListAuthorizedViewsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end