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

Updating datastore to use v1 #2107

Merged
merged 3 commits into from
Aug 17, 2016
Merged

Updating datastore to use v1 #2107

merged 3 commits into from
Aug 17, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 16, 2016

Fixes #2105

Used Makefile.datastore (after updating it) to re-generate the generated modules

@dhermes dhermes added the api: datastore Issues related to the Datastore API. label Aug 16, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 16, 2016
// The version of the entity that this mutation is being applied to. If this
// does not match the current version on the server, the mutation conflicts.
int64 base_version = 8;
}

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2016

LGTM. Should we open issues for the two new features in the v1 API?

// For [missing][google.datastore.v1.LookupResponse.missing] entities in `LookupResponse`, this
// is the version of the snapshot that was used to look up the entity, and it
// is always set except for eventually consistent reads.
int64 version = 4;

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2016

#2112 tracks the new versioning / conflict detection feature of the V1 API.

@dhermes
Copy link
Contributor Author

dhermes commented Aug 17, 2016

Jinx. D'oh.

@dhermes dhermes merged commit c1b543f into googleapis:master Aug 17, 2016
@dhermes dhermes deleted the fix-2105 branch August 17, 2016 19:56
@dhermes dhermes mentioned this pull request Sep 19, 2016
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants