Skip to content

Using Blob.exists() in Bucket.__contains__. - #732

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:bucket-contains-use-exists
Mar 17, 2015
Merged

Using Blob.exists() in Bucket.__contains__.#732
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:bucket-contains-use-exists

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

No description provided.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2015
@dhermesdhermes added the api: storage Issues related to the Cloud Storage API. label Mar 14, 2015
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 91d64ba on dhermes:bucket-contains-use-exists into d668044 on GoogleCloudPlatform:master.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

@dhermes
dhermesforce-pushed the bucket-contains-use-exists branch from 91d64ba to 4ea060aCompareMarch 17, 2015 03:08
dhermes added a commit that referenced this pull request Mar 17, 2015
Using Blob.exists() in Bucket.__contains__.
@dhermes
dhermes merged commit 2e20f26 into googleapis:masterMar 17, 2015
@dhermes
dhermes deleted the bucket-contains-use-exists branch March 17, 2015 03:09
@dhermesdhermes mentioned this pull request Apr 9, 2015
parthea pushed a commit that referenced this pull request Aug 21, 2025
Source-Link: googleapis/synthtool@fac8444
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 16, 2025
Source-Link: googleapis/synthtool@fac8444
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Nov 24, 2025
* fix: Add async context manager return types
chore: Mock return_value should not populate oneof message fields
chore: Support snippet generation for services that only support REST transport
chore: Update gapic-generator-python to v1.11.0
PiperOrigin-RevId: 545430278
Source-Link: googleapis/googleapis@601b532
Source-Link: googleapis/googleapis-gen@b3f18d0
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjNmMThkMGY2NTYwYTg1NTAyMmZkMDU4ODY1ZTc2MjA0NzlkN2FmOSJ9
* 🦉 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
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 25, 2025
parthea pushed a commit that referenced this pull request Nov 26, 2025
* feat: Allow multiple audiences for id_token.verify_token (#732)
* running black
Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 2, 2026
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
* docs: typo fixes in readme
* docs: fix underline in index.rst
* docs: change ref link to anonymous reference
* docs: update contributing doc, remove stale commands related to tests
parthea pushed a commit that referenced this pull request Mar 9, 2026
* fix: Correctly Generate DDL for ALTER COLUMN ... SET DEFAULT
Alembic expects `get_column_default_string` to be implemented in order
to use it for `ALTER TABLE.. ALTER COLUMN .. SET DEFAULT` DDL. In
our case, this means wrapping the default value in parentheses. We
implement `get_column_default_string` and have it add parentheses for
use in both `CREATE TABLE` and `ALTER TABLE` DDL.
Call path for alembic relying on `get_column_default_string` is here:
https://github.com/sqlalchemy/alembic/blob/cd4f404358f101b2b930013c609c074baca61468/alembic/ddl/base.py#L252https://github.com/sqlalchemy/alembic/blob/cd4f404358f101b2b930013c609c074baca61468/alembic/ddl/base.py#L315
* fix: Respect existing server default in alter column DDL
Include `DEFAULT (default_value)` stanzas in `ALTER COLUMN` DDL to
avoid removing `DEFAULT` values when changing a column's type or
nullability.
Fixes: #732
* chore: ignore booleans
---------
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
parthea added a commit that referenced this pull request Mar 9, 2026
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storageIssues related to the Cloud Storage API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@coveralls@tseaver@googlebot