Class BigQuery.JobListOption (2.55.2)
public static class BigQuery.JobListOption extends Option
Class for specifying job list options.
Inheritance
Object >
com.google.cloud.bigquery.Option >
BigQuery.JobListOption
Inherited Members
com.google.cloud.bigquery.Option.equals(java.lang.Object)
com.google.cloud.bigquery.Option.hashCode()
com.google.cloud.bigquery.Option.toString()
Static Methods
allUsers()
public static BigQuery.JobListOption allUsers()
Returns an option to list all jobs, even the ones issued by other users.
fields(BigQuery.JobField[] fields)
public static BigQuery.JobListOption fields(BigQuery.JobField[] fields)
Parameter |
Name |
Description |
fields |
JobField[]
|
maxCreationTime(long maxCreationTime)
public static BigQuery.JobListOption maxCreationTime(long maxCreationTime)
Returns an option to filter out jobs after the given maximum creation time.
Parameter |
Name |
Description |
maxCreationTime |
long
|
minCreationTime(long minCreationTime)
public static BigQuery.JobListOption minCreationTime(long minCreationTime)
Returns an option to filter out jobs before the given minimum creation time.
Parameter |
Name |
Description |
minCreationTime |
long
|
pageSize(long pageSize)
public static BigQuery.JobListOption pageSize(long pageSize)
Returns an option to specify the maximum number of jobs returned per page.
Parameter |
Name |
Description |
pageSize |
long
|
pageToken(String pageToken)
public static BigQuery.JobListOption pageToken(String pageToken)
Returns an option to specify the page token from which to start listing jobs.
Parameter |
Name |
Description |
pageToken |
String
|
parentJobId(String parentJobId)
public static BigQuery.JobListOption parentJobId(String parentJobId)
Returns an option to list only child job from specify parent job id.
Parameter |
Name |
Description |
parentJobId |
String
|
stateFilter(JobStatus.State[] stateFilters)
public static BigQuery.JobListOption stateFilter(JobStatus.State[] stateFilters)
Returns an option to list only jobs that match the provided state filters.
Parameter |
Name |
Description |
stateFilters |
State[]
|
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-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]