Class OptimizeRestoredDatabaseMetadata (3.14.1)

OptimizeRestoredDatabaseMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

NameDescription
name str
Name of the restored database being optimized.
progress google.cloud.spanner_admin_database_v1.types.OperationProgress
The progress of the post-restore optimizations.