jobReference property
Reference to the Job that was created to run the query.
This field will be present even if the original request timed out, in
which case GetQueryResults can be used to read the results once the query
has completed. Since this API only returns the first page of results,
subsequent pages can be fetched via the same mechanism (GetQueryResults).
If job_creation_mode was set to JOB_CREATION_OPTIONAL
and the query
completes without creating a job, this field will be empty.
Implementation
JobReference? jobReference;