1- Google Cloud Java Client
2- ==========================
1+ Google Cloud Java Client for Datastore
2+ ======================================
33
4- Java idiomatic client for [ Google Cloud Platform ] [ cloud-platform ] services .
4+ Java idiomatic client for [ Google Cloud Datastore ] ( https://cloud.google.com/datastore/ ) .
55
66[ ![ Build Status] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master )] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java )
77[ ![ Coverage Status] ( https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master )] ( https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master )
88
99- [ Homepage] (https://googlecloudplatform.github.io/gcloud-java/ )
10- - [ API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs )
10+ - [ API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/datastore/package-summary.html )
1111- [ Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/examples/package-summary.html )
1212
13- This client supports [ Google Cloud Datastore] (https://cloud.google.com/datastore/ )
14-
15-
1613> Note: This client is a work-in-progress, and may occasionally
1714> make backwards-incompatible changes.
1815
@@ -23,7 +20,7 @@ Add this to your pom.xml file
2320<dependency >
2421 <groupId >com.google.gcloud</groupId >
2522 <artifactId >gcloud-java-datastore</artifactId >
26- <version >0.0.9 </version >
23+ <version >0.0.7 </version >
2724</dependency >
2825```
2926
@@ -69,13 +66,6 @@ if (entity == null) {
6966}
7067```
7168
72- Testing
73- -------
74-
75- This library has tools to help write tests for code that uses the Datastore.
76-
77- See [ TESTING] to read more about testing.
78-
7969Contributing
8070------------
8171
@@ -105,7 +95,6 @@ Apache 2.0 - See [LICENSE] for more information.
10595
10696[ CONTRIBUTING ] :https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
10797[ LICENSE ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
108- [ TESTING ] : https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md#testing-code-that-uses-datastore
10998[ cloud-platform ] : https://cloud.google.com/
11099[ cloud-datastore ] : https://cloud.google.com/datastore/docs
111100[ cloud-datastore-docs ] : https://cloud.google.com/datastore/docs
0 commit comments