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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]