google_api_spanner v0.2.0 GoogleApi.Spanner.V1.Model.UpdateDatabaseDdlMetadata View Source

Metadata type for the operation returned by UpdateDatabaseDdl.

Attributes

  • commitTimestamps ([String.t]): 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]`. Defaults to: null.
  • database (String.t): The database being modified. Defaults to: null.
  • statements ([String.t]): For an update this list contains all the statements. For an individual statement, this list contains only that statement. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spanner.V1.Model.UpdateDatabaseDdlMetadata{
  commitTimestamps: [any()],
  database: any(),
  statements: [any()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.