| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Update batch/transaction to push themselves onto client's stack, rather than batches. Updated API-invoking methods to take 'client', rather than 'connection', falling back to the client held by self. See #944.
|
All finished with review, will await your comments. |
Sorry, something went wrong.
Do it once, rather than in each property invocation. Addresses: #978 (comment) #978 (comment)
|
@dhermes I think I have addressed everything. PTAL. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
…_client Update batch/transaction/query to hold client.
See googleapis#978 for context.
* tests: Add nox target to test against the old emulator. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* test: look for transaction info on child job, not parent job * clarify transaction_info docstring * use sphinx method directive
| Back | FazBrowse Home | New Git URL |
Update batch/transaction to push themselves onto client's stack, rather
than batches.
Updated API-invoking methods to take 'client', rather than 'connection',
falling back to the client held by self.
See #944.