GoogleApi.Spanner.V1.Model.UpdateDatabaseDdlMetadata (google_api_spanner v0.23.0) View Source

Metadata type for the operation returned by UpdateDatabaseDdl.

Attributes

  • commitTimestamps (type: list(DateTime.t), default: nil) - Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].
  • database (type: String.t, default: nil) - The database being modified.
  • statements (type: list(String.t), default: nil) - For an update this list contains all the statements. For an individual statement, this list contains only that statement.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Spanner.V1.Model.UpdateDatabaseDdlMetadata{
  commitTimestamps: [DateTime.t()],
  database: String.t(),
  statements: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.