Google Cloud Dataflow V1beta3 Client - Class LaunchFlexTemplateRequest (0.3.10)

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

A request to launch a Cloud Dataflow job from a FlexTemplate.

Generated from protobuf message google.dataflow.v1beta3.LaunchFlexTemplateRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

Required. The ID of the Cloud Platform project that the job belongs to.

↳ launch_parameter Google\Cloud\Dataflow\V1beta3\LaunchFlexTemplateParameter

Required. Parameter to launch a job form Flex Template.

↳ location string

Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.

↳ validate_only bool

If true, the request is validated but not actually executed. Defaults to false.

getProjectId

Required. The ID of the Cloud Platform project that the job belongs to.

Returns
TypeDescription
string

setProjectId

Required. The ID of the Cloud Platform project that the job belongs to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLaunchParameter

Required. Parameter to launch a job form Flex Template.

Returns
TypeDescription
Google\Cloud\Dataflow\V1beta3\LaunchFlexTemplateParameter|null

hasLaunchParameter

clearLaunchParameter

setLaunchParameter

Required. Parameter to launch a job form Flex Template.

Parameter
NameDescription
var Google\Cloud\Dataflow\V1beta3\LaunchFlexTemplateParameter
Returns
TypeDescription
$this

getLocation

Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.

Returns
TypeDescription
string

setLocation

Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

If true, the request is validated but not actually executed.

Defaults to false.

Returns
TypeDescription
bool

setValidateOnly

If true, the request is validated but not actually executed.

Defaults to false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this