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 \ V1beta3Methods
__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 |