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
1605 1606 1607 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1605 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
1603 1604 1605 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1603 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1610 1611 1612 |
# File 'generated/google/apis/dataproc_v1/classes.rb', line 1610 def update!(**args) @job = args[:job] if args.key?(:job) end |