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, specifically version 3.4.0."],["`ListDatabasesResponse` is a class that represents a list of databases for a project and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Databases` property, which is of type `RepeatedField\u003cDatabase\u003e`, that contains the list of databases in the project."],["The documentation also outlines the available versions, ranging from 3.12.0 (latest) to 2.2.0, for `ListDatabasesResponse`."],["The document details the constructors for the ListDatabasesResponse class."]]],[]]