Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class LaunchTemplateRequest.
A request to launch a template.
Generated from protobuf message google.dataflow.v1beta3.LaunchTemplateRequest
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.
↳ validate_only
bool
If true, the request is validated but not actually executed. Defaults to false.
↳ gcs_path
string
A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
↳ dynamic_template
↳ launch_parameters
LaunchTemplateParameters
The parameters of the template to launch. This should be part of the body of the POST request.
↳ location
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
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
getGcsPath
A Cloud Storage path to the template from which to create the job.
Must be valid Cloud Storage URL, beginning with 'gs://'.
string
hasGcsPath
setGcsPath
A Cloud Storage path to the template from which to create the job.
Must be valid Cloud Storage URL, beginning with 'gs://'.
var
string
$this
getDynamicTemplate
Params for launching a dynamic template.
hasDynamicTemplate
setDynamicTemplate
Params for launching a dynamic template.
$this
getLaunchParameters
The parameters of the template to launch. This should be part of the body of the POST request.
hasLaunchParameters
clearLaunchParameters
setLaunchParameters
The parameters of the template to launch. This should be part of the body of the POST request.
$this
getLocation
The regional endpoint to which to direct the request.
string
setLocation
The regional endpoint to which to direct the request.
var
string
$this
getTemplate
string