Class: Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateResponse
- 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
-
#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.
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 |