GoogleCloudDatapipelinesV1LaunchTemplateParameters class

Parameters to provide to the template being launched.

Properties

environment GoogleCloudDatapipelinesV1RuntimeEnvironment?
The runtime environment for the job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The job name to use for the created job.
getter/setter pair
parameters Map<String, String>?
The runtime parameters to pass to the job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformNameMapping Map<String, String>?
Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
getter/setter pair
update bool?
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited