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.
[[["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 for .NET."],["The `ListDatabasesResponse` class is used to represent a list of databases associated with a project in Google Cloud Firestore."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, comparison, deep cloning, and buffered operations."],["The class has a `Databases` property of type `RepeatedField\u003cDatabase\u003e`, which contains the actual list of databases in the project."],["There are multiple versions available, with the latest version being 3.12.0, and the current document provides information on version 3.2.0 of the class."]]],[]]