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 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."]]],[]]