Class: Google::Apis::DataprocV1::SubmitJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::SubmitJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1/classes.rb,
generated/google/apis/dataproc_v1/representations.rb,
generated/google/apis/dataproc_v1/representations.rb
Overview
A request to submit a job.
Instance Attribute Summary collapse
-
#job ⇒ Google::Apis::DataprocV1::Job
A Cloud Dataproc job resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubmitJobRequest
constructor
A new instance of SubmitJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SubmitJobRequest
Returns a new instance of SubmitJobRequest.
622 623 624 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 622 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::DataprocV1::Job
A Cloud Dataproc job resource.
Corresponds to the JSON property job
620 621 622 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 620 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
627 628 629 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 627 def update!(**args) @job = args[:job] if args.key?(:job) end |