public sealed class ListBackupsResponse : IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessage, IPageResponse<Backup>, IEnumerable<Backup>, IEnumerableReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListBackupsResponse.
The response for [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].
Implements
IMessageListBackupsResponse, IEquatableListBackupsResponse, IDeepCloneableListBackupsResponse, IBufferMessage, IMessage, IPageResponseBackup, IEnumerableBackup, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListBackupsResponse()
public ListBackupsResponse()ListBackupsResponse(ListBackupsResponse)
public ListBackupsResponse(ListBackupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupsResponse |
Properties
Backups
public RepeatedField<Backup> Backups { get; }The list of matching backups.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBackup |
|
NextPageToken
public string NextPageToken { get; set; }next_page_token can be sent in a subsequent
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call
to fetch more of the matching backups.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Backup> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBackup |
|