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, which is used to request information about a specific database within the Google Cloud Spanner service."],["The `GetDatabaseRequest` class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and is implemented in the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."],["The latest version available is 5.0.0-beta05, but there are multiple other versions available ranging from 3.5.0 to the latest one, including 3.12.0 which is the one this document is focusing on."],["The class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable\u003cGetDatabaseRequest\u003e`, `IDeepCloneable\u003cGetDatabaseRequest\u003e`, and `IBufferMessage`."],["`GetDatabaseRequest` instances can be constructed using either the default constructor or a constructor that takes another `GetDatabaseRequest` instance as a parameter, and it also holds properties like `Name` and `DatabaseName` to identify the database."]]],[]]