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
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
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
↳ location
↳ 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.
string
setProjectId
Required. The ID of the Cloud Platform project that the job belongs to.
var
string
$this
getLaunchParameter
Required. Parameter to launch a job form Flex Template.
hasLaunchParameter
clearLaunchParameter
setLaunchParameter
Required. Parameter to launch a job form Flex Template.
$this
getLocation
Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.
string
setLocation
Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.
var
string
$this
getValidateOnly
If true, the request is validated but not actually executed.
Defaults to false.
bool
setValidateOnly
If true, the request is validated but not actually executed.
Defaults to false.
var
bool
$this