$configurationLoader
$configurationLoader :
Builds connection settings.
from(\Google\AdsApi\Common\Configuration $configuration): \Google\AdsApi\Common\AdsBuilder
Populates this builder from the specified configuration object.
\Google\AdsApi\Common\Configuration | $configuration | the configuration |
this builder populated from the configuration
withProxyUrl(string|null $proxyUrl): \Google\AdsApi\Common\ConnectionSettingsBuilder
Includes proxy URL. This is optional and defaults to `null`.
string|null | $proxyUrl |
this builder
enableReportingGzip(boolean|null $isReportingGzipEnabled): \Google\AdsApi\Common\ConnectionSettingsBuilder
Whether gzip compression should be enabled for all reporting requests.
This is optional and defaults to false.
boolean|null | $isReportingGzipEnabled |
this builder