[[["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 2024-10-17 UTC."],[[["\u003cp\u003eThis enum describes the processing state of a data feed.\u003c/p\u003e\n"],["\u003cp\u003eIt includes states like \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, \u003ccode\u003eSUCCESS\u003c/code\u003e, and \u003ccode\u003eFAILURE\u003c/code\u003e, providing clear indications of the feed's status.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e value is present but unused.\u003c/p\u003e\n"]]],[],null,["# State\n\nEnum to indicate the processing state of a feed.\n\n| Enums ||\n|---------------------|----------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value. Unused. |\n| `IN_PROGRESS` | The feed is still being processed. |\n| `SUCCESS` | The feed has been successfully processed. |\n| `FAILURE` | We encountered an error while processing the feed. |"]]