Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gRPC stubs to Bigtable clients #1154

Merged
merged 3 commits into from
Nov 17, 2015

Commits on Nov 16, 2015

  1. Add stubs to Bigtable Client class.

    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.
    dhermes committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    a6320af View commit details
    Browse the repository at this point in the history
  2. Adding ability to start/stop clients.

    This creates gRPC stubs for talking to each Bigtable
    service needed by the client.
    dhermes committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    32c4c95 View commit details
    Browse the repository at this point in the history
  3. Adding comment about gRPC stubs context managers.

    In particular, explaining why we __enter__ them but
    have no corresponding __enter__ for our users.
    dhermes committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    9cd7022 View commit details
    Browse the repository at this point in the history