Status

Code describes the status of the operation (or one of its steps).

Enums
STATUS_UNSPECIFIED Unspecifed code.
DONE The operation or step has completed without errors.
NOT_STARTED The operation or step has not started yet.
IN_PROGRESS The operation or step is in progress.
FAILED The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.
CANCELLED The operation or step has completed with cancellation.

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年05月14日 UTC.