Cloud Logging V2 API - Module Google::Cloud::Logging::V2::OperationState (v1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Logging V2 API module Google::Cloud::Logging::V2::OperationState.
List of different operation states.
High level state of the operation. This is used to report the job's
current state to the user. Once a long running operation is created,
the current state of the operation can be queried even before the
operation is finished and the final result is available.
Constants
OPERATION_STATE_UNSPECIFIED
value: 0
Should not be used.
OPERATION_STATE_SCHEDULED
value: 1
The operation is scheduled.
OPERATION_STATE_WAITING_FOR_PERMISSIONS
value: 2
Waiting for necessary permissions.
OPERATION_STATE_RUNNING
value: 3
The operation is running.
OPERATION_STATE_SUCCEEDED
value: 4
The operation was completed successfully.
OPERATION_STATE_FAILED
value: 5
The operation failed.
OPERATION_STATE_CANCELLED
value: 6
The operation was cancelled by the user.
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-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]