Google Cloud Bigtable Administration v2 API - Class ListBackupsResponse (3.14.0)

public sealed class ListBackupsResponse : IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessage, IPageResponse<Backup>, IEnumerable<Backup>, IEnumerable

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListBackupsResponse.

The response for [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListBackupsResponse()

public ListBackupsResponse()

ListBackupsResponse(ListBackupsResponse)

public ListBackupsResponse(ListBackupsResponse other)
Parameter
NameDescription
otherListBackupsResponse

Properties

Backups

public RepeatedField<Backup> Backups { get; }

The list of matching backups.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Backup> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorBackup