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 \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getGcsPath
Path to dynamic template spec file on Cloud Storage.
The file must be a Json serialized DynamicTemplateFieSpec object.
Returns | |
---|---|
Type | Description |
string |
setGcsPath
Path to dynamic template spec file on Cloud Storage.
The file must be a Json serialized DynamicTemplateFieSpec object.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStagingLocation
Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://
.
Returns | |
---|---|
Type | Description |
string |
setStagingLocation
Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |