public class JobCreationReasonMaps to JobCreationReason when used with com.google.cloud.bigquery.QueryJobConfiguration.JobCreationMode#JOB_CREATION_OPTIONAL.
The code indicates the high level reason why a job was created. The default is UNKNOWN if
there is no mapping found between the server response and the client library.
Methods
getCode()
public JobCreationReason.Code getCode()| Returns | |
|---|---|
| Type | Description |
JobCreationReason.Code |
JobCreationReason code or Code#UNKNOWN if mapping does not exist. |