public interface EvaluationErrorInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()Output only. The error message.
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.
string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |
getErrorType()
public abstract EvaluationErrorInfo.ErrorType getErrorType()Output only. The type of error.
.google.cloud.ces.v1beta.EvaluationErrorInfo.ErrorType error_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
EvaluationErrorInfo.ErrorType |
The errorType. |
getErrorTypeValue()
public abstract int getErrorTypeValue()Output only. The type of error.
.google.cloud.ces.v1beta.EvaluationErrorInfo.ErrorType error_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for errorType. |
getSessionId()
public abstract String getSessionId()Output only. The session ID for the conversation that caused the error.
string session_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The sessionId. |
getSessionIdBytes()
public abstract ByteString getSessionIdBytes()Output only. The session ID for the conversation that caused the error.
string session_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sessionId. |