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.
Requires merge of #3526 to bump core to 0.25.0.
Draft release notes:
google-cloud-pubsub-0.26.0
google-cloud-core
dependency to ~= 0.25.google.cloud.exceptions
) when trying to create a topic/subscription that already exists, i.e. a "Conflict" (PR Remap new Gax conflict error code #3443, issue PubSub topic.create method should raise a Conflict error instead of RetryError/GaxError when topic exists #3175).Subscription.reload()
update the topic if unset. (Making Subscription.reload() update the topic if unset. #3397)Client.subscription
factory (PR Adding subscription factory on Pub / Sub client. #3370, issue [Pub/Sub] Add a bare Subscriber factory to Client #3369).Not included in notes: