Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class DynamicTemplateLaunchParams.
Parameters to pass 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 the dynamic template specification file on Cloud Storage. The file must be a JSON serialized DynamicTemplateFileSpec
object.
↳ staging_location
string
Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with gs://
.
getGcsPath
Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec
object.
string
setGcsPath
Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec
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