Skip to content

Commit fbb87ef

Browse files
fix: remove deprecated tag that was added prematurely (#97)
* google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/FakePublisherServiceImpl.java * Ensure that if a batch is started and the timeout completes before the currently outstanding message has finished publishing with an ordering key that the last batch does in fact get published. * add back in unit test * feat: add randomly generated UUID to outgoing initial streaming pull requests for better ordering keys affinity * fix: remove deprecated tag that was added prematurely * fix: formatting
1 parent f803bee commit fbb87ef

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/DeletedTopic.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@
1919
import com.google.common.collect.ImmutableMap;
2020
import java.util.Map;
2121

22-
/**
23-
* AUTO-GENERATED DOCUMENTATION AND CLASS
24-
*
25-
* @deprecated This resource name class will be removed in the next major version.
26-
*/
22+
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
2723
@javax.annotation.Generated("by GAPIC protoc plugin")
28-
@Deprecated
2924
public class DeletedTopic extends TopicName {
3025

3126
private static final String FIXED_VALUE = "_deleted-topic_";

proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/ProjectTopicName.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@
2323
import java.util.List;
2424
import java.util.Map;
2525

26-
/**
27-
* AUTO-GENERATED DOCUMENTATION AND CLASS
28-
*
29-
* @deprecated This resource name class will be removed in the next major version.
30-
*/
26+
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
3127
@javax.annotation.Generated("by GAPIC protoc plugin")
32-
@Deprecated
3328
public class ProjectTopicName extends TopicName {
3429

3530
private static final PathTemplate PATH_TEMPLATE =

0 commit comments

Comments
 (0)