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 list Firestore Databases for a given project."],["The latest version of `ListDatabasesRequest` is 3.12.0, with multiple older versions available, including the current page's specified version, 2.4.0."],["`ListDatabasesRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListDatabasesRequest` class has two constructors and two properties, `Parent` and `ParentAsProjectName`, used for specifying the project to query."],["`ListDatabasesRequest` is found within the `Google.Cloud.Firestore.Admin.V1` namespace."]]],[]]