Pierrick Voulet
Pierrick Voulet
I'm running into incomplete field masks as well, in my case when using empty arrays or empty strings. ``` $keywordPlanCampaign = (new KeywordPlanCampaign()) ->setResourceName('') // as an example ->setCpcBidMicrosUnwrapped(1000000) ->setLanguageConstants([]);...
A basic value currently looks like "gl-php/7.2.16-1+ubuntu14.04.1+deb.sury.org+1 gapic/ gax/1.2.0 grpc/1.26.0". Two additional pieces of information would be great to add: - Version of Protobuf - Protobuf implementation (C or PHP)
This is especially important for the request ID extraction. It is currently returned by the API in the status metadata because of side effect so there is no insurance that...
When C implementation of `grpc` is enabled in php.ini and `rest` transport is enabled from code `->withTransport('rest')` the `ConversionUploadServiceGapicClient.uploadClickConversions` method fails: ``` #0 /home/vagrant/google-oct/app/Vendor/google/gax/src/Transport/RestTransport.php(125): Google\Protobuf\Internal\Message->mergeFromJsonString() #1 /home/vagrant/google-oct/app/Vendor/guzzlehttp/promises/src/Promise.php(204): Google\ApiCore\Transport\RestTransport->Google\ApiCore\Transport\{closure}() #2 /home/vagrant/google-oct/app/Vendor/guzzlehttp/promises/src/Promise.php(153):...
Subject Initially discussed with @emma-brainlabs and @fiboknacky in issue #403 **Describe the problem you are trying to solve** Composer does not warn when the installed versions of the `grpc` and...
**Describe the problem you are trying to solve** https://github.com/googleads/google-ads-php/pull/382 introduced a hard-coded implementation of the resource name templating for PaymentsProfile. This is a workaround only: it should be automatically generated...
Jetty's maven plugin exposes a [`scan` parameter](https://github.com/jetty/jetty.project/blob/jetty-10.0.x/jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/JettyRunMojo.java#L67) for that purpose for example. The main benefit would be developer efficiency on local environment. Also worth noting that Python supports a debug...
**Is your feature request related to a problem? Please describe.** [This library defines and uses several middlewares](https://github.com/googleapis/gax-php/tree/master/src/Middleware) without following the [PSR-15 standard](https://www.php-fig.org/psr/psr-15/). **Describe the solution you'd like** Make it compliant...