Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::Batch::State (v0.21.0)

Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::Batch::State.

The batch state.

Constants

STATE_UNSPECIFIED

value: 0
The batch state is unknown.

PENDING

value: 1
The batch is created before running.

RUNNING

value: 2
The batch is running.

CANCELLING

value: 3
The batch is cancelling.

CANCELLED

value: 4
The batch cancellation was successful.

SUCCEEDED

value: 5
The batch completed successfully.

FAILED

value: 6
The batch is no longer running due to an error.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.