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

datastore: throw if an unrecognized commit method is given #885

Merged

Conversation

stephenplusplus
Copy link
Contributor

Fixes #883

This also did a sweep over the structure of the code, hopefully making it more understandable rather than fancy.

@stephenplusplus stephenplusplus added enhancement api: datastore Issues related to the Datastore API. labels Sep 22, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 22, 2015
@stephenplusplus stephenplusplus force-pushed the spp--datastore-auto_insert_id branch from 3b538b2 to d262968 Compare September 22, 2015 13:43

var ent = {};
var method = entityObject.method;
delete entityObject.method;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

callmehiphop added a commit that referenced this pull request Sep 23, 2015
…rt_id

datastore: throw if an unrecognized commit method is given
@callmehiphop callmehiphop merged commit c65e52c into googleapis:master Sep 23, 2015
sofisl pushed a commit that referenced this pull request Nov 11, 2022
* docs: recommend AnalyzeContent for future users

PiperOrigin-RevId: 402401837

Source-Link: googleapis/googleapis@16ff813

Source-Link: googleapis/googleapis-gen@c9e6ac2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzllNmFjMjVkNWUzMDkxNzBmMTgwNWJmOGVhMzgyYThiMjNkZWU2NSJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot

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 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