WorkflowTemplate class
A Dataproc workflow template resource.
Constructors
-
WorkflowTemplate({String? createTime, String? dagTimeout, GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig? encryptionConfig, String? id, List<
OrderedJob> ? jobs, Map<String, String> ? labels, String? name, List<TemplateParameter> ? parameters, WorkflowTemplatePlacement? placement, String? updateTime, int? version}) - WorkflowTemplate.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time template was created.
getter/setter pair
- dagTimeout ↔ String?
-
Timeout duration for the DAG of jobs, expressed in seconds (see JSON
representation of duration
(https://developers.google.com/protocol-buffers/docs/proto3#json)).
getter/setter pair
- encryptionConfig ↔ GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig?
-
Encryption settings for encrypting workflow template job arguments.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
-
jobs
↔ List<
OrderedJob> ? -
The Directed Acyclic Graph of Jobs to submit.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
The labels to associate with this template.
getter/setter pair
- name ↔ String?
-
The resource name of the workflow template, as described in
https://cloud.google.com/apis/design/resource_names.
getter/setter pair
-
parameters
↔ List<
TemplateParameter> ? -
Template parameters whose values are substituted into the template.
getter/setter pair
- placement ↔ WorkflowTemplatePlacement?
-
WorkflowTemplate scheduling information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time template was last updated.
getter/setter pair
- version ↔ int?
-
Used to perform a consistent read-modify-write.This field should be left
blank for a CreateWorkflowTemplate request.
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