Enum Cluster.ConnectionState.State (0.51.0)

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

The connection state.

Protobuf enum google.cloud.edgecontainer.v1.Cluster.ConnectionState.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTED

This cluster is currently connected to Google.

CONNECTED = 2;

CONNECTED_AND_SYNCING

This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back.

CONNECTED_AND_SYNCING = 3;

CONNECTED_AND_SYNCING_VALUE

This cluster is currently connected to Google, but may have recently reconnected after a disconnection. It is still syncing back.

CONNECTED_AND_SYNCING = 3;

CONNECTED_VALUE

This cluster is currently connected to Google.

CONNECTED = 2;

DISCONNECTED

This cluster is currently disconnected from Google.

DISCONNECTED = 1;

DISCONNECTED_VALUE

This cluster is currently disconnected from Google.

DISCONNECTED = 1;

STATE_UNSPECIFIED

Unknown connection state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unknown connection state.

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