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-04-09 UTC."],[[["This page provides reference documentation for the `GetDatabaseRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.11.0."],["`GetDatabaseRequest` is used to make requests for FirestoreAdmin.GetDatabase and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `GetDatabaseRequest` object for copying."],["The `GetDatabaseRequest` class includes properties for setting the `DatabaseName` and `Name`, with the `Name` property requiring a specific format: `projects/{project_id}/databases/{database_id}`."],["There are multiple versions available for the GetDatabaseRequest documentation, with version 3.12.0 being the latest."]]],[]]