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 `GetDatabaseRequest` class is used to request a specific database within the Google Cloud Spanner Admin Database V1 service."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google.Protobuf and .NET functionalities."],["The latest version of this document is 5.0.0-beta05, and there are multiple version documented, all the way back to version 3.5.0."],["It includes properties such as `DatabaseName` and `Name` to specify the target database using its resource name, which is required to make a valid request."],["It has two constructors, one empty and one taking another GetDatabaseRequest object to copy it."]]],[]]