GoogleCloudDatapipelinesV1Job class

Definition of the job information maintained by the pipeline.

Fields in this entity are retrieved from the executor API (e.g. Dataflow API).

Constructors

GoogleCloudDatapipelinesV1Job({String? createTime, GoogleCloudDatapipelinesV1DataflowJobDetails? dataflowJobDetails, String? endTime, String? id, String? name, String? state, GoogleRpcStatus? status})
GoogleCloudDatapipelinesV1Job.fromJson(Map json_)

Properties

createTime String?
The time of job creation.
getter/setter pair
dataflowJobDetails GoogleCloudDatapipelinesV1DataflowJobDetails?
All the details that are specific to a Dataflow job.
getter/setter pair
endTime String?
The time of job termination.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The internal ID for the job.
getter/setter pair
name String?
The fully qualified resource name for the job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the job. Possible string values are:
getter/setter pair
status GoogleRpcStatus?
Status capturing any error code or message related to job creation or execution.
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