PipelineTaskDetail_PipelineTaskStatus class final
A single record of the task status.
- Inheritance
-
- Object
- ProtoMessage
- PipelineTaskDetail_PipelineTaskStatus
Constructors
- PipelineTaskDetail_PipelineTaskStatus({Timestamp? updateTime, PipelineTaskDetail_State state = PipelineTaskDetail_State.$default, Status? error})
- PipelineTaskDetail_PipelineTaskStatus.fromJson(Object? j)
-
factory
Properties
- error → Status?
-
Output only. The error that occurred during the state. May be set when
the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
FAILED state. If the state is FAILED, the error here is final and not
going to be retried. If the state is a non-final state, the error
indicates a system-error being retried.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → PipelineTaskDetail_State
-
Output only. The state of the task.
final
- updateTime → Timestamp?
-
Output only. Update time of this status.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String