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-03-21 UTC."],[[["The content provides documentation for the `GetDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API, specifically for version 4.4.0."],["It outlines the class's implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists the available versions of the API, ranging from version 3.5.0 up to the latest beta release 5.0.0-beta05, with links to the respective `GetDatabaseRequest` documentation."],["The `GetDatabaseRequest` class includes constructors and properties like `DatabaseName` and `Name`, with the latter being a string that represents the required database name in a specific format."],["It is a request for `GetDatabase` and inherits from `object` and provides details regarding inherited members, namespace, and assembly information."]]],[]]