Enum QueryJobConfiguration.JobCreationMode (2.55.2)

publicenumQueryJobConfiguration.JobCreationModeextendsEnum<QueryJobConfiguration.JobCreationMode>

Job Creation Mode provides different options on job creation.

Static Fields

Name Description
JOB_CREATION_MODE_UNSPECIFIED

Unspecified JobCreationMode, defaults to JOB_CREATION_REQUIRED.

JOB_CREATION_OPTIONAL

Job creation is optional. Returning immediate results is prioritized. BigQuery will automatically determine if a Job needs to be created. The conditions under which BigQuery can decide to not create a Job are subject to change. If Job creation is required, JOB_CREATION_REQUIRED mode should be used, which is the default.

JOB_CREATION_REQUIRED

Default. Job creation is always required.

Static Methods

Name Description
valueOf(String name)
values()

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.