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 page provides reference documentation for the `GetDatabaseRequest` class within the Firestore Admin v1 API, specifically for version 3.6.0."],["`GetDatabaseRequest` is used to make requests to retrieve a database using `FirestoreAdmin.GetDatabase`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseRequest` class has properties such as `DatabaseName` and `Name`, with `Name` being a required field representing the database's resource name."],["The page lists previous versions of the `GetDatabaseRequest` class, ranging from 2.2.0 up to the latest version of 3.12.0, as well as all the documentation for each version."]]],[]]