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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]