googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
295 stars 262 forks source link

Added v14 and v15 ResourceNames methods #985

Closed fiboknacky closed 9 months ago

fiboknacky commented 9 months ago

Those methods were removed because of the new source generation algorithm. The protobuf definitions of those methods were created a few years ago, and didn't adopt the protobuf annotations needed by the algorithm to accurately generate ResourceNames methods for them.

We've fixed the root cause of this by properly annotating the protobuf definitions.

(Also removed unused imports.)