public enum Stream.State extends Enum<Stream.State> implements ProtocolMessageEnum
Stream state.
Protobuf enum google.events.cloud.datastream.v1.Stream.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DRAINING | The Stream is no longer reading new events, but still writing events in the buffer. |
DRAINING_VALUE | 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. |
FAILED_PERMANENTLY_VALUE | The stream has experienced a terminal failure. |
FAILED_VALUE | The stream is experiencing an error that is preventing data from being streamed. |
MAINTENANCE | The stream is in maintenance mode. Updates are rejected on the resource in this state. |
MAINTENANCE_VALUE | The stream is in maintenance mode. Updates are rejected on the resource in this state. |
NOT_STARTED | The stream has been created but has not yet started streaming data. |
NOT_STARTED_VALUE | The stream has been created but has not yet started streaming data. |
PAUSED | The stream is paused. |
PAUSED_VALUE | The stream is paused. |
RUNNING | The stream is running. |
RUNNING_VALUE | The stream is running. |
STARTING | The stream is starting, but not yet running. |
STARTING_VALUE | The stream is starting, but not yet running. |
STATE_UNSPECIFIED | Unspecified stream state. |
STATE_UNSPECIFIED_VALUE | Unspecified stream state. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |