Module: Google::Cloud::Datastream::V1::Stream::State
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Stream state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified stream state.
0
- NOT_STARTED =
The stream has been created but has not yet started streaming data.
1
- RUNNING =
The stream is running.
2
- PAUSED =
The stream is paused.
3
- MAINTENANCE =
The stream is in maintenance mode.
Updates are rejected on the resource in this state.
4
- FAILED =
The stream is experiencing an error that is preventing data from being streamed.
5
- FAILED_PERMANENTLY =
The stream has experienced a terminal failure.
6
- STARTING =
The stream is starting, but not yet running.
7
- DRAINING =
The Stream is no longer reading new events, but still writing events in the buffer.
8