Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class GetTemplateRequest.
A request to retrieve a Cloud Dataflow job template.
Generated from protobuf message google.dataflow.v1beta3.GetTemplateRequest
Methods
__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.
↳ gcs_path
string
Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.
↳ view
int
The view to retrieve. Defaults to METADATA_ONLY.
↳ 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
getGcsPath
Required. 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
Required. 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
getView
The view to retrieve. Defaults to METADATA_ONLY.
int
setView
The view to retrieve. Defaults to METADATA_ONLY.
var
int
$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