Skip to content

Commit 7e052cf

Browse files
committed
updated topic id
1 parent 5336724 commit 7e052cf

File tree

1 file changed

+1
-1
lines changed
  • container-registry/container-analysis/src/main/java/com/example/containeranalysis

1 file changed

+1
-1
lines changed

container-registry/container-analysis/src/main/java/com/example/containeranalysis/Subscriptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public synchronized void receiveMessage(PubsubMessage message, AckReplyConsumer
7878
public static Subscription createOccurrenceSubscription(String subId, String projectId)
7979
throws IOException, StatusRuntimeException, InterruptedException {
8080
// This topic id will automatically receive messages when Occurrences are added or modified
81-
String topicId = "container-analysis-occurrences-v1beta1";
81+
String topicId = "container-analysis-occurrences-v1";
8282
ProjectTopicName topicName = ProjectTopicName.of(projectId, topicId);
8383
ProjectSubscriptionName subName = ProjectSubscriptionName.of(projectId, subId);
8484

0 commit comments

Comments
 (0)