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, detailing its properties, constructors, and implementations."],["The `GetDatabaseRequest` class is used to make requests for the `FirestoreAdmin.GetDatabase` method and is implemented within the `Google.Cloud.Firestore.Admin.V1` namespace."],["The class includes a `Name` property, which is a required string for a resource of the format `projects/{project_id}/databases/{database_id}` and a `DatabaseName` property which provides a typed view over the Name property."],["There are multiple versions of the `GetDatabaseRequest` class, with version 3.12.0 being the latest and version 2.2.0 being the oldest, with links to each version's documentation."],["The `GetDatabaseRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]