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-04-17 UTC."],[[["This webpage provides documentation for the `GetDatabaseDdlResponse` class within the Google Cloud Spanner Database Administration v1 API."],["The `GetDatabaseDdlResponse` class is used to represent the response when getting the DDL of a database, and it inherits from several interfaces and the `Object` class."],["The documentation lists various versions of the API, from version `3.5.0` up to `5.0.0-beta05`, with the latest version being `5.0.0-beta05`."],["The `GetDatabaseDdlResponse` class has two constructors, one default and one that takes another `GetDatabaseDdlResponse` as a parameter."],["`GetDatabaseDdlResponse` has one property named `Statements` which contains a list of formatted DDL statements defining the database schema."]]],[]]