Uh oh!
There was an error while loading. Please reload this page.
Adding gRPC stubs to Bigtable clients - #1154
Conversation
e33fe3d to
3e97689Comparedhermes
commented
Sep 29, 2015
@tseaver Rebased on top of `master. PTAL. |
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.
3e97689 to
e68a114Comparedhermes
commented
Oct 1, 2015
@tseaver PTAL. (So you can at least get a feel for how stubs are created and how they work.) |
dhermes
commented
Oct 14, 2015
tseaver
commented
Oct 14, 2015
What would be smoothest? I dropped off reviewing this one because it seemed like #1159 was the Right Thing(TM) for dealing with the wonky |
dhermes
commented
Oct 15, 2015
I think #1159 would be smoothest. If we decide NOT to split out into sub-packages then we can revive this. |
dhermes
commented
Nov 15, 2015
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.
For now, just adding custom getters which will tell users whether the Client has been started. Commit to add methods to actually make the stubs and start the Client will be forthcoming.
This creates gRPC stubs for talking to each Bigtable service needed by the client.
e68a114 to
32c4c95CompareIn particular, explaining why we __enter__ them but have no corresponding __enter__ for our users.
dhermes
commented
Nov 16, 2015
@tseaver PTAL. I added a comment in the 3rd commit. |
tseaver
commented
Nov 17, 2015
LGTM. |
Adding gRPC stubs to Bigtable clients
I've confirmed that the unit tests in python-compute are still passing with this change. Fixes#1154
Source-Link: googleapis/synthtool@bd9ede2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:04c35dc5f49f0f503a306397d6d043685f8d2bb822ab515818c4208d7fb2db3a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: mukund-ananthu <83691193+mukund-ananthu@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
NOTE: Uses #1153 as diffbase