Google Cloud Dataflow V1beta3 Client - Class DynamicTemplateLaunchParams (0.5.1)

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

Params which should be passed when launching a dynamic template.

Generated from protobuf message google.dataflow.v1beta3.DynamicTemplateLaunchParams

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_path string

Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.

↳ staging_location string

Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with gs://.

getGcsPath

Path to dynamic template spec file on Cloud Storage.

The file must be a Json serialized DynamicTemplateFieSpec object.

Returns
TypeDescription
string

setGcsPath

Path to dynamic template spec file on Cloud Storage.

The file must be a Json serialized DynamicTemplateFieSpec object.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStagingLocation

Cloud Storage path for staging dependencies.

Must be a valid Cloud Storage URL, beginning with gs://.

Returns
TypeDescription
string

setStagingLocation

Cloud Storage path for staging dependencies.

Must be a valid Cloud Storage URL, beginning with gs://.

Parameter
NameDescription
var string
Returns
TypeDescription
$this