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.



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

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



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

def job_data
  @job_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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