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

Dropping _has_field. #1450

Merged
merged 1 commit into from
Feb 12, 2016
Merged

Dropping _has_field. #1450

merged 1 commit into from
Feb 12, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 12, 2016

Can use value.HasField() for datastore v1beta2 and for datastore v1beta3 we can use Value.value_type (which is a oneof) along with WhichOneof.

Can use value.HasField() for datastore v1beta2 and for
datastore v1beta3 we can use Value.value_type (which is
a oneof) along with WhichOneof.
@dhermes dhermes added api: datastore Issues related to the Datastore API. api: core api: bigtable Issues related to the Bigtable API. labels Feb 12, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 12, 2016
@dhermes
Copy link
Contributor Author

dhermes commented Feb 12, 2016

/cc @jonparrott

@theacodes theacodes self-assigned this Feb 12, 2016
@theacodes
Copy link
Contributor

Feel free to assign PRs to me, it helps me remember to review them.

@dhermes
Copy link
Contributor Author

dhermes commented Feb 12, 2016

Will do. That makes way more sense than cc-ing you!

@theacodes
Copy link
Contributor

This LGTM, though my familiarity with grpc isn't as high as I'd like it to be to have confidence in my opinion here.

@dhermes
Copy link
Contributor Author

dhermes commented Feb 12, 2016

Nothing gRPC happening here, just proto

dhermes added a commit that referenced this pull request Feb 12, 2016
@dhermes dhermes merged commit ae36d52 into googleapis:master Feb 12, 2016
@dhermes dhermes deleted the fix-1402 branch February 12, 2016 21:09
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. api: core api: datastore Issues related to the Datastore 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