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, across multiple versions, with the latest being 3.12.0."],["The `ListDatabasesRequest` class is used to request a list of Firestore Databases within a specified project and is part of the `Google.Cloud.Firestore.Admin.V1` namespace."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role within the Google Protobuf framework and its ability to handle deep cloning and message buffering."],["The class includes properties like `Parent`, which requires a project ID and `ParentAsProjectName` which provides a resource name typed view of `Parent`."],["The document lists all the released versions of the API from 2.2.0 to the latest 3.12.0, that all share a similar path in their documentation."]]],[]]