View Source GoogleApi.Spanner.V1.Model.GetDatabaseDdlResponse (google_api_spanner v0.38.0)

The response for GetDatabaseDdl.

Attributes

  • protoDescriptors (type: String.t, default: nil) - Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
  • statements (type: list(String.t), default: nil) - A list of formatted DDL statements defining the schema of the database specified in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.GetDatabaseDdlResponse{
  protoDescriptors: String.t() | nil,
  statements: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.