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 webpage details the `GetDatabaseRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting database information from Google Cloud Spanner."],["The `GetDatabaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors, `GetDatabaseRequest()` for a default instance and `GetDatabaseRequest(GetDatabaseRequest other)` for creating a copy, that takes a parameter of itself."],["Key properties of `GetDatabaseRequest` include `DatabaseName` (a typed view over the database name) and `Name`, which is a string representing the full resource name of the database in the format of `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e`."],["The page provides links to documentation for various versions of the class, ranging from the latest beta `5.0.0-beta05` down to version `3.5.0`."]]],[]]