public enum Connector.State extends Enum<Connector.State> implements ProtocolMessageEnum
The state of the connector.
Protobuf enum google.cloud.managedkafka.v1.Connector.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The connector has failed. See logs for why. |
FAILED_VALUE |
The connector has failed. See logs for why. |
PAUSED |
The connector has been paused. |
PAUSED_VALUE |
The connector has been paused. |
RESTARTING |
The connector is restarting. |
RESTARTING_VALUE |
The connector is restarting. |
RUNNING |
The connector is running. |
RUNNING_VALUE |
The connector is running. |
STATE_UNSPECIFIED |
A state was not specified. |
STATE_UNSPECIFIED_VALUE |
A state was not specified. |
STOPPED |
The connector has been stopped. |
STOPPED_VALUE |
The connector has been stopped. |
UNASSIGNED |
The connector is not assigned to any tasks, usually transient. |
UNASSIGNED_VALUE |
The connector is not assigned to any tasks, usually transient. |
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() |