Class: Google::Cloud::Spanner::Admin::Database::V1::OptimizeRestoredDatabaseMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the restored database being optimized.

Returns:

  • (::String)

    Name of the restored database being optimized.



640
641
642
643
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 640

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.

Returns:



640
641
642
643
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 640

class OptimizeRestoredDatabaseMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end