Enum Cluster.State (0.1.0)

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

The state of the cluster.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The cluster is active.

ACTIVE = 2;

ACTIVE_VALUE

The cluster is active.

ACTIVE = 2;

CREATING

The cluster is being created.

CREATING = 1;

CREATING_VALUE

The cluster is being created.

CREATING = 1;

DELETING

The cluster is being deleted.

DELETING = 3;

DELETING_VALUE

The cluster is being deleted.

DELETING = 3;

STATE_UNSPECIFIED

A state was not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

A state was not specified.

STATE_UNSPECIFIED = 0;

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