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-04-17 UTC."],[[["The latest version available is 5.0.0-beta05, while version 3.6.0 is also shown, among other versions ranging from 3.5.0 to 4.6.0."],["This page documents the `GetDatabaseRequest` class, which is used to request database information in the Google Cloud Spanner Admin Database V1."],["The `GetDatabaseRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseRequest` class has two properties: `DatabaseName`, which is a typed view over the resource name, and `Name`, which specifies the name of the requested database in a specific format."],["The `GetDatabaseRequest` class has two constructors, one default constructor and one that takes in a `GetDatabaseRequest` as a parameter."]]],[]]