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.
[[["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-03-21 UTC."],[[["This document details the `OperationState` enum, which is part of the `Google.Cloud.Logging.V2` namespace within the `Google.Cloud.Logging.V2.dll` assembly."],["The `OperationState` enum provides a high-level view of the status of a long-running operation, which is useful for tracking the operation's progression and reporting the job's current state to the user."],["The `OperationState` enum includes the following fields: `Cancelled`, `Failed`, `Running`, `Scheduled`, `Succeeded`, `Unspecified`, and `WaitingForPermissions`."],["The documentation covers multiple versions of the package, ranging from version 3.3.0 up to the latest version, 4.4.0."],["The `OperationState` enum is used to report the current state of a job, which can be queried even before it is completed and provides visibility on states such as `Running` and `Succeeded`."]]],[]]