public enum NetworkConnection.State extends Enum<NetworkConnection.State> implements ProtocolMessageEnum
Network connection state.
Protobuf enum google.cloud.migrationcenter.v1.NetworkConnection.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOSED |
The connection is closed. |
CLOSED_VALUE |
The connection is closed. |
CLOSING |
The connection is being closed. |
CLOSING_VALUE |
The connection is being closed. |
LISTEN |
Listening for incoming connections. |
LISTEN_VALUE |
Listening for incoming connections. |
OPEN |
The connection is open. |
OPENING |
The connection is being opened. |
OPENING_VALUE |
The connection is being opened. |
OPEN_VALUE |
The connection is open. |
STATE_UNSPECIFIED |
Connection state is unknown or unspecified. |
STATE_UNSPECIFIED_VALUE |
Connection state is unknown or unspecified. |
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() |