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 page provides documentation for the `ListBackupsRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.9.0."],["`ListBackupsRequest` is a class used to request a list of backups from Firestore, as part of the `FirestoreAdmin.ListBackups` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListBackupsRequest` class includes properties such as `Parent` (a string representing the project and location) and `ParentAsLocationName` (a `LocationName`-typed view over the parent resource name), which are used to define the scope of the backup listing."],["The page contains links to documentation of this class in various versions ranging from 2.2.0 to 3.12.0, with the latter being the most recent."],["The documentation details the constructors for the class, one that takes no parameters and the other that clones a passed in instance of the class."]]],[]]