Class: Google::Apis::DataprocV1::SummarizeSparkApplicationStagesResponse

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

Overview

Summary of a Spark Application stages.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SummarizeSparkApplicationStagesResponse

Returns a new instance of SummarizeSparkApplicationStagesResponse.



10835
10836
10837
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10835

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

Instance Attribute Details

#stages_summaryGoogle::Apis::DataprocV1::StagesSummary

Data related to Stages page summary Corresponds to the JSON property stagesSummary



10833
10834
10835
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10833

def stages_summary
  @stages_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10840
10841
10842
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10840

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