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

Making datastore Connection.lookup() return low-level protobuf. #3094

Merged
merged 1 commit into from
Mar 3, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 3, 2017

Towards #2746 (as were #3064, #3066, #3091, #3092 and #3093). This approach is to slowly transition from our current approach to use the GAPIC generated surface. This is the sixth and final API method to be converted in this fashion.

@dhermes dhermes added api: datastore Issues related to the Datastore API. GAX grpc labels Mar 3, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 3, 2017

if missing is not None:
missing.extend(missing_found)
missing.extend(result.entity for result in lookup_response.missing)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Contributor

@daspecster daspecster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM

@dhermes dhermes merged commit 5ee144c into googleapis:master Mar 3, 2017
@dhermes dhermes deleted the fix-2746-lookup branch March 3, 2017 20:05
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
Making datastore Connection.lookup() return low-level protobuf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement. grpc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants