Brent Shaffer
Brent Shaffer
@Hectorhammett One thought on this - if we are unhappy with the `ClientOptions` interface, as we haven't exposed this class directly for use (nothing in our libraries accept OR return...
Merged in https://github.com/googleapis/gax-php/pull/621
closing, as this breaks the tests and will require looking into
@razvanphp this hasn't been merged yet, that's why it hasn't been released.
Thank you Igor! I think we can add support for this without too much trouble by modifying the `readAll` in the `ResumableStream` class https://github.com/googleapis/google-cloud-php/blob/7f1ceafc2867125e55ca08f5b9c98ff422909d4a/Bigtable/src/ResumableStream.php#L139-L142 Something like this should work: ```php...
This has been added for `ResumableStream` in #7414
Hey @kynx Sorry! I don't know how I missed this. I'll take a look at it this week.
Thank you for your contribution, @kynx! We will be releasing this early 2025 in the next release.
@theomax13 > google/cloud-firestore -> ^0.1.0 You should try upgrading to `google/cloud-firestore:^1.0`, as the version you've listed there is very out of date. > Uncaught Error: Class "Google\ApiCore\Serializer" not found I...