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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]