Class: Google::Apis::DataprocV1::SummarizeSessionSparkApplicationStagesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::SummarizeSessionSparkApplicationStagesResponse
- 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
-
#stages_summary ⇒ Google::Apis::DataprocV1::StagesSummary
Data related to Stages page summary Corresponds to the JSON property
stagesSummary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SummarizeSessionSparkApplicationStagesResponse
constructor
A new instance of SummarizeSessionSparkApplicationStagesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SummarizeSessionSparkApplicationStagesResponse
Returns a new instance of SummarizeSessionSparkApplicationStagesResponse.
10741 10742 10743 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10741 def initialize(**args) update!(**args) end |
Instance Attribute Details
#stages_summary ⇒ Google::Apis::DataprocV1::StagesSummary
Data related to Stages page summary
Corresponds to the JSON property stagesSummary
10739 10740 10741 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10739 def stages_summary @stages_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10746 10747 10748 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10746 def update!(**args) @stages_summary = args[:stages_summary] if args.key?(:stages_summary) end |