Class: Google::Cloud::Bigtable::Admin::V2::ListLogicalViewsResponse

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

Overview

Response message for BigtableInstanceAdmin.ListLogicalViews.

Instance Attribute Summary collapse

Instance Attribute Details

#logical_views::Array<::Google::Cloud::Bigtable::Admin::V2::LogicalView>

Returns The list of requested logical views.

Returns:



582
583
584
585
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 582

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



582
583
584
585
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 582

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