Class: Google::Apis::DataflowV1b3::LaunchTemplateResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/google/apis/dataflow_v1b3/representations.rb

Overview

Response to the request to launch a template.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LaunchTemplateResponse

Returns a new instance of LaunchTemplateResponse.



2631
2632
2633
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2631

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#jobGoogle::Apis::DataflowV1b3::Job

Defines a job to be run by the Cloud Dataflow service. Corresponds to the JSON property job



2629
2630
2631
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2629

def job
  @job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2636
2637
2638
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2636

def update!(**args)
  @job = args[:job] if args.key?(:job)
end