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

Ditching lazy loading for ACLs attached to Blob/Bucket. by dhermes · Pull Request #771 · googleapis/google-cloud-python · GitHub

Ditching lazy loading for ACLs attached to Blob/Bucket. - #771

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-752
Mar 30, 2015
Merged

Ditching lazy loading for ACLs attached to Blob/Bucket.#771
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-752

Conversation

dhermes commented Mar 28, 2015

Copy link
Copy Markdown
Contributor

Fixes #752.

I realize there was never any discussion in #752, but here is my argument for this:

The constructors have a tiny memory footprint and make no HTTP request.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 28, 2015

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 935c612 on dhermes:fix-752 into 4d69bb3 on GoogleCloudPlatform:master.

dhermes added the api: storage Issues related to the Cloud Storage API. label Mar 29, 2015
Comment thread gcloud/storage/blob.py

This comment was marked as spam.

This comment was marked as spam.

tseaver commented Mar 30, 2015

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Mar 30, 2015
Ditching lazy loading for ACLs attached to Blob/Bucket.
dhermes merged commit 4e64267 into googleapis:master Mar 30, 2015
dhermes deleted the fix-752 branch March 30, 2015 19:20
parthea pushed a commit that referenced this pull request Sep 18, 2025
parthea added a commit that referenced this pull request Nov 22, 2025
* chore(deps): update all dependencies

* Pin apache-beam for python 3.7

* Pin apache-beam for python 3.7

* Testing earlier version of apache-beam for python 3.7

* revert

* revert

---------

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Source-Link: googleapis/synthtool@dede53f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb

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
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 6, 2026
🤖 I have created a release \*beep\* \*boop\*
---
## [2.22.0](https://www.github.com/googleapis/python-bigquery/compare/v2.21.0...v2.22.0) (2021-07-19)


### Features

* add `LoadJobConfig.projection_fields` to select DATASTORE_BACKUP fields ([#736](https://www.github.com/googleapis/python-bigquery/issues/736)) ([c45a738](https://www.github.com/googleapis/python-bigquery/commit/c45a7380871af3dfbd3c45524cb606c60e1a01d1))
* add standard sql table type, update scalar type enums ([#777](https://www.github.com/googleapis/python-bigquery/issues/777)) ([b8b5433](https://www.github.com/googleapis/python-bigquery/commit/b8b5433898ec881f8da1303614780a660d94733a))
* add support for more detailed DML stats ([#758](https://www.github.com/googleapis/python-bigquery/issues/758)) ([36fe86f](https://www.github.com/googleapis/python-bigquery/commit/36fe86f41c1a8f46167284f752a6d6bbf886a04b))
* add support for user defined Table View Functions ([#724](https://www.github.com/googleapis/python-bigquery/issues/724)) ([8c7b839](https://www.github.com/googleapis/python-bigquery/commit/8c7b839a6ac1491c1c3b6b0e8755f4b70ed72ee3))


### Bug Fixes

* avoid possible job already exists error ([#751](https://www.github.com/googleapis/python-bigquery/issues/751)) ([45b9308](https://www.github.com/googleapis/python-bigquery/commit/45b93089f5398740413104285cc8acfd5ebc9c08))


### Dependencies

* allow 2.x versions of `google-api-core`, `google-cloud-core`, `google-resumable-media` ([#770](https://www.github.com/googleapis/python-bigquery/issues/770)) ([87a09fa](https://www.github.com/googleapis/python-bigquery/commit/87a09fa3f2a9ab35728a1ac925f9d5f2e6616c65))


### Documentation

* add loading data from Firestore backup sample ([#737](https://www.github.com/googleapis/python-bigquery/issues/737)) ([22fd848](https://www.github.com/googleapis/python-bigquery/commit/22fd848cae4af1148040e1faa31dd15a4d674687))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea added a commit that referenced this pull request Mar 9, 2026
…d of `string_value` (#771)

* fix: if JsonObject serialized to None then return `null_value` instead of `string_value`

Co-authored-by: Astha Mohta <35952883+asthamohta@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Ilya Gurov <gurovilya9@gmail.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
🤖 I have created a release *beep* *boop*
---


## [3.20.0](googleapis/python-spanner@v3.19.0...v3.20.0) (2022-08-30)


### Features

* Adds TypeAnnotationCode PG_JSONB ([#792](googleapis/python-spanner#792)) ([6a661d4](googleapis/python-spanner@6a661d4))


### Bug Fixes

* if JsonObject serialized to None then return `null_value` instead of `string_value` ([#771](googleapis/python-spanner#771)) ([82170b5](googleapis/python-spanner@82170b5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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: 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.

DISCUSSION: Do we need ACL lazy loading?

4 participants


Back | FazBrowse Home | New Git URL