Class: Google::Apis::RunV1::RunJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::RunV1::RunJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v1/classes.rb,
lib/google/apis/run_v1/representations.rb,
lib/google/apis/run_v1/representations.rb
Overview
Request message for creating a new execution of a job.
Instance Attribute Summary collapse
-
#overrides ⇒ Google::Apis::RunV1::Overrides
RunJob Overrides that contains Execution fields to be overridden on the go.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunJobRequest
constructor
A new instance of RunJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunJobRequest
Returns a new instance of RunJobRequest.
3141 3142 3143 |
# File 'lib/google/apis/run_v1/classes.rb', line 3141 def initialize(**args) update!(**args) end |
Instance Attribute Details
#overrides ⇒ Google::Apis::RunV1::Overrides
RunJob Overrides that contains Execution fields to be overridden on the go.
Corresponds to the JSON property overrides
3139 3140 3141 |
# File 'lib/google/apis/run_v1/classes.rb', line 3139 def overrides @overrides end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3146 3147 3148 |
# File 'lib/google/apis/run_v1/classes.rb', line 3146 def update!(**args) @overrides = args[:overrides] if args.key?(:overrides) end |