Firestore Admin v1 API - Class ListBackupsResponse (3.8.0)

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].

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListBackupsResponse()

public ListBackupsResponse()

ListBackupsResponse(ListBackupsResponse)

public ListBackupsResponse(ListBackupsResponse other)
Parameter
NameDescription
otherListBackupsResponse

Properties

Backups

public RepeatedField<Backup> Backups { get; }

List of all backups for the project.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring