$configurationLoader
$configurationLoader :
Builds SOAP 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
withCompressionLevel(integer|null $compressionLevel): \Google\AdsApi\Common\SoapSettingsBuilder
Includes gzip compression level.
The level of gzip compression to use, from 1 to 9. The higher the level
the greater the compression and time needed to perform the compression.
This is optional and defaults to null, in which case PHP will use its
default value.
| integer|null | $compressionLevel |
this builder
withWsdlCacheType(integer|null $wsdlCacheType): \Google\AdsApi\Common\SoapSettingsBuilder
Includes WSDL cache type. Additional WSDL caching settings can be set in the php.ini. This is optional and defaults to `null`, in which case PHP will use its default value.
| integer|null | $wsdlCacheType |
this builder
disableSslVerify(): \Google\AdsApi\Common\SoapSettingsBuilder
Disables SSL verification. Enabled by default.
This is not recommended.
this builder
withSslCaFile(string|null $sslCaFile): \Google\AdsApi\Common\SoapSettingsBuilder
Includes the path to a CA bundle file to use for SSL verification. This field is only meaningful if SSL verification is not disabled.
This is optional and defaults to null, in which case this library will
try to automatically find your system CA bundle file. Use this function
only if you want to use a custom CA bundle file or you're getting SSL
verification errors because this library cannot find a CA bundle file for
you on your system.
| string|null | $sslCaFile |
this builder