class Google::Apis::DataprocV1::SubmitJobRequest

A request to submit a job.

Attributes

job[RW]

A Cloud Dataproc job resource. Corresponds to the JSON property `job` @return [Google::Apis::DataprocV1::Job]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dataproc_v1/classes.rb, line 641
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dataproc_v1/classes.rb, line 646
def update!(**args)
  @job = args[:job] if args.key?(:job)
end