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."],[[["The `GetDatabaseRequest` class is part of the Firestore Admin v1 API and is used to request information about a specific database."],["This documentation covers version 3.2.0 of the `GetDatabaseRequest` class, but there are multiple versions available, ranging from 2.2.0 to 3.12.0, with 3.12.0 being the latest."],["The `GetDatabaseRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetDatabaseRequest\u003e`, `IDeepCloneable\u003cGetDatabaseRequest\u003e`, and `IBufferMessage`."],["The class includes properties like `DatabaseName` (a typed view) and `Name` (a string), where `Name` is a required field specifying the database in the format `projects/{project_id}/databases/{database_id}`."],["The class documentation provides two constructor overloads, a default constructor `GetDatabaseRequest()`, and a copy constructor `GetDatabaseRequest(GetDatabaseRequest other)`."]]],[]]