pub type PbState = State;
Alias for State.
State
enum PbState { Unspecified = 0, Initial = 1, Creating = 2, Created = 3, }
The streaming job is initial.
The streaming job is creating.
The streaming job has been created.