Type Alias PbState

Source
pub type PbState = State;

Aliased Type§

#[repr(i32)]
pub enum PbState { Unspecified = 0, Initial = 1, Creating = 2, Created = 3, }

Variants§

§

Unspecified = 0

§

Initial = 1

The streaming job is initial.

§

Creating = 2

The streaming job is creating.

§

Created = 3

The streaming job has been created.