GoogleApi.Spanner.V1.Model.OptimizeRestoredDatabaseMetadata (google_api_spanner v0.48.0)
View SourceMetadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database. This long-running operation is automatically created by the system after the successful completion of a database restore, and cannot be cancelled.
Attributes
-
name(type:String.t, default:nil) - Name of the restored database being optimized. -
progress(type:GoogleApi.Spanner.V1.Model.OperationProgress.t, default:nil) - The progress of the post-restore optimizations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.OptimizeRestoredDatabaseMetadata{ name: String.t() | nil, progress: GoogleApi.Spanner.V1.Model.OperationProgress.t() | nil }