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