public sealed class GetDatabaseDdlRequest : IMessage<GetDatabaseDdlRequest>, IEquatable<GetDatabaseDdlRequest>, IDeepCloneable<GetDatabaseDdlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetDatabaseDdlRequest.
The request 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 document provides reference information for the `GetDatabaseDdlRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The latest version available is 5.0.0-beta05, with version 4.6.0 being the current focus within this document, and multiple other versions ranging back to 3.5.0 are listed."],["`GetDatabaseDdlRequest` is a request type used to retrieve the database schema, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, `GetDatabaseDdlRequest()` and `GetDatabaseDdlRequest(GetDatabaseDdlRequest other)`, and it contains properties like `Database` (a string) and `DatabaseAsDatabaseName` (of type `Google.Cloud.Spanner.Common.V1.DatabaseName`)."],["The `Database` property in the `GetDatabaseDdlRequest` class is required and should be in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e`."]]],[]]