google-cloud-php
google-cloud-php copied to clipboard
feat(Firestore): Part 2 of Upgrade Firestore V2
Part 2 https://github.com/googleapis/google-cloud-php/pull/7299
Update the following 9 RPCs exposed by Grpc connection class and correspondingly update their unit, snippet and system tests:
- [x] BatchGetDocuments https://github.com/googleapis/google-cloud-php/pull/7308
- [x] BeginTransaction https://github.com/googleapis/google-cloud-php/pull/7313
- [ ] Commit
- [ ] BatchWrite
- [ ] ListCollectionIds
- [ ] ListDocuments
- [ ] RollBack
- [ ] RunQuery
- [ ] RunAggregationQuery