currentState property
The current state of the job.
Jobs are created in the JOB_STATE_STOPPED
state unless otherwise
specified.
A job in the JOB_STATE_RUNNING
state may asynchronously enter a
terminal state. After a job has reached a terminal state, no
further state updates may be made.
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
Implementation
@$pb.TagNumber(7)
JobState get currentState => $_getN(5);
Implementation
@$pb.TagNumber(7)
set currentState(JobState v) { setField(7, v); }