public sealed class ListDatabasesRequest : IMessage<ListDatabasesRequest>, IEquatable<ListDatabasesRequest>, IDeepCloneable<ListDatabasesRequest>, IBufferMessage, IMessage
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 page details the `ListDatabasesRequest` class, which is used to request a list of Firestore databases within a project."],["The latest version of the `ListDatabasesRequest` class is 3.12.0, with multiple previous versions available, ranging down to version 2.2.0."],["The `ListDatabasesRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Parent` and `ParentAsProjectName` to specify the project for which the databases should be listed, with the `Parent` property being required."],["The `ListDatabasesRequest` class includes two constructors: a default constructor and one that takes another `ListDatabasesRequest` instance as a parameter."]]],[]]