[[["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 document outlines the `RoleName.Builder` class within the Google Ad Manager API's Java library, specifically for version 0.4.0, which is part of a list of versions ranging from 0.1.0 to 0.19.0."],["The `RoleName.Builder` is designed to construct role names using the format \"networks/{network_code}/roles/{role}\" and inherits properties from `java.lang.Object`."],["The class includes methods to set and get the network code (`setNetworkCode`, `getNetworkCode`) and the role (`setRole`, `getRole`), all of which deal with string data types."],["The main functionality is enabled through the `build()` method, which returns a `RoleName` object, allowing for the construction of a role name instance."],["The available `Builder()` constructor is protected, allowing it to only be extended within its package."]]],[]]