[[["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 webpage details the `CompanyName.Builder` class within the Google Ad Manager Java library, specifically within the context of version 0.4.0, with links to older versions."],["The `CompanyName.Builder` class is a builder for creating company names and is used for the `networks/{network_code}/companies/{company}` path."],["The builder inherits from `java.lang.Object` and includes methods like `build()`, `getCompany()`, `getNetworkCode()`, `setCompany(String company)`, and `setNetworkCode(String networkCode)`."],["The `build()` method returns a `CompanyName` object, while the `getCompany()` and `getNetworkCode()` methods return String values."],["The methods `setCompany(String company)` and `setNetworkCode(String networkCode)` are setters that accept a String as a parameter and return the builder."]]],[]]