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 list zones request to Bigtable client. #1233

Merged
merged 1 commit into from
Nov 19, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Nov 19, 2015

Also adding test helper for faking behavior from gRPC stubs.

@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Nov 19, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 19, 2015
"""Async method meant to mock a gRPC stub request."""
self._factory.method_calls.append((self._name, args, kwargs))
curr_result = self._factory.results[0]
self._factory.results = self._factory.results[1:]

This comment was marked as spam.

This comment was marked as spam.

Also adding test helper for faking behavior from
gRPC stubs.
@dhermes
Copy link
Contributor Author

dhermes commented Nov 19, 2015

@tseaver Override removed. PTAL.

@tseaver
Copy link
Contributor

tseaver commented Nov 19, 2015

LGTM

dhermes added a commit that referenced this pull request Nov 19, 2015
Adding list zones request to Bigtable client.
@dhermes dhermes merged commit b54f725 into googleapis:master Nov 19, 2015
@dhermes dhermes deleted the bigtable-list-zones branch November 19, 2015 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants