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 information for the `ListDatabasesRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.4.0."],["`ListDatabasesRequest` is used to request a list of Firestore Databases in all locations for a project, with the latest version being 3.12.0 and multiple other versions available, from 3.11.0 down to 2.2.0."],["The `ListDatabasesRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Parent`, which is a required field specifying the project, and `ParentAsProjectName`, which offers a typed view over the parent resource name property."],["The document details the constructors available for `ListDatabasesRequest`, including a default constructor and one that takes another `ListDatabasesRequest` object as an argument for copying."]]],[]]