googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.08k stars 430 forks source link

feat: remove LongRunningOperationsManager from Spanner V2 #7490

Open bshaffer opened 2 weeks ago

bshaffer commented 2 weeks ago

Removes LongRunningOperationsManager and LongRunningOperationsTrait in favor of a callback for longrunning operations which casts protos to objects depending on their type

TBD:

Other thoughts: