Class: Google::Apis::DataflowV1b3::LaunchFlexTemplateResponse

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 job from Flex Template.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LaunchFlexTemplateResponse

Returns a new instance of LaunchFlexTemplateResponse.



2317
2318
2319
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2317

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



2315
2316
2317
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2315

def job
  @job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2322
2323
2324
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2322

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