AlloyDB v1beta API - Class ListBackupsResponse (1.0.0-beta05)

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

Reference documentation and code samples for the AlloyDB v1beta API class ListBackupsResponse.

Message for response to listing Backups

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

ListBackupsResponse()

public ListBackupsResponse()

ListBackupsResponse(ListBackupsResponse)

public ListBackupsResponse(ListBackupsResponse other)
Parameter
NameDescription
otherListBackupsResponse

Properties

Backups

public RepeatedField<Backup> Backups { get; }

The list of Backup

Property Value
TypeDescription
RepeatedFieldBackup

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Backup> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorBackup