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 for .NET."],["The `GetDatabaseDdlRequest` class is used to request the schema of a specific database, and it inherits from the object class, while implementing multiple interfaces like IMessage and IEquatable."],["The latest stable version documented for the `GetDatabaseDdlRequest` class is 4.6.0 and the latest is 5.0.0-beta05, with multiple prior versions (3.5.0 to 4.5.0, and beta04) also available."],["The class has two constructors: a parameterless one, and one that takes another `GetDatabaseDdlRequest` instance, and has two properties `Database` and `DatabaseAsDatabaseName`."],["The namespace for this class is Google.Cloud.Spanner.Admin.Database.V1, within the assembly Google.Cloud.Spanner.Admin.Database.V1.dll."]]],[]]