Skip to content

Commit

Permalink
fix: remove deprecated tag that was added prematurely (#97)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kamalaboulhosn committed Feb 27, 2020
1 parent f803bee commit fbb87ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Expand Up @@ -19,13 +19,8 @@
import com.google.common.collect.ImmutableMap;
import java.util.Map;

/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class DeletedTopic extends TopicName {

private static final String FIXED_VALUE = "_deleted-topic_";
Expand Down
Expand Up @@ -23,13 +23,8 @@
import java.util.List;
import java.util.Map;

/**
* AUTO-GENERATED DOCUMENTATION AND CLASS
*
* @deprecated This resource name class will be removed in the next major version.
*/
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
@Deprecated
public class ProjectTopicName extends TopicName {

private static final PathTemplate PATH_TEMPLATE =
Expand Down

0 comments on commit fbb87ef

Please sign in to comment.