Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateResponse.
Response to the request to launch a job from Flex Template.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job
def job() -> ::Google::Cloud::Dataflow::V1beta3::Job
Returns
- (::Google::Cloud::Dataflow::V1beta3::Job) — The job that was launched, if the request was not a dry run and the job was successfully launched.
#job=
def job=(value) -> ::Google::Cloud::Dataflow::V1beta3::Job
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::Job) — The job that was launched, if the request was not a dry run and the job was successfully launched.
Returns
- (::Google::Cloud::Dataflow::V1beta3::Job) — The job that was launched, if the request was not a dry run and the job was successfully launched.