fix: setParallelPullCount documentation#459
Merged
kamalaboulhosn merged 2 commits intomasterfrom Dec 14, 2020
Merged
Conversation
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
=========================================
Coverage 79.14% 79.14%
Complexity 323 323
=========================================
Files 21 21
Lines 2925 2925
Branches 166 166
=========================================
Hits 2315 2315
Misses 541 541
Partials 69 69
Continue to review full report at Codecov.
|
…ubscriber.java Co-authored-by: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
kamalaboulhosn
approved these changes
Dec 14, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Dec 14, 2020
🤖 I have created a release \*beep\* \*boop\* --- ### [1.110.2](https://www.github.com/googleapis/java-pubsub/compare/v1.110.1...v1.110.2) (2020-12-14) ### Bug Fixes * `setParallelPullCount` documentation ([#459](https://www.github.com/googleapis/java-pubsub/issues/459)) ([b399f60](https://www.github.com/googleapis/java-pubsub/commit/b399f60cf324ab21c15697bd697902aa1fde3e80)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([#462](https://www.github.com/googleapis/java-pubsub/issues/462)) ([1326484](https://www.github.com/googleapis/java-pubsub/commit/13264848f5124d7ad388c1cd1423447aab2aa512)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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.
Fixes #457