File tree 2 files changed +3
-3
lines changed
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.
23
23
24
24
The following code will run the helper script:
25
25
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 \
27
27
com.example.pubsub.AddCloudIotService <topicName> <projectId>
28
28
29
29
For example, the following example will configure the ` device-events ` topic
30
30
for the ` my-iot-project ` project.
31
31
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 \
33
33
com.example.pubsub.AddCloudIotService device-events my-iot-project
Original file line number Diff line number Diff line change 16
16
<project >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
<groupId >com.example.pubsub</groupId >
19
- <artifactId >pubsub-google-cloud-samples </artifactId >
19
+ <artifactId >pubsub-policy-helper </artifactId >
20
20
<packaging >jar</packaging >
21
21
22
22
<!-- Parent defines config for testing & linting. -->
You can’t perform that action at this time.
0 commit comments