public sealed class ListSnapshotsResponse : IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage, IPageResponse<Snapshot>, IEnumerable<Snapshot>, IEnumerable
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
IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage, IPageResponse<Snapshot>, IEnumerable<Snapshot>, 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 |
RepeatedField<Snapshot> |
Methods
GetEnumerator()
public IEnumerator<Snapshot> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Snapshot> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |