public enum EkmConnection.ConnectionState extends Enum<EkmConnection.ConnectionState> implements ProtocolMessageEnum
The EKM connection state.
Protobuf enum google.cloud.cloudcontrolspartner.v1beta.EkmConnection.ConnectionState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AVAILABLE | Available EKM connection state |
AVAILABLE_VALUE | Available EKM connection state |
CONNECTION_STATE_UNSPECIFIED | Unspecified EKM connection state |
CONNECTION_STATE_UNSPECIFIED_VALUE | Unspecified EKM connection state |
ERROR | Error EKM connection state |
ERROR_VALUE | Error EKM connection state |
NOT_AVAILABLE | Not available EKM connection state |
NOT_AVAILABLE_VALUE | Not available EKM connection state |
PERMISSION_DENIED | Permission denied EKM connection state |
PERMISSION_DENIED_VALUE | Permission denied EKM connection state |
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() |