Class: Google::Apis::DataprocV1beta2::CancelJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1beta2::CancelJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1beta2/classes.rb,
generated/google/apis/dataproc_v1beta2/representations.rb,
generated/google/apis/dataproc_v1beta2/representations.rb
Overview
A request to cancel a job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelJobRequest
constructor
A new instance of CancelJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CancelJobRequest
Returns a new instance of CancelJobRequest
141 142 143 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 141 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
146 147 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 146 def update!(**args) end |