Backup for GKE v1 API - Class ListBackupsResponse (2.5.0)

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

Reference documentation and code samples for the Backup for GKE v1 API class ListBackupsResponse.

Response message for ListBackups.

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.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 Backups matching the given criteria.

Property Value
Type Description
RepeatedFieldBackup

NextPageToken

public string NextPageToken { get; set; }

A token which may be sent as [page_token][google.cloud.gkebackup.v1.ListBackupsRequest.page_token] in a subsequent ListBackups call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

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