[[["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 2024-06-17 UTC."],[[["The Java client library enables connections to the API through proxy settings, utilizing standard Java proxy configurations."],["For HTTPS proxy connections, use `-Dhttps.proxyHost=HOST -Dhttps.proxyPort=PORT`, while HTTP proxy (less secure) uses `-Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT`."],["Both HTTP and HTTPS proxy settings can be dynamically configured at runtime using `System.setProperty()`."],["Any changes to the proxy settings require recreating service clients via `GoogleAdsClient.getVersionX().createYServiceClient()` to apply the new configuration."]]],[]]