Google Cloud Spanner Database Administration v1 API - Class GetDatabaseDdlResponse (5.0.0-beta03)

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].

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

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
TypeDescription
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
TypeDescription
RepeatedFieldstring