public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum
The state of the cluster.
Protobuf enum google.cloud.managedkafka.v1.Cluster.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The cluster is active. |
ACTIVE_VALUE |
The cluster is active. |
CREATING |
The cluster is being created. |
CREATING_VALUE |
The cluster is being created. |
DELETING |
The cluster is being deleted. |
DELETING_VALUE |
The cluster is being deleted. |
STATE_UNSPECIFIED |
A state was not specified. |
STATE_UNSPECIFIED_VALUE |
A state was not specified. |
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() |