Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ErrorProto |
ErrorProto.clone() |
ErrorProto |
JobList.Jobs.getErrorResult()
A result object that will be present only if the job has failed.
|
ErrorProto |
JobStatus.getErrorResult()
Output only.
|
ErrorProto |
MaterializedViewStatus.getLastRefreshStatus()
Output only.
|
ErrorProto |
TableReplicationInfo.getReplicationError()
Optional.
|
ErrorProto |
ErrorProto.set(String fieldName,
Object value) |
ErrorProto |
ErrorProto.setDebugInfo(String debugInfo)
Debugging information.
|
ErrorProto |
ErrorProto.setLocation(String location)
Specifies where the error occurred, if present.
|
ErrorProto |
ErrorProto.setMessage(String message)
A human-readable description of the error.
|
ErrorProto |
ErrorProto.setReason(String reason)
A short error code that summarizes the error.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorProto> |
TableDataInsertAllResponse.InsertErrors.getErrors()
Error information for the row indicated by the index property.
|
List<ErrorProto> |
GetQueryResultsResponse.getErrors()
Output only.
|
List<ErrorProto> |
QueryResponse.getErrors()
Output only.
|
List<ErrorProto> |
JobStatus.getErrors()
Output only.
|
Modifier and Type | Method and Description |
---|---|
JobList.Jobs |
JobList.Jobs.setErrorResult(ErrorProto errorResult)
A result object that will be present only if the job has failed.
|
JobStatus |
JobStatus.setErrorResult(ErrorProto errorResult)
Output only.
|
MaterializedViewStatus |
MaterializedViewStatus.setLastRefreshStatus(ErrorProto lastRefreshStatus)
Output only.
|
TableReplicationInfo |
TableReplicationInfo.setReplicationError(ErrorProto replicationError)
Optional.
|
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.setErrors(List<ErrorProto> errors)
Error information for the row indicated by the index property.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setErrors(List<ErrorProto> errors)
Output only.
|
QueryResponse |
QueryResponse.setErrors(List<ErrorProto> errors)
Output only.
|
JobStatus |
JobStatus.setErrors(List<ErrorProto> errors)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.