Class JobGetQueryResultsResponse (1.4.3)

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

Job getQueryResults response.

Attributes

NameDescription
total_results int
Total number of results in query results.
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.