| Package | Description | 
|---|---|
| com.google.cloud.bigquery | A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. | 
| Modifier and Type | Field and Description | 
|---|---|
| static JobStatus.State | JobStatus.State. DONEThe BigQuery Job has completed either succeeding or failing. | 
| static JobStatus.State | JobStatus.State. PENDINGThe BigQuery Job is waiting to be executed. | 
| static JobStatus.State | JobStatus.State. RUNNINGThe BigQuery Job is being executed. | 
| Modifier and Type | Method and Description | 
|---|---|
| JobStatus.State | JobStatus. getState()Returns the state of the job. | 
| static JobStatus.State | JobStatus.State. valueOf(String constant)Get the State for the given String constant, and allow unrecognized values. | 
| static JobStatus.State | JobStatus.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BigQuery.JobListOption | BigQuery.JobListOption. stateFilter(JobStatus.State... stateFilters)Returns an option to list only jobs that match the provided state filters. | 
Copyright © 2019 Google LLC. All rights reserved.