public sealed class DynamicTemplateLaunchParams : IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class DynamicTemplateLaunchParams.
Parameters to pass when launching a dynamic template.
Implements
IMessageDynamicTemplateLaunchParams, IEquatableDynamicTemplateLaunchParams, IDeepCloneableDynamicTemplateLaunchParams, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
DynamicTemplateLaunchParams()
public DynamicTemplateLaunchParams()DynamicTemplateLaunchParams(DynamicTemplateLaunchParams)
public DynamicTemplateLaunchParams(DynamicTemplateLaunchParams other)| Parameter | |
|---|---|
| Name | Description |
other |
DynamicTemplateLaunchParams |
Properties
GcsPath
public string GcsPath { get; set; }Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StagingLocation
public string StagingLocation { get; set; }Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
| Property Value | |
|---|---|
| Type | Description |
string |
|