public enum SipHostname.ConnectionState extends Enum<SipHostname.ConnectionState> implements ProtocolMessageEnumThe state of SBC hostname connection.
Protobuf enum google.cloud.dialogflow.v2beta1.SipHostname.ConnectionState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTHENTICATION_FAILED |
SBC hostname connection has authentication error. |
AUTHENTICATION_FAILED_VALUE |
SBC hostname connection has authentication error. |
CONNECTED |
SBC hostname connection is connected. |
CONNECTED_VALUE |
SBC hostname connection is connected. |
CONNECTION_STATE_UNSPECIFIED |
SBC hostname connection state is Not specified. |
CONNECTION_STATE_UNSPECIFIED_VALUE |
SBC hostname connection state is Not specified. |
DISCONNECTED |
SBC hostname connection is disconnected. |
DISCONNECTED_VALUE |
SBC hostname connection is disconnected. |
KEEPALIVE |
SBC hostname connection is keepalive. |
KEEPALIVE_VALUE |
SBC hostname connection is keepalive. |
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() |
|