Class JobGetQueryResultsResponse (0.2.2)

JobGetQueryResultsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Job getQueryResults response. .. attribute:: total_results

Total number of results in query results.

:type: int

Attribute

NameDescription
job google.cloud.bigquery_logging_v1.types.Job
The job that was created to run the query. It completed if job.status.state is DONE. It failed if job.status.errorResult is also present.