Class JobCreationReason (2.61.0)

public class JobCreationReason

Maps 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.

Inheritance

java.lang.Object > JobCreationReason

Methods

getCode()

public JobCreationReason.Code getCode()
Returns
Type Description
JobCreationReason.Code

JobCreationReason code or Code#UNKNOWN if mapping does not exist.