Module: Google::Cloud::Datastream::V1alpha1::Stream::State
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
Stream state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified stream state.
0- CREATED =
The stream has been created.
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