public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessageReference 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
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
ProtoDescriptors
public ByteString ProtoDescriptors { get; set; }Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
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 |
|