Class GetDatabaseDdlResponse (3.6.0)

public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage

The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].

Inheritance

Object > GetDatabaseDdlResponse

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Constructors

GetDatabaseDdlResponse()

public GetDatabaseDdlResponse()

GetDatabaseDdlResponse(GetDatabaseDdlResponse)

public GetDatabaseDdlResponse(GetDatabaseDdlResponse other)
Parameter
NameDescription
otherGetDatabaseDdlResponse

Properties

Statements

public RepeatedField<string> Statements { get; }

A list of formatted DDL statements defining the schema of the database specified in the request.

Property Value
TypeDescription
RepeatedField<String>