Use consistent branding / phrasing in client module docstrings.#1172
Merged
tseaver merged 2 commits intogoogleapis:masterfrom Oct 5, 2015
tseaver:1171-normalize_module_docstring_patterns
Merged
Use consistent branding / phrasing in client module docstrings.#1172tseaver merged 2 commits intogoogleapis:masterfrom tseaver:1171-normalize_module_docstring_patterns
tseaver merged 2 commits intogoogleapis:masterfrom
tseaver:1171-normalize_module_docstring_patterns
Conversation
gcloud/bigquery/client.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Addresses: #1172 (comment)
Contributor
|
LGTM (I just tried |
tseaver
added a commit
that referenced
this pull request
Oct 5, 2015
…_patterns Use consistent branding / phrasing in client module docstrings.
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
* chore(main): release 2.34.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> 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
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
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1171.