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 latest version available is 5.0.0-beta05, which represents the most recent update for the `GetDatabaseRequest` feature."],["This page documents `GetDatabaseRequest`, a request used to retrieve information about a specific database within Google Cloud Spanner, under different versions."],["The `GetDatabaseRequest` class implements several interfaces, including `IMessage\u003cGetDatabaseRequest\u003e`, `IEquatable\u003cGetDatabaseRequest\u003e`, `IDeepCloneable\u003cGetDatabaseRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `GetDatabaseRequest` class features properties such as `DatabaseName`, which provides a typed view, and `Name`, which specifies the database's full resource name in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e`."],["There are multiple versions of the `GetDatabaseRequest` documented on the page, ranging from 3.5.0 to the latest beta release, demonstrating the history of updates and changes in this feature."]]],[]]