Class State (5.3.0)

State(value)

The batch state.

Values: STATE_UNSPECIFIED (0): The batch state is unknown. PENDING (1): The batch is created before running. RUNNING (2): The batch is running. CANCELLING (3): The batch is cancelling. CANCELLED (4): The batch cancellation was successful. SUCCEEDED (5): The batch completed successfully. FAILED (6): The batch is no longer running due to an error.