Enum Connection.State (4.60.0)

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

ProtocolMessageEnum

Static Fields

Name Description
AUTHENTICATION_FAILED

SIP Trunk connection has authentication error.

AUTHENTICATION_FAILED = 3;

AUTHENTICATION_FAILED_VALUE

SIP Trunk connection has authentication error.

AUTHENTICATION_FAILED = 3;

CONNECTED

SIP Trunk connection is connected.

CONNECTED = 1;

CONNECTED_VALUE

SIP Trunk connection is connected.

CONNECTED = 1;

DISCONNECTED

SIP Trunk connection is disconnected.

DISCONNECTED = 2;

DISCONNECTED_VALUE

SIP Trunk connection is disconnected.

DISCONNECTED = 2;

KEEPALIVE

SIP Trunk connection is keepalive.

KEEPALIVE = 4;

KEEPALIVE_VALUE

SIP Trunk connection is keepalive.

KEEPALIVE = 4;

STATE_UNSPECIFIED

SIP Trunk connection state is Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

SIP Trunk connection state is Not specified.

STATE_UNSPECIFIED = 0;

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()