public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetDatabaseDdlResponse.
The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
Implements
IMessageGetDatabaseDdlResponse, IEquatableGetDatabaseDdlResponse, IDeepCloneableGetDatabaseDdlResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.SpannerGoogle.Cloud.Spanner.AdminGoogle.Cloud.Spanner.Admin.DatabaseV1Assembly
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 |
RepeatedFieldstring |