public sealed class ListSnapshotsResponse : IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage, IPageResponse<Snapshot>, IEnumerable<Snapshot>, IEnumerable
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListSnapshotsResponse.
Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][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.
Implements
IMessageListSnapshotsResponse, IEquatableListSnapshotsResponse, IDeepCloneableListSnapshotsResponse, IBufferMessage, IMessage, IPageResponseSnapshot, IEnumerableSnapshot, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListSnapshotsResponse()
public ListSnapshotsResponse()
ListSnapshotsResponse(ListSnapshotsResponse)
public ListSnapshotsResponse(ListSnapshotsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSnapshotsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Snapshots
public RepeatedField<Snapshot> Snapshots { get; }
The snapshots present in the requested cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSnapshot |
Methods
GetEnumerator()
public IEnumerator<Snapshot> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSnapshot |