Class: Google::Cloud::Spanner::Admin::Database::V1::OptimizeRestoredDatabaseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::OptimizeRestoredDatabaseMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb
Overview
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.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the restored database being optimized.
-
#progress ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
The progress of the post-restore optimizations.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the restored database being optimized.
676 677 678 679 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 676 class OptimizeRestoredDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
Returns The progress of the post-restore optimizations.
676 677 678 679 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 676 class OptimizeRestoredDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |