public sealed class ListBackupsRequest : IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListBackupsRequest.
The request for
[FirestoreAdmin.ListBackups][google.firestore.admin.v1.FirestoreAdmin.ListBackups].
Format is projects/{project}/locations/{location}.
Use {location} = '-' to list backups from all locations for the given
project. This allows listing backups from a single location or from all
locations.
[[["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 `ListBackupsRequest` class within the Firestore Admin v1 API for .NET, specifically version 3.10.0."],["`ListBackupsRequest` is used to request a list of backups from FirestoreAdmin and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, as well as properties such as `Parent` and `ParentAsLocationName` to define the location for listing backups, with `Parent` being a string and `ParentAsLocationName` a `LocationName` type."],["The provided content also includes links to older and newer versions of the class, with 3.12.0 being the latest version, and version links going as far back as 2.2.0."]]],[]]