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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eListDatabasesRequest\u003c/code\u003e class within the Firestore Admin v1 API for .NET, specifically version 3.8.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDatabasesRequest\u003c/code\u003e is used to request a list of Firestore Databases in all locations for a specified project, as defined by the parent project ID.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe document highlights that \u003ccode\u003eListDatabasesRequest\u003c/code\u003e has two constructors: a default constructor, and a constructor that copies from another \u003ccode\u003eListDatabasesRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eIt contains the properties \u003ccode\u003eParent\u003c/code\u003e which is a string containing the project ID of the project in question and \u003ccode\u003eParentAsProjectName\u003c/code\u003e which is a \u003ccode\u003eProjectName\u003c/code\u003e-typed view of the \u003ccode\u003eParent\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,[]]