[[["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-15 UTC."],[[["This webpage provides documentation for various versions of `CustomFieldValue.Value.ValueCase` in the Google Ad Manager Java library, ranging from version 0.1.0 to the latest version 0.19.0."],["`CustomFieldValue.Value.ValueCase` is a public enum that implements `Internal.EnumLite` and `AbstractMessageLite.InternalOneOfEnum`."],["The enum `CustomFieldValue.Value.ValueCase` has several static fields including `DROPDOWN_VALUE`, `NUMBER_VALUE`, `STRING_VALUE`, `TOGGLE_VALUE`, and `VALUE_NOT_SET`, each representing a different type of custom field value."],["Static methods `forNumber(int value)`, `valueOf(String name)`, and `values()` are available for use, with `valueOf(int value)` being deprecated in favor of `forNumber(int)`."],["Inherited members from the `Enum` and `Object` classes, such as `equals()`, `hashCode()`, and `toString()`, are also available to interact with this enum."]]],[]]