Skip to content

Commit 5fcb36f

Browse files
ajkannanaozarov
authored andcommitted
---
yaml --- r: 3839 b: refs/heads/pubsub-alpha c: fae2908 h: refs/heads/master i: 3837: 0a82a74 3835: b2522e4 3831: 7e1ab11 3823: 03b4656 3807: 67dfc84 3775: 862e1eb 3711: a6361f8 3583: 01b073b
1 parent 73825be commit 5fcb36f

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 254fcc3638ef2aee7d36c1015deb178fbc912419
5+
refs/heads/pubsub-alpha: fae29087e5e66b8d9e355ec551a90ac014d9de81
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,17 @@ Example Applications
5353
- Read more about using this application on the [`DatastoreExample` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/datastore/DatastoreExample.html).
5454
- [`DnsExample`](./gcloud-java-examples/src/main/java/com/google/gcloud/examples/dns/DnsExample.java) - A simple command line interface for Cloud DNS
5555
- Read more about using this application on the [`DnsExample` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/dns/DnsExample.html).
56+
- [`Flexible Environment/Datastore example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/datastore) - A simple app that uses Cloud Datastore to list the last 10 IP addresses that visited your site.
57+
- Read about how to run the application [here](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/README.md).
58+
- [`Flexible Environment/Storage example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/cloudstorage) - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
5659
- [`ResourceManagerExample`](./gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality
5760
- Read more about using this application on the [`ResourceManagerExample` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/resourcemanager/ResourceManagerExample.html).
58-
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
61+
- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/sparkjava) - An example of using `gcloud-java-datastore` from within the SparkJava and App Engine Flexible Environment frameworks.
5962
- Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava#how-does-it-work).
6063
- [`StorageExample`](./gcloud-java-examples/src/main/java/com/google/gcloud/examples/storage/StorageExample.java) - A simple command line interface providing some of Cloud Storage's functionality
6164
- Read more about using this application on the [`StorageExample` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/storage/StorageExample.html).
65+
- [`TaskList`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/datastore/src/main/java/com/google/datastore/snippets/TaskList.java) - A command line application that uses Cloud Datastore to manage a to-do list.
66+
- Read about how to run the application on its [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/datastore).
6267

6368
Specifying a Project ID
6469
-----------------------

branches/pubsub-alpha/src/site/resources/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,21 @@ <h3 class="block-title">Examples</h3>
178178

179179
<ul>
180180
<li>
181-
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
181+
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
182+
</li>
183+
184+
<li>
185+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/datastore"><code>Flexible Environment/Datastore example</code></a> - A simple app that uses Cloud Datastore to list the last 10 IP addresses that visited your site. Read about how to run the application <a href="https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/README.md">here</a>.
186+
</li>
187+
<li>
188+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/cloudstorage"><code>Flexible Environment/Storage example</code></a> - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
189+
</li>
190+
<li>
191+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Flexible Environment, Datastore, and SparkJava.
182192
</li>
183193
<li>
184-
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
194+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/datastore"><code>TaskList</code></a> - An command line app that manages a to-do list using Cloud Datastore.
195+
</li>
185196
</ul>
186197
</div>
187198
</section>

0 commit comments

Comments
 (0)