Class OptimizeRestoredDatabaseMetadata (2.1.0)

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 `.common.OperationProgress`
The progress of the post-restore optimizations.

Inheritance

builtins.object > proto.message.Message > OptimizeRestoredDatabaseMetadata