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