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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Response message for 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_tokenString

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.



306
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 306

class ListSnapshotsResponse; end

#snapshotsArray<Google::Bigtable::Admin::V2::Snapshot>

Returns The snapshots present in the requested cluster.

Returns:



306
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 306

class ListSnapshotsResponse; end