Document URI format for loading/extracting Cloud Storage objects. by tseaver · Pull Request #1280 · googleapis/google-cloud-python

@googlebot googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Dec 9, 2015

@tseaver

dhermes added a commit that referenced this pull request

Dec 10, 2015
…_format

Document URI format for loading/extracting Cloud Storage objects.

@tseaver tseaver deleted the 1267-document_cloud_storage_uri_format branch

December 10, 2015 16:29

parthea pushed a commit that referenced this pull request

Nov 24, 2025
* fix: use async snippet in async client method docstring

* update integration test golden files

* fix golden_update_script

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 9, 2026
* feat: introduce OpenTelemetry Tracing decorators (#1257)

* feat: introduce OpenTelemetry Tracing decorators

* update test coverage

* add tests, update fixture

* update noxfile, extras; remove print

* update unit test

* review comments

* feat: instrument metadata ops with OTel tracing (#2) (#1267)

* feat: instrument metadata ops with Otel tracing

* update README plus test

* update decorator name per review session

* fix typo in readme

* feat: OTel tracing media ops initial instrumentation (#1280)

* feat: OTel tracing media ops initial instrumentation

* use download class name as span name

* avoid asserting filtered warnings from otel per open-telemetry/opentelemetry-python#3164

* add copyright and preview note

* comments