Google Cloud Dataflow V1beta3 Client - Class LaunchFlexTemplateResponse (0.6.3)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class LaunchFlexTemplateResponse.

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

Generated from protobuf message google.dataflow.v1beta3.LaunchFlexTemplateResponse

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ 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.

getJob

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

Returns
Type Description
Google\Cloud\Dataflow\V1beta3\Job|null

hasJob

clearJob

setJob

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

Parameter
Name Description
var Google\Cloud\Dataflow\V1beta3\Job
Returns
Type Description
$this