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, specifically for version 3.10.0."],["`ListBackupsResponse` is the response type for the `FirestoreAdmin.ListBackups` method, enabling users to retrieve a list of backups and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor `ListBackupsResponse()` and an overload `ListBackupsResponse(ListBackupsResponse other)`, to create an instance of the response object."],["The `ListBackupsResponse` class contains two key properties: `Backups`, which provides a list of all backups for the project, and `Unreachable`, which lists locations where backups could not be fetched."],["The latest version available is 3.12.0, with other previous versions ranging from 3.11.0 down to 2.2.0 all accessible via links."]]],[]]