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.



1499
1500
1501
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1499

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



1497
1498
1499
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1497

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1504
1505
1506
# File 'lib/google/apis/hypercomputecluster_v1/classes.rb', line 1504

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