Class: Google::Cloud::Dataflow::V1beta3::LaunchTemplateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::LaunchTemplateResponse
- 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
-
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
The job that was launched, if the request was not a dry run and the job was successfully launched.
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.
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 |