Module state

Source
Expand description

Useful constants to work with State

Constantsยง

DRAINING
The Stream is no longer reading new events, but still writing events in the buffer.
FAILED
The stream is experiencing an error that is preventing data from being streamed.
FAILED_PERMANENTLY
The stream has experienced a terminal failure.
MAINTENANCE
The stream is in maintenance mode.
NOT_STARTED
The stream has been created but has not yet started streaming data.
PAUSED
The stream is paused.
RUNNING
The stream is running.
STARTING
The stream is starting, but not yet running.
STATE_UNSPECIFIED
Unspecified stream state.