Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::ListSnapshotsResponse.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
-
(::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.
#next_page_token=
def next_page_token=(value) -> ::String
-
value (::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.
-
(::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.
#snapshots
def snapshots() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>
- (::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>) — The snapshots present in the requested cluster.
#snapshots=
def snapshots=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>
- value (::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>) — The snapshots present in the requested cluster.
- (::Array<::Google::Cloud::Bigtable::Admin::V2::Snapshot>) — The snapshots present in the requested cluster.