Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 13, 2015

Was not necessary, Blob() constructor suffices.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 13, 2015
dhermes added 2 commits March 13, 2015 16:45
Updated Bucket.get_blob() and Bucket.delete_blob() to just take
a string instead of string or Blob. Logic being that if the user
already has a Blob, they can just call blob.delete() or
blob._reload_properties() (more convenient method needed).

Updated Bucket.delete_blobs() to check if each element in list of `blobs`
is a string or a Blob.

Updated Blob.delete() to call Bucket.delete_blob() with just a string and
updated Blob.rename() to call Blob.delete() instead of re-implementing the
mapping to Bucket.delete_blob().

Removed Test_Bucket.test_new_blob_existing, the last caller of
Bucket.new_blob that sends a Blob instead of a string.
Opting to just use Blob() constructor where relevant.
@dhermes dhermes added the api: storage Issues related to the Cloud Storage API. label Mar 13, 2015
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d981af6 on dhermes:remove-new-blob into d668044 on GoogleCloudPlatform:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling d981af6 on dhermes:remove-new-blob into d668044 on GoogleCloudPlatform:master.

@tseaver
Copy link
Contributor

tseaver commented Mar 16, 2015

LGTM

dhermes added a commit that referenced this pull request Mar 17, 2015
@dhermes dhermes merged commit 6d147c8 into googleapis:master Mar 17, 2015
@dhermes dhermes deleted the remove-new-blob branch March 17, 2015 02:56
dhermes added a commit to dhermes/google-cloud-python that referenced this pull request Mar 17, 2015
dhermes added a commit that referenced this pull request Mar 17, 2015
Fixing regression failure introduced in #725.
parthea pushed a commit that referenced this pull request Aug 21, 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

* pin ipython version for python 3.9

because later versions dropped support for python 3.9

* pin pytest for python 3.7

* pin pytest for python 3.7

* pin pytest for python 3.7

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
parthea pushed a commit that referenced this pull request Sep 16, 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

* pin ipython version for python 3.9

because later versions dropped support for python 3.9

* pin pytest for python 3.7

* pin pytest for python 3.7

* pin pytest for python 3.7

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
parthea pushed a commit that referenced this pull request Sep 18, 2025
Source-Link: https://togithub.com/googleapis/synthtool/commit/fac8444edd5f5526e804c306b766a271772a3e2f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
parthea pushed a commit that referenced this pull request Nov 22, 2025
* docs: Add documentation for enums

fix: Add context manager return types

chore: Update gapic-generator-python to v1.8.1
PiperOrigin-RevId: 503210727

Source-Link: googleapis/googleapis@a391fd1

Source-Link: googleapis/googleapis-gen@0080f83
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9

* 🦉 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
…p/templates/python_library/.kokoro (#725)

Source-Link: googleapis/synthtool@d0f51a0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc

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
Both dropped Python2 support in a minor release.  grpcio does not declare
'python_requires'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage 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