google-cloud-php
google-cloud-php copied to clipboard
feat!: Upgrade Bigtable to V2
This PR takes care of the following:
- [x] Upgrade the GAPIC surface to V2.
- [x] Disables GAX retries in ResumableStream and only use the local retries in the class.
- [x] Modifies the Table, ResumableStream and ChunkFormatter classes to deal with requests and not options(used in GAPIC v1 surface).
- [ ] Remove the old alias classes.
- [x] Use the preferred GAX traits instead of the one's in Core.