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

Metadata type for the operation returned by UpdateInstanceConfig.

Attributes

  • cancelTime (type: DateTime.t, default: nil) - The time at which this operation was cancelled.
  • instanceConfig (type: GoogleApi.Spanner.V1.Model.InstanceConfig.t, default: nil) - The desired instance config after updating.
  • progress (type: GoogleApi.Spanner.V1.Model.InstanceOperationProgress.t, default: nil) - The progress of the UpdateInstanceConfig operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateInstanceConfigMetadata{
  cancelTime: DateTime.t() | nil,
  instanceConfig: GoogleApi.Spanner.V1.Model.InstanceConfig.t() | nil,
  progress: GoogleApi.Spanner.V1.Model.InstanceOperationProgress.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.