public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetDatabaseRequest.
The request for
[FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
[[["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 `GetDatabaseRequest` class within the Firestore Admin v1 API for .NET, including its properties and implementation details."],["The `GetDatabaseRequest` class is used to retrieve database information, specifically through the `FirestoreAdmin.GetDatabase` method, and it requires a database name."],["The latest version of the API available is 3.12.0, while the current document pertains to version 3.4.0, with a full history of versions going back to version 2.2.0."],["The `GetDatabaseRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and equality comparison."],["The `GetDatabaseRequest` class has two constructors, one default constructor and one that takes another instance of `GetDatabaseRequest`, and has properties of `DatabaseName` and `Name`."]]],[]]