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 page details the `GetDatabaseRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting database information from Google Cloud Spanner."],["The most recent stable version available is 3.15.1, although 5.0.0-beta05 is the latest beta version, and multiple prior versions ranging back to 3.5.0 are documented on this page."],["`GetDatabaseRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for interaction with the Google Cloud Spanner system."],["The `GetDatabaseRequest` class has two constructors and two properties: `DatabaseName` (a typed view of the name) and `Name` (the name of the database resource), which are used to make a request."],["This `GetDatabaseRequest` is the request made to get details from the `GetDatabase` method found in the `Google.Cloud.Spanner.Admin.Database.V1.DatabaseAdmin` class."]]],[]]