pub type PbStreamJobStatus = StreamJobStatus;
enum PbStreamJobStatus { Unspecified = 0, Creating = 1, Created = 2, }
Prefixed by STREAM_JOB_STATUS due to protobuf namespacing rules.
STREAM_JOB_STATUS