public enum SipHostname.HostnameCertificateState extends Enum<SipHostname.HostnameCertificateState> implements ProtocolMessageEnumThe state of Sip Trunk certificate authentication.
Protobuf enum google.cloud.dialogflow.v2beta1.SipHostname.HostnameCertificateState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EXPIRED |
Certificate leaf node has expired. |
EXPIRED_VALUE |
Certificate leaf node has expired. |
HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED |
Certificate state is not specified. |
HOSTNAME_CERTIFICATE_STATE_UNSPECIFIED_VALUE |
Certificate state is not specified. |
HOSTNAME_INVALID_FORMAT |
Hostname has invalid format. |
HOSTNAME_INVALID_FORMAT_VALUE |
Hostname has invalid format. |
HOSTNAME_NOT_FOUND |
There is no hostname defined to authenticate in SipTrunkingServer. |
HOSTNAME_NOT_FOUND_VALUE |
There is no hostname defined to authenticate in SipTrunkingServer. |
INVALID |
Catch all for any error not specified. |
INVALID_VALUE |
Catch all for any error not specified. |
QUOTA_EXCEEDED |
Certificate has exhausted its quota. |
QUOTA_EXCEEDED_VALUE |
Certificate has exhausted its quota. |
TRUST_STORE_NOT_FOUND |
Trust store does not exist. |
TRUST_STORE_NOT_FOUND_VALUE |
Trust store does not exist. |
UNAUTHENTICATED |
No path found from the leaf certificate to any root. |
UNAUTHENTICATED_VALUE |
No path found from the leaf certificate to any root. |
UNRECOGNIZED |
|
VALID |
Certificate is valid. |
VALID_VALUE |
Certificate is valid. |
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() |
|