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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The connection is fully established and ready to use. |
ACTIVE_VALUE |
The connection is fully established and ready to use. |
CREATING |
The connection is being created. |
CREATING_VALUE |
The connection is being created. |
DELETING |
The connection is being deleted. |
DELETING_VALUE |
The connection is being deleted. |
FAILED |
The connection is not functional since some resources on the connection fail to be created. |
FAILED_VALUE |
The connection is not functional since some resources on the connection fail to be created. |
STATE_UNSPECIFIED |
An invalid state as the default case. |
STATE_UNSPECIFIED_VALUE |
An invalid state as the default case. |
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() |