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 documentation for the `ListBackupsRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.7.0."],["`ListBackupsRequest` is used to request a list of backups from FirestoreAdmin and is part of the `Google.Cloud.Firestore.Admin.V1` namespace."],["The document outlines the inheritance, implemented interfaces, constructors, and properties of the `ListBackupsRequest` class, including its `Parent` and `ParentAsLocationName` properties, detailing the input required to fetch the correct data."],["The latest available version is 3.12.0, with older versions ranging from 3.11.0 back to 2.2.0, all providing access to the `ListBackupsRequest` class."]]],[]]