Class: Google::Cloud::Dataflow::V1beta3::LaunchTemplateResponse

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 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:



615
616
617
618
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 615

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