GoogleCloudDatapipelinesV1Pipeline class

The main pipeline entity and all the necessary metadata for launching and managing linked jobs.

Constructors

GoogleCloudDatapipelinesV1Pipeline({String? createTime, String? displayName, int? jobCount, String? lastUpdateTime, String? name, Map<String, String>? pipelineSources, GoogleCloudDatapipelinesV1ScheduleSpec? scheduleInfo, String? schedulerServiceAccountEmail, String? state, String? type, GoogleCloudDatapipelinesV1Workload? workload})
GoogleCloudDatapipelinesV1Pipeline.fromJson(Map json_)

Properties

createTime String?
The timestamp when the pipeline was initially created.
getter/setter pair
displayName String?
The display name of the pipeline.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobCount int?
Number of jobs.
getter/setter pair
lastUpdateTime String?
The timestamp when the pipeline was last modified.
getter/setter pair
name String?
The pipeline name.
getter/setter pair
pipelineSources Map<String, String>?
The sources of the pipeline (for example, Dataplex).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleInfo GoogleCloudDatapipelinesV1ScheduleSpec?
Internal scheduling information for a pipeline.
getter/setter pair
schedulerServiceAccountEmail String?
A service account email to be used with the Cloud Scheduler job.
getter/setter pair
state String?
The state of the pipeline.
getter/setter pair
type String?
The type of the pipeline.
getter/setter pair
workload GoogleCloudDatapipelinesV1Workload?
Workload information for creating new jobs.
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