Class: Google::Apis::DataprocV1::AccessSparkApplicationJobResponse

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

Details of a particular job associated with Spark Application

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccessSparkApplicationJobResponse

Returns a new instance of AccessSparkApplicationJobResponse.



223
224
225
# File 'lib/google/apis/dataproc_v1/classes.rb', line 223

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

Instance Attribute Details

#job_dataGoogle::Apis::DataprocV1::JobData

Data corresponding to a spark job. Corresponds to the JSON property jobData



221
222
223
# File 'lib/google/apis/dataproc_v1/classes.rb', line 221

def job_data
  @job_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



228
229
230
# File 'lib/google/apis/dataproc_v1/classes.rb', line 228

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