PipelineState class final
Describes the state of a pipeline.
- Inheritance
-
- Object
- ProtoEnum
- PipelineState
Constructors
- PipelineState(String value)
-
const
- PipelineState.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const PipelineState
- The default value for PipelineState.
- pipelineStateCancelled → const PipelineState
- The pipeline has been cancelled.
- pipelineStateCancelling → const PipelineState
- The pipeline is being cancelled. From this state, the pipeline may only go to either PIPELINE_STATE_SUCCEEDED, PIPELINE_STATE_FAILED or PIPELINE_STATE_CANCELLED.
- pipelineStateFailed → const PipelineState
- The pipeline failed.
- pipelineStatePaused → const PipelineState
- The pipeline has been stopped, and can be resumed.
- pipelineStatePending → const PipelineState
- The service is preparing to run the pipeline.
- pipelineStateQueued → const PipelineState
- The pipeline has been created or resumed, and processing has not yet begun.
- pipelineStateRunning → const PipelineState
- The pipeline is in progress.
- pipelineStateSucceeded → const PipelineState
- The pipeline completed successfully.
- pipelineStateUnspecified → const PipelineState
- The pipeline state is unspecified.