public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
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 used to request information from `FirestoreAdmin.GetDatabase` within version 3.0.0 of the Google.Cloud.Firestore.Admin.V1 library."],["Version 3.12.0 is the latest version of the `GetDatabaseRequest` class, while versions from 3.11.0 back to 2.2.0 are also available."],["The `GetDatabaseRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables diverse functionalities."],["The `GetDatabaseRequest` class contains two constructors, one empty and the other that accepts a `GetDatabaseRequest` object, and includes two properties, the `Name` property which is a string, and the `DatabaseName` property which is of the `DatabaseName` type."]]],[]]