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-04-17 UTC."],[[["The `ListDatabasesRequest` class is part of the Firestore Admin v1 API within the Google Cloud .NET library, specifically in the `Google.Cloud.Firestore.Admin.V1` namespace."],["This class is used to request a list of Firestore databases across all locations for a given project, as indicated by the `Parent` property, which requires a project ID in the specified format."],["The `ListDatabasesRequest` class supports various implementations, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ShowDeleted` boolean property that, when set to true, allows the inclusion of deleted resources in the returned list."],["This class has 16 versions provided, ranging from version 2.2.0 to 3.12.0, with 3.12.0 being the latest version."]]],[]]