\Google\AdsApi\CommonSoapSettings

Settings for how requests should be made to the ads SOAP APIs. These settings are passed to the native PHP SOAP client.

Summary

Methods
Properties
Constants
__construct()
getCompressionLevel()
getWsdlCacheType()
getSslVerify()
getSslCaFile()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$compressionLevel
$wsdlCacheType
$sslVerify
$sslCaFile
N/A

Properties

$compressionLevel

$compressionLevel :

Type

$wsdlCacheType

$wsdlCacheType :

Type

$sslVerify

$sslVerify :

Type

$sslCaFile

$sslCaFile :

Type

Methods

__construct()

__construct(\Google\AdsApi\Common\SoapSettingsBuilder  $builder)

Creates a SOAP settings from the specified builder.

Do not use this constructor, instances should be created by using the SoapSettingsBuilder instead.

Parameters

\Google\AdsApi\Common\SoapSettingsBuilder $builder

the builder to create an instance of this SOAP settings from

getCompressionLevel()

getCompressionLevel(): integer|null

Gets the gzip compression level.

Returns

integer|null

getWsdlCacheType()

getWsdlCacheType(): integer|null

Gets the type of WSDL caching in use.

Returns

integer|null

getSslVerify()

getSslVerify(): boolean

Gets whether SSL verification is enabled.

Returns

boolean

getSslCaFile()

getSslCaFile(): string|null

Gets the SSL CA file.

Returns

string|null