File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ the sample to configure your topic.
2323
2424The following code will run the helper script:
2525
26- java -cp target/pubsub-google-cloud-samples -1.0.0-jar-with-dependencies.jar \
26+ java -cp target/pubsub-policy-helper -1.0.0-jar-with-dependencies.jar \
2727 com.example.pubsub.AddCloudIotService <topicName> <projectId>
2828
2929For example, the following example will configure the ` device-events ` topic
3030for the ` my-iot-project ` project.
3131
32- java -cp target/pubsub-google-cloud-samples -1.0.0-jar-with-dependencies.jar \
32+ java -cp target/pubsub-policy-helper -1.0.0-jar-with-dependencies.jar \
3333 com.example.pubsub.AddCloudIotService device-events my-iot-project
Original file line number Diff line number Diff line change 1616<project >
1717 <modelVersion >4.0.0</modelVersion >
1818 <groupId >com.example.pubsub</groupId >
19- <artifactId >pubsub-google-cloud-samples </artifactId >
19+ <artifactId >pubsub-policy-helper </artifactId >
2020 <packaging >jar</packaging >
2121
2222 <!-- Parent defines config for testing & linting. -->
You can’t perform that action at this time.
0 commit comments