Class: Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/templates.rb

Overview

Response to the request to launch a job from Flex Template.

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::Dataflow::V1beta3::Job

Returns The job that was launched, if the request was not a dry run and the job was successfully launched.

Returns:



29
30
31
32
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 29

class LaunchFlexTemplateResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end