File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1 Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
58
If you are using Gradle without BOM, add this to your dependencies
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-pubsub:1.116.3 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.116.4 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.116.3 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.116.4 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ public void run() {
317
317
*
318
318
* @param key The key for which to resume publishing.
319
319
*/
320
- @ BetaApi ("Ordering is not yet fully supported and requires special project enablements." )
321
320
public void resumePublish (String key ) {
322
321
Preconditions .checkState (!shutdown .get (), "Cannot publish on a shut-down publisher." );
323
322
sequentialExecutor .resumePublish (key );
@@ -800,7 +799,6 @@ public Builder setRetrySettings(RetrySettings retrySettings) {
800
799
}
801
800
802
801
/** Sets the message ordering option. */
803
- @ BetaApi ("Ordering is not yet fully supported and requires special project enablements." )
804
802
public Builder setEnableMessageOrdering (boolean enableMessageOrdering ) {
805
803
this .enableMessageOrdering = enableMessageOrdering ;
806
804
return this ;
You can’t perform that action at this time.
0 commit comments