Package com.google.cloud.bigquery
Class JobCreationReason
java.lang.Object
com.google.cloud.bigquery.JobCreationReason
Maps to JobCreationReason
when used with
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.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getCode
- Returns:
- JobCreationReason code or
JobCreationReason.Code.UNKNOWNif mapping does not exist.
-