Uh oh!
There was an error while loading. Please reload this page.
Bigtable: 13. Implement MutateRow - #2941
Conversation
f1c8c42 to
a877763Compare| UnaryCallable<MutateRowRequest, MutateRowResponse> withContext = | ||
| stub.mutateRowCallable().withDefaultCallContext(clientContext.getDefaultCallContext()); | ||
| return new MutateRowCallable(withContext, requestContext); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
pongad
left a comment
There was a problem hiding this comment.
LGTM. @garrettjonesgoogle Not sure if your comment was a +2. I'll let you merge if this looks good to you.
garrettjonesgoogle
commented
Mar 2, 2018
No Igor still needs to make one more change, plus also rebase. |
a877763 to
cb1ae13Compareigorbernstein2
commented
Mar 2, 2018
rebased & made the default context the outer-most callable. |
…connection to v2.30.0 (#2941) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-bigqueryconnection](https://togithub.com/googleapis/google-cloud-java) | `2.29.0` -> `2.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigquery). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
* Add sample and test. * format * format * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update samples/snippets/src/main/java/com/example/spanner/SetMaxCommitDelaySample.java * chore: removed unused import --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Arpan Mishra <akmish3@gmail.com> Co-authored-by: Knut Olav Løite <koloite@gmail.com>
Add new "Option"s for those methods which already have option types to allow providing an ImmutableMap<String, String> to be applied as extra headers to all requests sent as part of that operation. If an operation has multiple sources of input Options (rewrite) the "first" (i.e. source option) will be the one added to the request. The following resources do not have "Option"s and therefor do not have extra headers support at this time: * Acl * DefaultAcl * ServiceAccount * Notification
@kevinsi4508 can you take a look at this when you have a moment?