public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetDatabaseDdlResponse.
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 provides documentation for the `GetDatabaseDdlResponse` class within the Google Cloud Spanner Database Administration v1 API."],["The `GetDatabaseDdlResponse` class is used to retrieve the DDL statements that define the schema of a database."],["The `GetDatabaseDdlResponse` class has one main property, `Statements`, which is a list of the formatted DDL statements in string format."],["The latest beta version of this API is 5.0.0-beta05, while the current version documented on this page is 4.4.0, and other previous versions of the API are also listed."],["The `GetDatabaseDdlResponse` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]