public sealed class DynamicTemplateLaunchParams : IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, IBufferMessage, IMessage
Params which should be passed when launching a dynamic template.
Implements
IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, 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 dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec 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 |