GoogleApi.Spanner.V1.Model.OptimizeRestoredDatabaseMetadata (google_api_spanner v0.23.0) View Source
Metadata 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.
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.OptimizeRestoredDatabaseMetadata{
name: String.t(),
progress: GoogleApi.Spanner.V1.Model.OperationProgress.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.