static BigQuery.JobListOption |
BigQuery.JobListOption.allUsers() |
Returns an option to list all jobs, even the ones issued by other users.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.fields(BigQuery.JobField... fields) |
Returns an option to specify the job's fields to be returned by the RPC call.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.maxCreationTime(long maxCreationTime) |
Returns an option to filter out jobs after the given maximum creation time.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.minCreationTime(long minCreationTime) |
Returns an option to filter out jobs before the given minimum creation time.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.pageSize(long pageSize) |
Returns an option to specify the maximum number of jobs returned per page.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.pageToken(String pageToken) |
Returns an option to specify the page token from which to start listing jobs.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.parentJobId(String parentJobId) |
Returns an option to list only child job from specify parent job id.
|
static BigQuery.JobListOption |
BigQuery.JobListOption.stateFilter(JobStatus.State... stateFilters) |
Returns an option to list only jobs that match the provided state filters.
|