TaskStatus class
TaskStatus represents the status of a task.
Constructors
-
TaskStatus({String? completionTime, List<
GoogleCloudRunV1Condition> ? conditions, int? index, TaskAttemptResult? lastAttemptResult, String? logUri, int? observedGeneration, int? retried, String? startTime}) - TaskStatus.fromJson(Map json_)
Properties
- completionTime ↔ String?
-
Represents time when the task was completed.
getter/setter pair
-
conditions
↔ List<
GoogleCloudRunV1Condition> ? -
Conditions communicate information about ongoing/complete reconciliation
processes that bring the "spec" inline with the observed state of the
world.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int?
-
Index of the task, unique per execution, and beginning at 0.
getter/setter pair
- lastAttemptResult ↔ TaskAttemptResult?
-
Result of the last attempt of this task.
getter/setter pair
- logUri ↔ String?
-
URI where logs for this task can be found in Cloud Console.
getter/setter pair
- observedGeneration ↔ int?
-
The 'generation' of the task that was last processed by the controller.
getter/setter pair
- retried ↔ int?
-
The number of times this task was retried.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Represents time when the task started to run.
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