public sealed class ListBackupsResponse : IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListBackupsResponse.
The response for [FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
Implements
IMessageListBackupsResponse, IEquatableListBackupsResponse, IDeepCloneableListBackupsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ListBackupsResponse()
public ListBackupsResponse()
ListBackupsResponse(ListBackupsResponse)
public ListBackupsResponse(ListBackupsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupsResponse |
Properties
Backups
public RepeatedField<Backup> Backups { get; }
List of all backups for the project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackup |
Unreachable
public RepeatedField<string> Unreachable { get; }
List of locations that existing backups were not able to be fetched from.
Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |