Class GetDatabaseDdlResponse
The response for GetDatabaseDdl.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class GetDatabaseDdlResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProtoDescriptors
Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
Declaration
[JsonProperty("protoDescriptors")]
public virtual string ProtoDescriptors { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Statements
A list of formatted DDL statements defining the schema of the database specified in the request.
Declaration
[JsonProperty("statements")]
public virtual IList<string> Statements { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |