public static interface SipHostname.HostnameErrorDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificateState()
public abstract SipHostname.HostnameCertificateState getCertificateState()Output only. The status of the certificate authentication.
.google.cloud.dialogflow.v2beta1.SipHostname.HostnameCertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SipHostname.HostnameCertificateState |
The certificateState. |
getCertificateStateValue()
public abstract int getCertificateStateValue()Output only. The status of the certificate authentication.
.google.cloud.dialogflow.v2beta1.SipHostname.HostnameCertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for certificateState. |
getErrorMessage()
public abstract String getErrorMessage()Output only. The error message provided from SIP trunking auth service
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()Output only. The error message provided from SIP trunking auth service
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |