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 for .NET."],["The `GetDatabaseRequest` class is used to request information from the FirestoreAdmin's `GetDatabase` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties like `DatabaseName` and `Name`, which are used to specify the target database for the request, where the `Name` property is required and follows the format `projects/{project_id}/databases/{database_id}`."],["The document offers different versions of the API, with the latest version being 3.12.0, and there are other versions ranging from 3.11.0 down to 2.2.0."],["It shows an inheritance chain starting from `Object` to the `GetDatabaseRequest` class, and also lists the inherited methods that come from the object class."]]],[]]