Skip to content

Commit ac3e698

Browse files
committed
---
yaml --- r: 7467 b: refs/heads/tswast-patch-1 c: a783200 h: refs/heads/master i: 7465: bf435b7 7463: 2c18cba
1 parent c37c360 commit ac3e698

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 7168fff5e669b7c60b12918f56ebd3f5696247af
60+
refs/heads/tswast-patch-1: a783200c70decf226e092ba3b32834d5c5cd6b15
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-examples/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

branches/tswast-patch-1/gcloud-java-examples/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
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>

0 commit comments

Comments
 (0)