public static interface Connection.ErrorDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificateState()
public abstract Connection.CertificateState getCertificateState()Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Connection.CertificateState |
The certificateState. |
getCertificateStateValue()
public abstract int getCertificateStateValue()Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState 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()The error message provided from SIP trunking auth service
optional string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()The error message provided from SIP trunking auth service
optional string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |
hasCertificateState()
public abstract boolean hasCertificateState()Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certificateState field is set. |
hasErrorMessage()
public abstract boolean hasErrorMessage()The error message provided from SIP trunking auth service
optional string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the errorMessage field is set. |