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 latest version available is 5.0.0-beta05, while the current page context is version 3.13.0, with multiple versions available in between for the `GetDatabaseRequest` class."],["`GetDatabaseRequest` is a class that facilitates the request for `GetDatabase` operations, as part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["The `GetDatabaseRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be used to perform various actions."],["The `GetDatabaseRequest` class includes properties such as `DatabaseName` (which is a `DatabaseName`-typed view) and `Name` (which is a string), both of which are used for managing database resources."],["The `GetDatabaseRequest` class provides two constructors, one default and another that takes a `GetDatabaseRequest` object as a parameter."]]],[]]