Enum Connector.State (0.16.1)

public enum Connector.State extends Enum<Connector.State> implements ProtocolMessageEnum

The state of the connector.

Protobuf enum google.cloud.managedkafka.v1.Connector.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The connector has failed. See logs for why.

FAILED = 4;

FAILED_VALUE

The connector has failed. See logs for why.

FAILED = 4;

PAUSED

The connector has been paused.

PAUSED = 3;

PAUSED_VALUE

The connector has been paused.

PAUSED = 3;

RESTARTING

The connector is restarting.

RESTARTING = 5;

RESTARTING_VALUE

The connector is restarting.

RESTARTING = 5;

RUNNING

The connector is running.

RUNNING = 2;

RUNNING_VALUE

The connector is running.

RUNNING = 2;

STATE_UNSPECIFIED

A state was not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

A state was not specified.

STATE_UNSPECIFIED = 0;

STOPPED

The connector has been stopped.

STOPPED = 6;

STOPPED_VALUE

The connector has been stopped.

STOPPED = 6;

UNASSIGNED

The connector is not assigned to any tasks, usually transient.

UNASSIGNED = 1;

UNASSIGNED_VALUE

The connector is not assigned to any tasks, usually transient.

UNASSIGNED = 1;

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()