| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus.State |
JobStatus.state()
Returns the state of the job.
|
static JobStatus.State |
JobStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.State[] |
JobStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 © 2016 Google. All rights reserved.