FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Making put/delete_multi in datastore. by dhermes · Pull Request #898 · googleapis/google-cloud-python · GitHub

Making put/delete_multi in datastore. - #898

Merged
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:issue-701-addendum
May 27, 2015
Merged

Making put/delete_multi in datastore.#898
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:issue-701-addendum

Conversation

dhermes commented May 26, 2015

Copy link
Copy Markdown
Contributor

This is a followup to #701.

dhermes added 2 commits May 26, 2015 14:35
Makes distinction between an iterable of entities and a single
entity for put requests and re-purposes the put() name for the
single entity case.

Follow-up after discussion in closing googleapis#701.
Makes distinction between an iterable of keys and a single
key for delete requests and re-purposes the delete() name for
the single key case.

Follow-up after discussion in closing googleapis#701.
dhermes added the api: datastore Issues related to the Datastore API. label May 26, 2015
googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 26, 2015

dhermes commented May 26, 2015

Copy link
Copy Markdown
Contributor Author

Can be separated into two distinct PRs if desired.

Copy link
Copy Markdown

Changes Unknown when pulling 7d1bbb9 on dhermes:issue-701-addendum into * on GoogleCloudPlatform:master*.

tseaver commented May 26, 2015

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request May 27, 2015
Making put/delete_multi in datastore.
dhermes merged commit 0dcb839 into googleapis:master May 27, 2015
dhermes deleted the issue-701-addendum branch May 27, 2015 00:05
parthea pushed a commit that referenced this pull request Aug 21, 2025
* chore(deps): update all dependencies

* pin ipython===8.33.0 for python 3.10

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea pushed a commit that referenced this pull request Sep 16, 2025
* chore(deps): update all dependencies

* pin ipython===8.33.0 for python 3.10

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
parthea added a commit that referenced this pull request Sep 18, 2025
`setup.cfg` contains a setting to create a `Universal Wheel` which is only needed if libraries support both Python 2 and Python 3. This library only supports Python 3 so this setting is no longer needed. See https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#wheels.

See similar PR https://togithub.com/googleapis/google-cloud-python/pull/13659 which includes this stack trace

```
      running bdist_wheel
      /tmp/pip-build-env-9o_3w17v/overlay/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
      !!
      
              ********************************************************************************
              With Python 2.7 end-of-life, support for building universal wheels
              (i.e., wheels that support both Python 2 and Python 3)
              is being obviated.
              Please discontinue using this option, or if you still need it,
              file an issue with pypa/setuptools describing your use case.
      
              By 2025-Aug-30, you need to update your project and remove deprecated calls
              or your builds will no longer be supported.
              ********************************************************************************
      
      !!
```
parthea added a commit that referenced this pull request Nov 22, 2025
* chore(deps): update all dependencies

* 🦉 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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Fixes #897 

The string ident changed to have an `_pb2` in #851. If there's a more robust way to do this comparison please let me know.
parthea added a commit that referenced this pull request Nov 24, 2025
* chore(deps): update all dependencies

* revert urllib3

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
…time of day (#898)

* docs: correct BackupSchedule recurrence docs that mentioned specific time of day
chore: fix typo in DeleteBackupScheduleRequest

PiperOrigin-RevId: 619912852

Source-Link: googleapis/googleapis@8fe68cf

Source-Link: googleapis/googleapis-gen@1a8186f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWE4MTg2Zjc0NjY1NjExZjQ4NTgxMWFjNWFiNjQzYzlmMDU2NTVjNyJ9

* 🦉 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>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Source-Link: googleapis/synthtool@eaef28e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9e

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Source-Link: googleapis/synthtool@694118b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Jim Fulton <jim@jimfulton.info>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL