[[["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."],[[["This document provides a version history and documentation for the `Report.Value.StringListOrBuilder` interface in the Google Ad Manager Java library, with versions ranging from 0.1.0 to 0.19.0."],["The `Report.Value.StringListOrBuilder` interface extends `MessageOrBuilder` and is used to manage a list of string values within reports."],["The interface includes methods such as `getValues(int index)`, `getValuesBytes(int index)`, `getValuesCount()`, and `getValuesList()` for accessing and managing the string values at specific indexes or as a whole list."],["The `getValues` methods allow you to obtain a specific string or byte string at a defined index, while `getValuesCount()` lets you get the total count of values, and `getValuesList()` gives you a complete list of the values."],["Each method, like `getValues(int index)` and `getValuesBytes(int index)`, are paired with an input parameter `index`, which is the specific index you want to access, and has a corresponding return value, either a `String` or a `ByteString`, and the description of the value it returns."]]],[]]