ictdevel

Results 2 comments of ictdevel

For grpc transport it's need to use grpc.http_proxy='proxy_address' $options['transportConfig']['grpc']['stubOpts']['grpc.http_proxy'] = $this->getProxy(); But since the GoogleAdsClient class is final, it is not possible to override the getGoogleAdsClientOptions method in the proper...

Since version 14, GoogleAdsClient is no longer a final class and therefore it is easy to extend from it and override the method ``` public function getGoogleAdsClientOptions(): array { $options...