Enum ServiceConnectionMap.ConsumerPscConnection.State (0.14.1)

public enum ServiceConnectionMap.ConsumerPscConnection.State extends Enum<ServiceConnectionMap.ConsumerPscConnection.State> implements ProtocolMessageEnum

The state of the PSC connection.

Protobuf enum google.events.cloud.networkconnectivity.v1.ServiceConnectionMap.ConsumerPscConnection.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The connection is fully established and ready to use.

ACTIVE = 1;

ACTIVE_VALUE

The connection is fully established and ready to use.

ACTIVE = 1;

CREATING

The connection is being created.

CREATING = 3;

CREATING_VALUE

The connection is being created.

CREATING = 3;

DELETING

The connection is being deleted.

DELETING = 4;

DELETING_VALUE

The connection is being deleted.

DELETING = 4;

FAILED

The connection is not functional since some resources on the connection fail to be created.

FAILED = 2;

FAILED_VALUE

The connection is not functional since some resources on the connection fail to be created.

FAILED = 2;

STATE_UNSPECIFIED

An invalid state as the default case.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

An invalid state as the default case.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()