public sealed class ListDatabasesResponse : IMessage<ListDatabasesResponse>, IEquatable<ListDatabasesResponse>, IDeepCloneable<ListDatabasesResponse>, IBufferMessage, IMessage
[[["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."],[[["The page provides documentation for the `ListDatabasesResponse` class, which is part of the `Google.Cloud.Firestore.Admin.V1` namespace in the .NET library."],["`ListDatabasesResponse` is used to represent a list of databases within a project, and it implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Databases` property, of type `RepeatedField\u003cDatabase\u003e`, within the `ListDatabasesResponse` class holds the actual list of databases for the project."],["The documentation covers a range of versions, from 2.2.0 up to 3.12.0, which is the latest, to help users understand the evolution and available versions of the `ListDatabasesResponse`."],["This class also includes two constructors, one being the default constructor and the other allowing users to initialize a new `ListDatabasesResponse` using another `ListDatabasesResponse` object."]]],[]]