Class: Google::Apis::DataprocV1::AccessSessionSparkApplicationJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::AccessSessionSparkApplicationJobResponse
- 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
Details of a particular job associated with Spark Application
Instance Attribute Summary collapse
-
#job_data ⇒ Google::Apis::DataprocV1::JobData
Data corresponding to a spark job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccessSessionSparkApplicationJobResponse
constructor
A new instance of AccessSessionSparkApplicationJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccessSessionSparkApplicationJobResponse
Returns a new instance of AccessSessionSparkApplicationJobResponse.
89 90 91 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 89 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job_data ⇒ Google::Apis::DataprocV1::JobData
Data corresponding to a spark job.
Corresponds to the JSON property jobData
87 88 89 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 87 def job_data @job_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
94 95 96 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 94 def update!(**args) @job_data = args[:job_data] if args.key?(:job_data) end |