[[["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 `ReportName.Builder` class within the Google Ad Manager API's Java library, specifically for version 0.15.0."],["The `ReportName.Builder` is used to construct report names in the format of `networks/{network_code}/reports/{report}`."],["It inherits methods like `clone()`, `equals()`, `hashCode()`, and others from the `java.lang.Object` class, as well as defining its own."],["The class offers methods to set and get the network code (`setNetworkCode`, `getNetworkCode`) and the report identifier (`setReport`, `getReport`)."],["The `build()` method returns the created ReportName object, and all the other methods like `setNetworkCode` and `setReport` return the `ReportName.Builder` object."]]],[]]