Class: Google::Apis::DataflowV1b3::LaunchTemplateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::LaunchTemplateResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb
Overview
Response to the request to launch a template.
Instance Attribute Summary collapse
-
#job ⇒ Google::Apis::DataflowV1b3::Job
Defines a job to be run by the Cloud Dataflow service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LaunchTemplateResponse
constructor
A new instance of LaunchTemplateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LaunchTemplateResponse
Returns a new instance of LaunchTemplateResponse.
2726 2727 2728 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2726 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::DataflowV1b3::Job
Defines a job to be run by the Cloud Dataflow service. Do not enter
confidential information when you supply string values using the API.
Corresponds to the JSON property job
2724 2725 2726 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2724 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2731 2732 2733 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2731 def update!(**args) @job = args[:job] if args.key?(:job) end |