Enum SipHostname.HostnameCertificateState (4.101.0)

public enum SipHostname.HostnameCertificateState extends Enum<SipHostname.HostnameCertificateState> implements ProtocolMessageEnum

The state of Sip Trunk certificate authentication.

Protobuf enum google.cloud.dialogflow.v2beta1.SipHostname.HostnameCertificateState

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXPIRED

Certificate leaf node has expired.

EXPIRED = 3;

EXPIRED_VALUE

Certificate leaf node has expired.

EXPIRED = 3;

HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED

Certificate state is not specified.

HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED = 0;

HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED_VALUE

Certificate state is not specified.

HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED = 0;

HOSTNAME_INVALID_FORMAT

Hostname has invalid format.

HOSTNAME_INVALID_FORMAT = 7;

HOSTNAME_INVALID_FORMAT_VALUE

Hostname has invalid format.

HOSTNAME_INVALID_FORMAT = 7;

HOSTNAME_NOT_FOUND

There is no hostname defined to authenticate in SipTrunkingServer.

HOSTNAME_NOT_FOUND = 4;

HOSTNAME_NOT_FOUND_VALUE

There is no hostname defined to authenticate in SipTrunkingServer.

HOSTNAME_NOT_FOUND = 4;

INVALID

Catch all for any error not specified.

INVALID = 2;

INVALID_VALUE

Catch all for any error not specified.

INVALID = 2;

QUOTA_EXCEEDED

Certificate has exhausted its quota.

QUOTA_EXCEEDED = 8;

QUOTA_EXCEEDED_VALUE

Certificate has exhausted its quota.

QUOTA_EXCEEDED = 8;

TRUST_STORE_NOT_FOUND

Trust store does not exist.

TRUST_STORE_NOT_FOUND = 6;

TRUST_STORE_NOT_FOUND_VALUE

Trust store does not exist.

TRUST_STORE_NOT_FOUND = 6;

UNAUTHENTICATED

No path found from the leaf certificate to any root.

UNAUTHENTICATED = 5;

UNAUTHENTICATED_VALUE

No path found from the leaf certificate to any root.

UNAUTHENTICATED = 5;

UNRECOGNIZED
VALID

Certificate is valid.

VALID = 1;

VALID_VALUE

Certificate is valid.

VALID = 1;

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