An enum describing the overall state of an operation.
Values:
STATE_UNSPECIFIED (0):
Unused.
PENDING (1):
The operation has been created but is not yet
started.
RUNNING (2):
The operation is underway.
SUCCEEDED (3):
The operation completed successfully.
SUCCESSFUL (3):
No description available.
FAILED (4):
The operation is no longer running but did
not succeed.
[[["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 2024-11-14 UTC."],[],[]]