BigQueryJob(mapping=None, *, ignore_unknown_fields=False, **kwargs)A BigQuery job executed by the system.
| Attributes | |
|---|---|
| Name | Description | 
| project_id | strRequired. The project the job belongs to. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference | 
| job_id | strRequired. The ID of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference | 
| location | strOptional. The location of the job. See https://cloud.google.com/bigquery/docs/reference/rest/v2/JobReference | 
| destination_table | google.cloud.geminidataanalytics_v1alpha.types.BigQueryTableReferenceOutput only. A reference to the destination table of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobconfigurationquery | 
| schema | google.cloud.geminidataanalytics_v1alpha.types.SchemaOutput only. The schema of the job's query results. See https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#jobstatistics2 |