code property

String? code
getter/setter pair

Specifies the high level reason why a Job was created.

Output only. Possible string values are:

  • "CODE_UNSPECIFIED" : Reason is not specified.
  • "REQUESTED" : Job creation was requested.
  • "LONG_RUNNING" : The query request ran beyond a system defined timeout specified by the timeoutMs field in the QueryRequest. As a result it was considered a long running operation for which a job was created.
  • "LARGE_RESULTS" : The results from the query cannot fit in the response.
  • "OTHER" : BigQuery has determined that the query needs to be executed as a Job.

Implementation

core.String? code;