Uses of Class
com.google.cloud.bigquery.JobStatus.State
-
Packages that use JobStatus.State Package Description com.google.cloud.bigquery 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.State Modifier and Type Field Description static JobStatus.StateJobStatus.State. DONEThe BigQuery Job has completed either succeeding or failing.static JobStatus.StateJobStatus.State. PENDINGThe BigQuery Job is waiting to be executed.static JobStatus.StateJobStatus.State. RUNNINGThe BigQuery Job is being executed.Methods in com.google.cloud.bigquery that return JobStatus.State Modifier and Type Method Description JobStatus.StateJobStatus. getState()Returns the state of the job.static JobStatus.StateJobStatus.State. valueOf(String constant)Get 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.State Modifier and Type Method Description static BigQuery.JobListOptionBigQuery.JobListOption. stateFilter(JobStatus.State... stateFilters)Returns an option to list only jobs that match the provided state filters.
-