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.



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

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



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

def stages
  @stages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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