File tree Expand file tree Collapse file tree
branches/tswast-patch-1/gcloud-java-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: 7168fff5e669b7c60b12918f56ebd3f5696247af
60+ refs/heads/tswast-patch-1: a783200c70decf226e092ba3b32834d5c5cd6b15
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -101,16 +101,6 @@ To run examples from your command line:
101101 target/appassembler/bin/DnsExample delete some-sample-zone
102102 ```
103103
104- * Here's an example run of `PubSubExample`.
105-
106- Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Pub/Sub" is enabled.
107- ```
108- target/appassembler/bin/PubSubExample create topic test-topic
109- target/appassembler/bin/PubSubExample create subscription test-topic test-subscription
110- target/appassembler/bin/PubSubExample publish test-topic message1 message2
111- target/appassembler/bin/PubSubExample pull sync test-subscription 2
112- ```
113-
114104 * Here's an example run of `LoggingExample`.
115105
116106 Before running the example, go to the [Google Developers Console][developers-console] to ensure
@@ -124,6 +114,16 @@ To run examples from your command line:
124114 target/appassembler/bin/LoggingExample list entries
125115 ```
126116
117+ * Here's an example run of `PubSubExample`.
118+
119+ Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Pub/Sub" is enabled.
120+ ```
121+ target/appassembler/bin/PubSubExample create topic test-topic
122+ target/appassembler/bin/PubSubExample create subscription test-topic test-subscription
123+ target/appassembler/bin/PubSubExample publish test-topic message1 message2
124+ target/appassembler/bin/PubSubExample pull sync test-subscription 2
125+ ```
126+
127127 * Here's an example run of `ResourceManagerExample`.
128128
129129 Be sure to change the placeholder project ID "your-project-id" with your own globally unique project ID.
Original file line number Diff line number Diff line change 7272 <mainClass >com.google.cloud.examples.dns.DnsExample</mainClass >
7373 <name >DnsExample</name >
7474 </program >
75+ <program >
76+ <mainClass >com.google.cloud.examples.logging.LoggingExample</mainClass >
77+ <name >LoggingExample</name >
78+ </program >
7579 <program >
7680 <mainClass >com.google.cloud.examples.nio.CountBytes</mainClass >
7781 <name >CountBytes</name >
You can’t perform that action at this time.
0 commit comments