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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ListBackupsResponse` class within the Firestore Admin v1 API for .NET, specifically version 3.9.0."],["The `ListBackupsResponse` class is used to encapsulate the response received from the `FirestoreAdmin.ListBackups` method, listing backups within the Firestore Admin API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two main properties: `Backups`, a list of all backups for a project, and `Unreachable`, a list of locations from which backups could not be retrieved."],["The document shows the list of multiple versions, from the latest 3.12.0 to 2.2.0, all which have a `ListBackupsResponse` available, each with its own documentation."]]],[]]