class Google::Apis::SpannerV1::OptimizeRestoredDatabaseMetadata

completion of a database restore, and cannot be cancelled.
operation is automatically created by the system after the successful
optimizations performed on a newly restored database. This long-running
Metadata type for the long-running operation used to track the progress of

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @name = args[:name] if args.key?(:name)
  @progress = args[:progress] if args.key?(:progress)
end