#825: Allow passing explicit connection to pubsub API methods#859
Merged
tseaver merged 9 commits intogoogleapis:masterfrom May 6, 2015
tseaver:825-pubsub-explicit_connection
Merged
#825: Allow passing explicit connection to pubsub API methods#859tseaver merged 9 commits intogoogleapis:masterfrom tseaver:825-pubsub-explicit_connection
tseaver merged 9 commits intogoogleapis:masterfrom
tseaver:825-pubsub-explicit_connection
Conversation
Indicate that it can be constructed directly.
Contributor
Adopt '_require_connection' pattern from storage. Addresses: #859 (comment)
Contributor
Author
Contributor
|
LGTM |
tseaver
added a commit
that referenced
this pull request
May 6, 2015
#825: Allow passing explicit connection to pubsub API methods
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
🤖 I have created a release \*beep\* \*boop\* --- ### [0.45.1](https://www.github.com/googleapis/gapic-generator-python/compare/v0.45.0...v0.45.1) (2021-05-04) ### Bug Fixes * add async client to %name_%version/__init__.py ([#859](https://www.github.com/googleapis/gapic-generator-python/issues/859)) ([391fdb8](https://www.github.com/googleapis/gapic-generator-python/commit/391fdb84b13c5628c21d81ad311c689da8971f6a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
Follow up to #859 Closes #815 Also delete a stray } in feature_fragments which was resulting in almost empty files getting generated in clients. https://github.com/googleapis/googleapis-gen/blob/master/google/appengine/v1/google-cloud-appengine-v1-py/examples/feature_fragments
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
…y38/py39 (#859) * fix: remove call to importlib.metadata.packages_distributions() for py38/py39 * cover * update comment
parthea
pushed a commit
that referenced
this pull request
Nov 26, 2025
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.
See #825.