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

Inherits:
Object
  • Object
show all
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 job from Flex Template.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LaunchFlexTemplateResponse

Returns a new instance of LaunchFlexTemplateResponse.



2539
2540
2541
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2539

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

Instance Attribute Details

#jobGoogle::Apis::DataflowV1b3::Job

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



2537
2538
2539
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2537

def job
  @job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2544
2545
2546
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2544

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