public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetDatabaseRequest.
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 of the `GetDatabaseRequest` class is `5.0.0-beta05`, which is part of the Google Cloud Spanner Database Administration v1 API."],["This class is used to request a specific database via the `GetDatabase` method in the Google Cloud Spanner Database Admin API."],["The `GetDatabaseRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetDatabaseRequest` class has two constructors, a default one and another that accepts another `GetDatabaseRequest` as a parameter, and has two properties: `DatabaseName` and `Name`."],["There are multiple versions of the documentation available for this class, ranging from version `3.5.0` up to `5.0.0-beta05`, covering various updates and changes to the API."]]],[]]