Class: Google::Apis::GkeonpremV1::OperationProgress

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

Overview

Information about operation progress. LINT.IfChange

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperationProgress

Returns a new instance of OperationProgress.



2971
2972
2973
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 2971

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

Instance Attribute Details

#stagesArray<Google::Apis::GkeonpremV1::OperationStage>

The stages of the operation. Corresponds to the JSON property stages



2969
2970
2971
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 2969

def stages
  @stages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2976
2977
2978
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 2976

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