GoogleApi.Spanner.V1.Model.UpdateDatabaseMetadata (google_api_spanner v0.48.0)
View SourceMetadata type for the operation returned by UpdateDatabase.
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 best-effort). -
progress
(type:GoogleApi.Spanner.V1.Model.OperationProgress.t
, default:nil
) - The progress of the UpdateDatabase operation. -
request
(type:GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest.t
, default:nil
) - The request for UpdateDatabase.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.UpdateDatabaseMetadata{ cancelTime: DateTime.t() | nil, progress: GoogleApi.Spanner.V1.Model.OperationProgress.t() | nil, request: GoogleApi.Spanner.V1.Model.UpdateDatabaseRequest.t() | nil }