public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
The request for
[GetDatabase][google.spanner.admin.database.v1.DatabaseAdmin.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 a specific database via `google.spanner.admin.database.v1.DatabaseAdmin.GetDatabase`."],["The latest version available is `5.0.0-beta05`, with other versions ranging from `3.5.0` to `5.0.0-beta04`, all the way up to the latest, listed."],["`GetDatabaseRequest` inherits from `Object` and implements multiple interfaces, including `IMessage\u003cGetDatabaseRequest\u003e`, `IEquatable\u003cGetDatabaseRequest\u003e`, `IDeepCloneable\u003cGetDatabaseRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties `DatabaseName` (a typed view) and `Name` (the string name), both of which are used to identify the database in the request."],["The class has two constructors: one parameterless and another that accepts another `GetDatabaseRequest` as a parameter."]]],[]]