GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter class
Launch Flex Template parameter.
Constructors
- 
          GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter({String? containerSpecGcsPath, GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment? environment, String? jobName, Map<String, String> ? launchOptions, Map<String, String> ? parameters, Map<String, String> ? transformNameMappings, bool? update})
- GoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.fromJson(Map json_)
Properties
- containerSpecGcsPath ↔ String?
- 
  Cloud Storage path to a file with a JSON-serialized ContainerSpec as
content.
  getter/setter pair
- environment ↔ GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment?
- 
  The runtime environment for the Flex Template 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
- 
  launchOptions
  ↔ Map<String, String> ?
- 
  Launch options for this Flex Template job.
  getter/setter pair
- 
  parameters
  ↔ Map<String, String> ?
- 
  The parameters for the Flex Template.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  transformNameMappings
  ↔ Map<String, String> ?
- 
  Use this to pass transform name mappings for streaming update jobs.
  getter/setter pair
- update ↔ bool?
- 
  Set this to true if you are sending a request to update a running
streaming job.
  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