[[["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-03-21 UTC."],[[["This webpage provides documentation for the `CustomMetric.RestrictedMetricType` enum in the Google Analytics Admin v1alpha Java library, detailing its purpose in labeling data for restriction to specific users."],["The documentation spans across multiple versions of the library, from version 0.14.0 up to the latest version, 0.70.0, with a full list of all the versions between, all with unique links to the content."],["`CustomMetric.RestrictedMetricType` implements the `ProtocolMessageEnum` and includes static fields like `COST_DATA`, `REVENUE_DATA`, and `RESTRICTED_METRIC_TYPE_UNSPECIFIED` to categorize different types of restricted metrics."],["The class inherits multiple methods from `Enum` and `Object` classes, like `valueOf`, `clone`, and `equals`, alongside static and instance methods specific to the class like `forNumber`, `getDescriptor`, and `getNumber`, that aid in working with the enum."],["The static `forNumber()` method is used instead of the `valueOf()` method for retrieving an enum instance for the given number, as the `valueOf(int value)` is marked as deprecated."]]],[]]