Type Alias PbStreamJobStatus

Source
pub type PbStreamJobStatus = StreamJobStatus;

Aliased Type§

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

Variants§

§

Unspecified = 0

Prefixed by STREAM_JOB_STATUS due to protobuf namespacing rules.

§

Creating = 1

§

Created = 2