public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessageThe response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
Implements
IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
GetDatabaseDdlResponse()
public GetDatabaseDdlResponse()GetDatabaseDdlResponse(GetDatabaseDdlResponse)
public GetDatabaseDdlResponse(GetDatabaseDdlResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDatabaseDdlResponse |
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 | |
|---|---|
| Type | Description |
RepeatedField<String> |
|