[[["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-04-09 UTC."],[[["The latest version of the Ad Manager report type is 0.19.0, with various prior versions available, starting from 0.1.0."],["The `Report.ReportType` enum extends Java's `Enum` and implements `ProtocolMessageEnum`, indicating it's a structured set of predefined values for report types."],["Supported report types are `HISTORICAL` and `REPORT_TYPE_UNSPECIFIED`, with `HISTORICAL` having a value of 1 and `REPORT_TYPE_UNSPECIFIED` being 0."],["The `Report.ReportType` class provides methods for retrieving its descriptor, number, and value descriptor, along with static methods for valueOf and getting its value map."],["There are deprecated and non deprecated methods available, for example the `valueOf(int value)` is deprecated, suggesting that the user should use `forNumber(int value)` instead."]]],[]]