Skip to content

Updating datastore to use v1 - #2107

Merged
dhermes merged 3 commits into
googleapis:masterfrom
dhermes:fix-2105
Aug 17, 2016
Merged

Updating datastore to use v1#2107
dhermes merged 3 commits into
googleapis:masterfrom
dhermes:fix-2105

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

Fixes#2105

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

@dhermesdhermes added the api: datastore Issues related to the Datastore API. label Aug 16, 2016
@googlebotgooglebot 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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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

@dhermes

Copy link
Copy Markdown
ContributorAuthor

Jinx. D'oh.

@dhermes
dhermes merged commit c1b543f into googleapis:masterAug 17, 2016
@dhermes
dhermes deleted the fix-2105 branch August 17, 2016 19:56
@dhermesdhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Mar 6, 2026
* feat: adds new function similar to isinstance.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastoreIssues related to the Datastore API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot