Class GoogleFirestoreAdminV1ListBackupsResponse
The response for FirestoreAdmin.ListBackups.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1ListBackupsResponse : IDirectResponseSchema
Properties
Backups
List of all backups for the project.
Declaration
[JsonProperty("backups")]
public virtual IList<GoogleFirestoreAdminV1Backup> Backups { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirestoreAdminV1Backup> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Unreachable
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.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |