public static final class JobStatus.State extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static JobStatus.State |
DONE
The BigQuery Job has completed either succeeding or failing.
|
static JobStatus.State |
PENDING
The BigQuery Job is waiting to be executed.
|
static JobStatus.State |
RUNNING
The BigQuery Job is being executed.
|
Modifier and Type | Method and Description |
---|---|
static JobStatus.State |
valueOf(String constant)
Get the State for the given String constant, and allow unrecognized values.
|
static 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[] |
values()
Return the known values for State.
|
equals, hashCode, name, toString
public static final JobStatus.State PENDING
public static final JobStatus.State RUNNING
public static final JobStatus.State DONE
JobStatus.getError()
will be non-null.public static JobStatus.State valueOfStrict(String constant)
public static JobStatus.State valueOf(String constant)
public static JobStatus.State[] values()
Copyright © 2019 Google LLC. All rights reserved.