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 documentation for the `ListBackupsResponse` class within the Firestore Admin v1 API for .NET, specifically version 3.7.0."],["The `ListBackupsResponse` class is used to encapsulate the response received from the `FirestoreAdmin.ListBackups` method, containing a list of backups."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members from the base `object` class."],["Key properties include `Backups`, which is a `RepeatedField` of `Backup` objects, and `Unreachable`, a `RepeatedField` of strings representing locations that couldn't be reached during the backup retrieval process."],["The document also provides access to 15 different versions of the ListBackupsResponse class, from version 2.2.0 up to the latest 3.12.0 version."]]],[]]