public enum PscConnectionStatus extends Enum<PscConnectionStatus> implements ProtocolMessageEnum
Status of the PSC connection.
Protobuf enum google.cloud.memorystore.v1.PscConnectionStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The connection is active |
ACTIVE_VALUE |
The connection is active |
NOT_FOUND |
Connection not found |
NOT_FOUND_VALUE |
Connection not found |
PSC_CONNECTION_STATUS_UNSPECIFIED |
PSC connection status is not specified. |
PSC_CONNECTION_STATUS_UNSPECIFIED_VALUE |
PSC connection status is 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() |