public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
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 outlines the `GetDatabaseRequest` class within the `Google.Cloud.Firestore.Admin.V1` namespace, used to request a database via `FirestoreAdmin.GetDatabase`."],["The `GetDatabaseRequest` class is part of the Google Cloud Firestore Admin API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances, either with no arguments or by cloning an existing `GetDatabaseRequest` object."],["The `GetDatabaseRequest` object has two properties: `DatabaseName`, which provides a strongly-typed view of the database resource name, and `Name`, a string containing the database name in the format `projects/{project_id}/databases/{database_id}`."],["This page also provides a list of previous versions of this object, ranging from 2.2.0 up to 3.12.0, with the latest being 3.12.0."]]],[]]