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."],[[["This document outlines the `GetDatabaseRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting database information from Google Cloud Spanner."],["The `GetDatabaseRequest` class, which is part of version 4.0.0, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances of `GetDatabaseRequest`, either as a default or by cloning another `GetDatabaseRequest` object."],["The `GetDatabaseRequest` class has two properties, `DatabaseName` and `Name`, the `Name` property being a required string field that specifies the target database."],["The latest version of `GetDatabaseRequest` is 5.0.0-beta05, with prior stable versions listed from 4.6.0 down to 3.5.0, offering a range of releases for different requirements."]]],[]]