Google Cloud Dataflow V1beta3 Client - Class GetTemplateRequest (0.6.3)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
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 string

The regional endpoint to which to direct the request.

getProjectId

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

Returns
Type Description
string

setProjectId

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

Parameter
Name Description
var string
Returns
Type Description
$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://'.

Returns
Type Description
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://'.

Parameter
Name Description
var string
Returns
Type Description
$this

getView

The view to retrieve. Defaults to METADATA_ONLY.

Returns
Type Description
int

setView

The view to retrieve. Defaults to METADATA_ONLY.

Parameter
Name Description
var int
Returns
Type Description
$this

getLocation

The regional endpoint to which to direct the request.

Returns
Type Description
string

setLocation

The regional endpoint to which to direct the request.

Parameter
Name Description
var string
Returns
Type Description
$this

getTemplate

Returns
Type Description
string