Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ErrorProto |
ErrorProto.clone() |
ErrorProto |
JobStatus.getErrorResult()
[Output-only] Final error result of the job.
|
ErrorProto |
JobList.Jobs.getErrorResult()
A result object that will be present only if the job has failed.
|
ErrorProto |
ErrorProto.set(java.lang.String fieldName,
java.lang.Object value) |
ErrorProto |
ErrorProto.setDebugInfo(java.lang.String debugInfo)
Debugging information.
|
ErrorProto |
ErrorProto.setLocation(java.lang.String location)
Specifies where the error occurred, if present.
|
ErrorProto |
ErrorProto.setMessage(java.lang.String message)
A human-readable description of the error.
|
ErrorProto |
ErrorProto.setReason(java.lang.String reason)
A short error code that summarizes the error.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorProto> |
JobStatus.getErrors()
[Output-only] All errors encountered during the running of the job.
|
java.util.List<ErrorProto> |
GetQueryResultsResponse.getErrors()
[Output-only] All errors and warnings encountered during the running of the job.
|
java.util.List<ErrorProto> |
QueryResponse.getErrors()
[Output-only] All errors and warnings encountered during the running of the job.
|
java.util.List<ErrorProto> |
TableDataInsertAllResponse.InsertErrors.getErrors()
Error information for the row indicated by the index property.
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobStatus.setErrorResult(ErrorProto errorResult)
[Output-only] Final error result of the job.
|
JobList.Jobs |
JobList.Jobs.setErrorResult(ErrorProto errorResult)
A result object that will be present only if the job has failed.
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobStatus.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors encountered during the running of the job.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors and warnings encountered during the running of the job.
|
QueryResponse |
QueryResponse.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors and warnings encountered during the running of the job.
|
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.setErrors(java.util.List<ErrorProto> errors)
Error information for the row indicated by the index property.
|