public enum Connection.State extends Enum<Connection.State> implements ProtocolMessageEnum
The state of Sip Trunk connection.
Protobuf enum google.cloud.dialogflow.v2beta1.Connection.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTHENTICATION_FAILED |
SIP Trunk connection has authentication error. |
AUTHENTICATION_FAILED_VALUE |
SIP Trunk connection has authentication error. |
CONNECTED |
SIP Trunk connection is connected. |
CONNECTED_VALUE |
SIP Trunk connection is connected. |
DISCONNECTED |
SIP Trunk connection is disconnected. |
DISCONNECTED_VALUE |
SIP Trunk connection is disconnected. |
KEEPALIVE |
SIP Trunk connection is keepalive. |
KEEPALIVE_VALUE |
SIP Trunk connection is keepalive. |
STATE_UNSPECIFIED |
SIP Trunk connection state is Not specified. |
STATE_UNSPECIFIED_VALUE |
SIP Trunk connection state 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() |