GoogleCloudDataplexV1Job class
A job represents an instance of a task.
Constructors
-
GoogleCloudDataplexV1Job({String? endTime, GoogleCloudDataplexV1TaskExecutionSpec? executionSpec, Map<
String, String> ? labels, String? message, String? name, int? retryCount, String? service, String? serviceJob, String? startTime, String? state, String? trigger, String? uid}) - GoogleCloudDataplexV1Job.fromJson(Map json_)
Properties
- endTime ↔ String?
-
The time when the job ended.
getter/setter pair
- executionSpec ↔ GoogleCloudDataplexV1TaskExecutionSpec?
-
Spec related to how a task is executed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
User-defined labels for the task.
getter/setter pair
- message ↔ String?
-
Additional information about the current state.
getter/setter pair
- name ↔ String?
-
The relative resource name of the job, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.
getter/setter pair
- retryCount ↔ int?
-
The number of times the job has been retried (excluding the initial
attempt).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
The underlying service running a job.
getter/setter pair
- serviceJob ↔ String?
-
The full resource name for the job run under a particular service.
getter/setter pair
- startTime ↔ String?
-
The time when the job was started.
getter/setter pair
- state ↔ String?
-
Execution state for the job.
getter/setter pair
- trigger ↔ String?
-
Job execution trigger.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the 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