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 page details the `GetDatabaseDdlResponse` class, which is used in the Google Cloud Spanner Admin Database V1 API for .NET."],["The `GetDatabaseDdlResponse` class provides the DDL statements for a database and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Statements` property, which is a `RepeatedField\u003cstring\u003e` containing the database's schema defined by the DDL statements."],["There are multiple versions available, ranging from 3.5.0 up to 5.0.0-beta05, with version 3.7.0 being highlighted, and the latest one being 5.0.0-beta05."],["The class inherits from `Object`, having inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and it also includes two constructors: a default one and one that takes another `GetDatabaseDdlResponse` object."]]],[]]