Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Downloads

Cloud Datastore provides a set of downloadable tools and client libraries. By downloading, you agree to be bound by the Terms that govern use of Google Cloud Datastore.

Node.js Client Library

Install googleapis package using npm .

npm install googleapis

Python Protocol Buffers Client Library

Install googledatastore package using pip .

pip install googledatastore

Java Protocol Buffer Client Library

Maven

Add the following dependency to your project:

<dependencies>
 <dependency>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-datastore-protobuf</artifactId>
  <version>v1beta2-rev1-2.1.0</version>
 </dependency>
</dependencies>

Other Java development environments

Download the following zip that contains the protobuf client library jar with all the dependencies, Javadoc, and demos.

Version Package
v1beta2 google-api-services-datastore-protobuf-java-v1beta2-rev1-2.1.0.zip

Client Libraries for other languages

See Google APIs Client Libraries .

Tools

Download the following zip which contains the gcd tool. This tool provides index management and is used to start the development server that provides local Cloud Datastore emulation.

Version Package
v1beta2 gcd-v1beta2-rev1-2.1.1.zip

To use the gcd tool, you must have Java 7 installed on your computer.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.