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 Google Cloud Firestore Admin v1 API, specifically for version 3.10.0."],["`GetDatabaseRequest` is used to make requests to retrieve a database via `FirestoreAdmin.GetDatabase`, with the class implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseRequest` class includes properties such as `DatabaseName` and `Name`, where `Name` is a required field representing the resource name in the format `projects/{project_id}/databases/{database_id}`."],["The content contains links to the documentation of previous versions of this class, ranging from 2.2.0 all the way up to 3.12.0, with 3.12.0 being the latest version."]]],[]]