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

Metadata type for the operation returned by UpdateInstancePartition.

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 guaranteed to succeed) and cannot be cancelled again.
  • endTime (type: DateTime.t, default: nil) - The time at which this operation failed or was completed successfully.
  • instancePartition (type: GoogleApi.Spanner.V1.Model.InstancePartition.t, default: nil) - The desired end state of the update.
  • startTime (type: DateTime.t, default: nil) - The time at which UpdateInstancePartition request was received.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.UpdateInstancePartitionMetadata{
  cancelTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  instancePartition: GoogleApi.Spanner.V1.Model.InstancePartition.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.