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"]],[["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 `ListDatabasesResponse` class within the Firestore Admin v1 API, specifically for .NET development, showcasing its various implementations and inherited members."],["The `ListDatabasesResponse` class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is contained in the `Google.Cloud.Firestore.Admin.V1.dll` assembly, used to display a list of databases."],["It includes properties like `Databases`, which is a `RepeatedField` containing the list of databases, and `Unreachable`, which records databases that could not be accessed due to various reasons."],["The document lists the available versions of the `ListDatabasesResponse` class, ranging from the latest version 3.12.0 down to version 2.2.0."],["The `ListDatabasesResponse` class has constructors that include a default constructor and one that accepts another `ListDatabasesResponse` object as a parameter."]]],[]]