File tree Expand file tree Collapse file tree
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ public void run() {
305305 *
306306 * @param key The key for which to resume publishing.
307307 */
308- @ BetaApi ( "Ordering is not yet fully supported and requires special project enablements." )
308+ @ BetaApi
309309 public void resumePublish (String key ) {
310310 Preconditions .checkState (!shutdown .get (), "Cannot publish on a shut-down publisher." );
311311 sequentialExecutor .resumePublish (key );
@@ -765,7 +765,7 @@ public Builder setRetrySettings(RetrySettings retrySettings) {
765765 }
766766
767767 /** Sets the message ordering option. */
768- @ BetaApi ( "Ordering is not yet fully supported and requires special project enablements." )
768+ @ BetaApi
769769 public Builder setEnableMessageOrdering (boolean enableMessageOrdering ) {
770770 this .enableMessageOrdering = enableMessageOrdering ;
771771 return this ;
You can’t perform that action at this time.
0 commit comments