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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eListDatabasesResponse\u003c/code\u003e class within the Firestore Admin v1 API, specifically for .NET development, showcasing its various implementations and inherited members.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDatabasesResponse\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Firestore.Admin.V1\u003c/code\u003e namespace and is contained in the \u003ccode\u003eGoogle.Cloud.Firestore.Admin.V1.dll\u003c/code\u003e assembly, used to display a list of databases.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eDatabases\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e containing the list of databases, and \u003ccode\u003eUnreachable\u003c/code\u003e, which records databases that could not be accessed due to various reasons.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists the available versions of the \u003ccode\u003eListDatabasesResponse\u003c/code\u003e class, ranging from the latest version 3.12.0 down to version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDatabasesResponse\u003c/code\u003e class has constructors that include a default constructor and one that accepts another \u003ccode\u003eListDatabasesResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,["# Firestore Admin v1 API - Class ListDatabasesResponse (3.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.15.0 (latest)](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.14.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.14.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.13.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.13.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.12.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.12.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.11.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.11.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.10.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.9.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.8.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.7.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.6.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.5.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.4.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.3.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.2.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.1.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.0.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.4.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.3.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.2.0/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse) \n\n public sealed class ListDatabasesResponse : IMessage\u003cListDatabasesResponse\u003e, IEquatable\u003cListDatabasesResponse\u003e, IDeepCloneable\u003cListDatabasesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Firestore Admin v1 API class ListDatabasesResponse.\n\nThe list of databases for a project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDatabasesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDatabasesResponse](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDatabasesResponse](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDatabasesResponse](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.ListDatabasesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Firestore.Admin.V1](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Firestore.Admin.V1.dll\n\nConstructors\n------------\n\n### ListDatabasesResponse()\n\n public ListDatabasesResponse()\n\n### ListDatabasesResponse(ListDatabasesResponse)\n\n public ListDatabasesResponse(ListDatabasesResponse other)\n\nProperties\n----------\n\n### Databases\n\n public RepeatedField\u003cDatabase\u003e Databases { get; }\n\nThe databases in the project.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nIn the event that data about individual databases cannot be listed they\nwill be recorded here.\n\nAn example entry might be: projects/some_project/locations/some_location\nThis can happen if the Cloud Region that the Database resides in is\ncurrently unavailable. In this case we can't fetch all the details about\nthe database. You may be able to get a more detailed error message\n(or possibly fetch the resource) by sending a 'Get' request for the\nresource or a 'List' request for the specific location."]]