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 `DatabaseAdmin.GetDatabase` within the Google Cloud Spanner Admin Database V1 API."],["The latest version of this documentation available is version 5.0.0-beta05, but other versions are documented such as 3.5.0, all the way up to version 5."],["`GetDatabaseRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adding additional capabilities."],["The `GetDatabaseRequest` class has two constructors: a parameterless constructor and one that takes another `GetDatabaseRequest` object as a parameter, and the properties are `DatabaseName` and `Name`."],["The required property `Name` within `GetDatabaseRequest` specifies the full resource name of the database in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e`."]]],[]]