Dataflow v1beta3 API - Class DynamicTemplateLaunchParams (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class DynamicTemplateLaunchParams.

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