Class: Google::Apis::DataprocV1::SummarizeSessionSparkApplicationJobsResponse

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 jobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SummarizeSessionSparkApplicationJobsResponse

Returns a new instance of SummarizeSessionSparkApplicationJobsResponse.



10402
10403
10404
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10402

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

Instance Attribute Details

#jobs_summaryGoogle::Apis::DataprocV1::JobsSummary

Data related to Jobs page summary Corresponds to the JSON property jobsSummary



10400
10401
10402
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10400

def jobs_summary
  @jobs_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10407
10408
10409
# File 'lib/google/apis/dataproc_v1/classes.rb', line 10407

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