public sealed class ListDatabasesRequest : IMessage<ListDatabasesRequest>, IEquatable<ListDatabasesRequest>, IDeepCloneable<ListDatabasesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListDatabasesRequest.
A request to list the Firestore Databases in all locations for a project.
[[["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 `ListDatabasesRequest` class within the Firestore Admin v1 API, specifically for .NET development, showcasing versions from 2.2.0 up to the latest 3.12.0."],["The `ListDatabasesRequest` class is used to request a list of Firestore databases within a specified project, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `ListDatabasesRequest()` and a copy constructor `ListDatabasesRequest(ListDatabasesRequest other)`."],["The `ListDatabasesRequest` class includes two key properties, `Parent` which stores the project ID string, and `ParentAsProjectName` which offers a typed view of the parent project using the `ProjectName` resource."],["The `ListDatabaseRequest` class has been implemented from version 2.2.0 and remains implemented in the latest version 3.12.0."]]],[]]