GoogleApi.Spanner.V1.Model.UpdateInstanceConfigMetadata (google_api_spanner v0.48.0)
View SourceMetadata 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 configuration 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 }