Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["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-05-29 UTC."],[[["Defines an enumeration representing the days of the week."],["Includes values for each day, as well as 'UNSPECIFIED' and 'UNKNOWN' options."],["Uses descriptive enum names like `MONDAY`, `TUESDAY`, for clear representation."]]],["The provided data defines an enumeration that represents the days of the week. It includes specific values for each day: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday. Additionally, it defines `UNSPECIFIED` for a day that's not specified and `UNKNOWN` for when the day's value is unknown in this context. These enums allow for representing and referencing a day in the week.\n"]]