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.



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

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



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

def steps
  @steps
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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