Skip to content

Commit 729cf58

Browse files
authored
---
yaml --- r: 7989 b: refs/heads/tswast-patch-1 c: 0137654 h: refs/heads/master i: 7987: 4c821c0
1 parent 723c600 commit 729cf58

8 files changed

Lines changed: 38 additions & 868 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: 0d83540b4476ce38270afb09574570f5c7277ef1
60+
refs/heads/tswast-patch-1: 013765415321890167511a6a880005db7ddc7c94
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Example Applications
7979
- [`GuestBook`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/guestbook-cloud-datastore) - An App Engine Standard guestbook that uses Cloud Datastore.
8080
- [`LoggingExample`](./google-cloud-examples/src/main/java/com/google/cloud/examples/logging/LoggingExample.java) - A simple command line interface providing some of Stackdriver Logging's functionality
8181
- Read more about using this application on the [`LoggingExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/logging/LoggingExample.html).
82-
- [`PubSubExample`](./google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/PubSubExample.java) - A simple command line interface providing some of Cloud Pub/Sub's functionality
83-
- Read more about using this application on the [`PubSubExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/pubsub/PubSubExample.html).
8482
- [`ResourceManagerExample`](./google-cloud-examples/src/main/java/com/google/cloud/examples/resourcemanager/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality
8583
- Read more about using this application on the [`ResourceManagerExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/resourcemanager/ResourceManagerExample.html).
8684
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/flexible/sparkjava) - An example of using `google-cloud-datastore` from within the SparkJava and App Engine Flexible Environment frameworks.

branches/tswast-patch-1/google-cloud-examples/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@ To run examples from your command line:
121121
target/appassembler/bin/ParallelCountBytes gs://mybucket/myfile.txt
122122
```
123123
124-
* Here's an example run of `PubSubExample`.
125-
126-
Before running the example, go to the [Google Developers Console][developers-console] to ensure that "Google Cloud Pub/Sub" is enabled.
127-
```
128-
target/appassembler/bin/PubSubExample create topic test-topic
129-
target/appassembler/bin/PubSubExample create subscription test-topic test-subscription
130-
target/appassembler/bin/PubSubExample publish test-topic message1 message2
131-
```
132-
133124
* Here's an example run of `ResourceManagerExample`.
134125
135126
Be sure to change the placeholder project ID "your-project-id" with your own globally unique project ID.

branches/tswast-patch-1/google-cloud-examples/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@
9090
<mainClass>com.google.cloud.examples.nio.ParallelCountBytes</mainClass>
9191
<name>ParallelCountBytes</name>
9292
</program>
93-
<program>
94-
<mainClass>
95-
com.google.cloud.examples.pubsub.PubSubExample
96-
</mainClass>
97-
<name>PubSubExample</name>
98-
</program>
9993
<program>
10094
<mainClass>
10195
com.google.cloud.examples.resourcemanager.ResourceManagerExample

0 commit comments

Comments
 (0)