Class UnknownJob (3.37.0)

UnknownJob(job_id, client)

A job whose type cannot be determined.

Methods

from_api_repr

from_api_repr(resource: dict, client) -> google.cloud.bigquery.job.base.UnknownJob

Construct an UnknownJob from the JSON representation.

Parameters
Name Description
resource Dict

JSON representation of a job.

client google.cloud.bigquery.client.Client

Client connected to BigQuery API.

Returns
Type Description
UnknownJob Job corresponding to the resource.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.