Class: Google::Cloud::Bigtable::Admin::V2::ListSnapshotsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ListSnapshotsResponse
- 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
-
#next_page_token ⇒ ::String
Set if not all snapshots could be returned in a single response.
-
#snapshots ⇒ ::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>
The snapshots present in the requested cluster.
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.
538 539 540 541 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 538 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.
538 539 540 541 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 538 class ListSnapshotsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |