Google Cloud Datastream V1 Client - Class State (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastream V1 Client class State.
Stream state.
Protobuf type google.cloud.datastream.v1.Stream.State
Namespace
Google \ Cloud \ Datastream \ V1 \ StreamMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified stream state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_STARTED
Value: 1The stream has been created but has not yet started streaming data.
Generated from protobuf enum NOT_STARTED = 1;
RUNNING
Value: 2The stream is running.
Generated from protobuf enum RUNNING = 2;
PAUSED
Value: 3The stream is paused.
Generated from protobuf enum PAUSED = 3;
MAINTENANCE
Value: 4The stream is in maintenance mode.
Updates are rejected on the resource in this state.
Generated from protobuf enum MAINTENANCE = 4;
FAILED
Value: 5The stream is experiencing an error that is preventing data from being streamed.
Generated from protobuf enum FAILED = 5;
FAILED_PERMANENTLY
Value: 6The stream has experienced a terminal failure.
Generated from protobuf enum FAILED_PERMANENTLY = 6;
STARTING
Value: 7The stream is starting, but not yet running.
Generated from protobuf enum STARTING = 7;
DRAINING
Value: 8The Stream is no longer reading new events, but still writing events in the buffer.
Generated from protobuf enum DRAINING = 8;