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 provides information on the `OperationState` enum within the `Google.Cloud.Logging.V2` namespace, detailing its purpose and available states."],["The `OperationState` enum represents the high-level status of a long-running operation, allowing users to monitor its progress even before completion."],["Available states for an operation include `Cancelled`, `Failed`, `Running`, `Scheduled`, `Succeeded`, `Unspecified`, and `WaitingForPermissions`, each representing a distinct stage or outcome."],["The document shows a number of different versions of this namespace, with the latest version being 4.4.0."],["The file this information is coming from is the `Google.Cloud.Logging.V2.dll`."]]],[]]