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"]],[["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."],[[["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`, for functionality such as message handling, equality checks, cloning, and buffer operations."],["The class has two constructors, one default and another that takes another `GetDatabaseDdlRequest` object to copy its values, and two core properties: `Database`, a string representing the database path, and `DatabaseAsDatabaseName`, a typed view of the database path."],["Multiple versions of this class are documented, ranging from version 3.5.0 up to 5.0.0-beta05, with the latter being the latest beta release, indicating ongoing development and previous stable releases."]]],[]]