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."],[[["The page details the `GetDatabaseDdlResponse` class, which is used in response to the `GetDatabaseDdl` request in the Google Cloud Spanner Admin Database V1."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the `Object` class."],["It includes a `Statements` property, which is a `RepeatedField` of strings that contains a list of formatted DDL statements defining the database schema."],["The provided page references multiple versions, with the latest being 5.0.0-beta05, and the current page being on version 3.12.0."],["Two constructors are available for the class: a default parameterless one and one which takes another GetDatabaseDdlResponse object as an argument."]]],[]]