public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage
The response 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 webpage details the `GetDatabaseDdlResponse` class, which is used in the Google Cloud Spanner Admin Database V1 API for retrieving the DDL (Data Definition Language) statements of a database."],["The `GetDatabaseDdlResponse` class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and is available in various versions, including the latest beta version 5.0.0-beta05, and stable versions down to 3.5.0."],["`GetDatabaseDdlResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for serialization, comparison, deep cloning, and buffered message handling."],["The primary property of `GetDatabaseDdlResponse` is `Statements`, a `RepeatedField` of strings that contains a formatted list of DDL statements representing the database schema."],["The `GetDatabaseDdlResponse` class can be constructed either without parameters or by providing another `GetDatabaseDdlResponse` object."]]],[]]