Uses of Class
com.google.cloud.bigquery.JobStatus.State
Packages that use JobStatus.State
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of JobStatus.State in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as JobStatus.StateModifier and TypeFieldDescriptionstatic final JobStatus.StateJobStatus.State.DONEThe BigQuery Job has completed either succeeding or failing.static final JobStatus.StateJobStatus.State.PENDINGThe BigQuery Job is waiting to be executed.static final JobStatus.StateJobStatus.State.RUNNINGThe BigQuery Job is being executed.Methods in com.google.cloud.bigquery that return JobStatus.StateModifier and TypeMethodDescriptionJobStatus.getState()Returns the state of the job.static JobStatus.StateGet the State for the given String constant, and allow unrecognized values.static JobStatus.StateJobStatus.State.valueOfStrict(String constant) Get the State for the given String constant, and throw an exception if the constant is not recognized.static JobStatus.State[]JobStatus.State.values()Return the known values for State.Methods in com.google.cloud.bigquery with parameters of type JobStatus.StateModifier and TypeMethodDescriptionstatic BigQuery.JobListOptionBigQuery.JobListOption.stateFilter(JobStatus.State... stateFilters) Returns an option to list only jobs that match the provided state filters.