[[["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."],[[["The `UserName` class, implementing `ResourceName`, is part of the Google Ad Manager API, providing functionality for handling user names within the Ad Manager system, with the latest version being 0.19.0."],["`UserName` objects can be created using static methods like `of(String networkCode, String user)`, and formatted user name strings can be processed through `parse(String formattedString)` and `parseList(List\u003cString\u003e formattedStrings)` methods."],["The `UserName` class offers methods for extracting field values, like `getFieldValue(String fieldName)`, `getNetworkCode()`, and `getUser()`, and also supports converting `UserName` objects back to string representations through the `toString()` method."],["The class offers static methods for converting between `UserName` and String formats with `toStringList(List\u003cUserName\u003e values)` and parsing strings with `isParsableFrom(String formattedString)`."],["The `UserName` class can also be used by using the `newBuilder()` and `toBuilder()` methods."]]],[]]