Uses of Class
com.google.cloud.bigquery.BigQuery.JobListOption
Packages that use BigQuery.JobListOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.JobListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.JobListOptionModifier and TypeMethodDescriptionstatic BigQuery.JobListOptionBigQuery.JobListOption.allUsers()Returns an option to list all jobs, even the ones issued by other users.static BigQuery.JobListOptionBigQuery.JobListOption.fields(BigQuery.JobField... fields) Returns an option to specify the job's fields to be returned by the RPC call.static BigQuery.JobListOptionBigQuery.JobListOption.maxCreationTime(long maxCreationTime) Returns an option to filter out jobs after the given maximum creation time.static BigQuery.JobListOptionBigQuery.JobListOption.minCreationTime(long minCreationTime) Returns an option to filter out jobs before the given minimum creation time.static BigQuery.JobListOptionBigQuery.JobListOption.pageSize(long pageSize) Returns an option to specify the maximum number of jobs returned per page.static BigQuery.JobListOptionReturns an option to specify the page token from which to start listing jobs.static BigQuery.JobListOptionBigQuery.JobListOption.parentJobId(String parentJobId) Returns an option to list only child job from specify parent job id.static BigQuery.JobListOptionBigQuery.JobListOption.stateFilter(JobStatus.State... stateFilters) Returns an option to list only jobs that match the provided state filters.Methods in com.google.cloud.bigquery with parameters of type BigQuery.JobListOptionModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<Job>BigQuery.listJobs(BigQuery.JobListOption... options) Lists the jobs.