Class: Google::Cloud::Bigtable::Admin::V2::ListSnapshotsResponse

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots

Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Set if not all snapshots 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 snapshots could be returned in a single response. Pass this value to page_token in another request to get the next page of results.



509
510
511
512
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 509

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

#snapshots::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>

Returns The snapshots present in the requested cluster.

Returns:



509
510
511
512
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 509

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