GoogleApi.Spanner.V1.Model.UpdateInstanceMetadata (google_api_spanner v0.34.0) View Source
Metadata type for the operation returned by UpdateInstance.
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. -
instance
(type:GoogleApi.Spanner.V1.Model.Instance.t
, default:nil
) - The desired end state of the update. -
startTime
(type:DateTime.t
, default:nil
) - The time at which UpdateInstance request was received.
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.UpdateInstanceMetadata{ cancelTime: DateTime.t() | nil, endTime: DateTime.t() | nil, instance: GoogleApi.Spanner.V1.Model.Instance.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.