Class: Google::Apis::DataprocV1::SummarizeSessionSparkApplicationJobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::SummarizeSessionSparkApplicationJobsResponse
- 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 jobs.
Instance Attribute Summary collapse
-
#jobs_summary ⇒ Google::Apis::DataprocV1::JobsSummary
Data related to Jobs page summary Corresponds to the JSON property
jobsSummary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SummarizeSessionSparkApplicationJobsResponse
constructor
A new instance of SummarizeSessionSparkApplicationJobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SummarizeSessionSparkApplicationJobsResponse
Returns a new instance of SummarizeSessionSparkApplicationJobsResponse.
11021 11022 11023 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 11021 def initialize(**args) update!(**args) end |
Instance Attribute Details
#jobs_summary ⇒ Google::Apis::DataprocV1::JobsSummary
Data related to Jobs page summary
Corresponds to the JSON property jobsSummary
11019 11020 11021 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 11019 def jobs_summary @jobs_summary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11026 11027 11028 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 11026 def update!(**args) @jobs_summary = args[:jobs_summary] if args.key?(:jobs_summary) end |