Use consistent branding / phrasing in client module docstrings. by tseaver · Pull Request #1172 · googleapis/google-cloud-python

@tseaver

@googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Oct 5, 2015

@tseaver

tseaver added a commit that referenced this pull request

Oct 5, 2015
…_patterns

Use consistent branding / phrasing in client module docstrings.

@tseaver tseaver deleted the 1171-normalize_module_docstring_patterns branch

October 5, 2015 19:36

parthea pushed a commit that referenced this pull request

Nov 24, 2025
* chore(deps): update all dependencies

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

* Update samples/snippets/requirements.txt

---------

Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>

parthea pushed a commit that referenced this pull request

Nov 26, 2025

parthea added a commit that referenced this pull request

Feb 20, 2026
feat: update image to
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:a38add811f7f139d6a385b22d283ad09ef305b8cf50382ef62f0ce690787f021

parthea added a commit that referenced this pull request

Mar 6, 2026

parthea pushed a commit that referenced this pull request

Mar 9, 2026
…#1172)

Fixes #1071 🦕

As a side-effect, the behavior of this method during a race condition has changed slightly. Previously, if a new object was created while the bucket.delete(force=True) method is running, it would fail, but if a new generation of an existing object was uploaded, it would still succeed. Now it will fail in both cases. Regardless of the exact behavior, please do not use this method on a bucket that is still being updated by another process.

parthea pushed a commit that referenced this pull request

Mar 9, 2026
This change non-invasively introduces dependencies of opentelemetry
bringing in the latest dependencies and modernizing them.

While here also brought in modern span attributes:
* otel.scope.name
* otel.scope.version

Also added a modernized example to produce traces as well
with gRPC-instrumentation enabled, and updated the docs.

Updates #1170
Fixes #1173
Built from PR #1172