Class DynamicTemplateLaunchParams (1.0.0-beta03)

public sealed class DynamicTemplateLaunchParams : IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, IBufferMessage, IMessage

Params which should be passed when launching a dynamic template.

Inheritance

Object > DynamicTemplateLaunchParams

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

DynamicTemplateLaunchParams()

public DynamicTemplateLaunchParams()

DynamicTemplateLaunchParams(DynamicTemplateLaunchParams)

public DynamicTemplateLaunchParams(DynamicTemplateLaunchParams other)
Parameter
NameDescription
otherDynamicTemplateLaunchParams

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
TypeDescription
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
TypeDescription
String