Add @BetaApi for exactly once delivery #1049
Labels
api: pubsub
Issues related to the googleapis/java-pubsub API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: cleanup
An internal cleanup or hygiene concern.
We did not decorate new methods added by #1022 for exactly once delivery as @BetaApi, but we should do so until the APIs are GA.
See some examples of this for ordering (which are supposed to be removed by now):
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 320 to 321 in eaeedd8
java-pubsub/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
Lines 803 to 804 in eaeedd8
The text was updated successfully, but these errors were encountered: