Google Cloud Memorystore for Redis (cluster management) v1 API - Class ListBackupsResponse (1.4.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 Memorystore for Redis (cluster management) v1 API class ListBackupsResponse.

Response for [ListBackups].

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

ListBackupsResponse()

public ListBackupsResponse()

ListBackupsResponse(ListBackupsResponse)

public ListBackupsResponse(ListBackupsResponse other)
Parameter
Name Description
other ListBackupsResponse

Properties

Backups

public RepeatedField<Backup> Backups { get; }

A list of backups in the project.

Property Value
Type Description
RepeatedFieldBackup

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Backups that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Backup> GetEnumerator()

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

Returns
Type Description
IEnumeratorBackup