public sealed class GetDatabaseDdlRequest : IMessage<GetDatabaseDdlRequest>, IEquatable<GetDatabaseDdlRequest>, IDeepCloneable<GetDatabaseDdlRequest>, IBufferMessage, IMessage
The request for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
[[["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."],[[["This page details the `GetDatabaseDdlRequest` class, which is used to request the schema of a database in Google Cloud Spanner."],["The `GetDatabaseDdlRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class provides two constructors: a default constructor and a copy constructor, allowing for the creation of new instances and copies."],["It includes two properties related to the database being queried: `Database` (a string representing the database resource name) and `DatabaseAsDatabaseName` (a strongly-typed view of the database name)."],["The listed versions indicate a history of releases for this component, with the latest version being `5.0.0-beta05`, and the current page details the 3.11.0 version."]]],[]]