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
Implements
IPageResponseBackup, IEnumerableBackup, IEnumerable, IMessageListBackupsResponse, IEquatableListBackupsResponse, IDeepCloneableListBackupsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.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 Backup
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackup |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations 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 |