Class: Google::Apis::HypercomputeclusterV1::OperationProgress

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/hypercomputecluster_v1/classes.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb,
lib/google/apis/hypercomputecluster_v1/representations.rb

Overview

Message describing the progress of a cluster mutation long-running operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperationProgress

Returns a new instance of OperationProgress.



1490
1491
1492
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1490

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

Instance Attribute Details

#stepsArray<Google::Apis::HypercomputeclusterV1::OperationStep>

Output only. Steps and status of the operation. Corresponds to the JSON property steps



1488
1489
1490
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1488

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1495
1496
1497
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1495

def update!(**args)
  @steps = args[:steps] if args.key?(:steps)
end