public sealed class ListDatabasesResponse : IMessage<ListDatabasesResponse>, IEquatable<ListDatabasesResponse>, IDeepCloneable<ListDatabasesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class ListDatabasesResponse.
In the event that data about individual databases cannot be listed they
will be recorded here.
An example entry might be: projects/some_project/locations/some_location
This can happen if the Cloud Region that the Database resides in is
currently unavailable. In this case we can't fetch all the details about
the database. You may be able to get a more detailed error message
(or possibly fetch the resource) by sending a 'Get' request for the
resource or a 'List' request for the specific location.
[[["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\u003eThe \u003ccode\u003eListDatabasesResponse\u003c/code\u003e class, part of the Firestore Admin v1 API, is used to retrieve a list of databases within a project.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, allowing for complex object manipulation and comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatabases\u003c/code\u003e property within \u003ccode\u003eListDatabasesResponse\u003c/code\u003e returns a \u003ccode\u003eRepeatedField\u003c/code\u003e containing a collection of \u003ccode\u003eDatabase\u003c/code\u003e objects from the project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnreachable\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e of strings that lists locations or databases that could not be accessed during the list operation, possibly due to temporary unavailability.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content is related to multiple versions of the .NET reference documentation for the Google Cloud Firestore Admin v1 API, spanning from version 2.2.0 to 3.12.0, offering various reference links for this class.\u003c/p\u003e\n"]]],[],null,[]]