View Source GoogleApi.Spanner.V1.Model.UpdateDatabaseMetadata (google_api_spanner v0.39.0)

Metadata type for the operation returned by UpdateDatabase.

Attributes

  • cancelTime (type: DateTime.t, default: nil) - The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).
  • progress (type: GoogleApi.Spanner.V1.Model.OperationProgress.t, default: nil) - The progress of the UpdateDatabase operation.
  • request (type: GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest.t, default: nil) - The request for UpdateDatabase.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateDatabaseMetadata{
  cancelTime: DateTime.t() | nil,
  progress: GoogleApi.Spanner.V1.Model.OperationProgress.t() | nil,
  request: GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.