Class: Google::Cloud::Bigtable::Admin::V2::ListMaterializedViewsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#materialized_views::Array<::Google::Cloud::Bigtable::Admin::V2::MaterializedView>

Returns The list of requested materialized views.

Returns:



710
711
712
713
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 710

class ListMaterializedViewsResponse
  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.



710
711
712
713
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 710

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