Class: Google::Cloud::Bigtable::Admin::V2::ListSchemaBundlesResponse

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

The response for ListSchemaBundles.

Instance Attribute Summary collapse

Instance Attribute Details

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



1142
1143
1144
1145
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1142

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

#schema_bundles::Array<::Google::Cloud::Bigtable::Admin::V2::SchemaBundle>

Returns The schema bundles from the specified table.

Returns:



1142
1143
1144
1145
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1142

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