Class JobStatus.State

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    JobStatus

    public static final class JobStatus.State
    extends com.google.cloud.StringEnumValue
    Possible states that a BigQuery Job can assume.
    See Also:
    Serialized Form
    • Field Detail

      • PENDING

        public static final JobStatus.State PENDING
        The BigQuery Job is waiting to be executed.
      • RUNNING

        public static final JobStatus.State RUNNING
        The BigQuery Job is being executed.
    • Method Detail

      • valueOfStrict

        public static JobStatus.State valueOfStrict​(String constant)
        Get the State for the given String constant, and throw an exception if the constant is not recognized.
      • valueOf

        public static JobStatus.State valueOf​(String constant)
        Get the State for the given String constant, and allow unrecognized values.
      • values

        public static JobStatus.State[] values()
        Return the known values for State.