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.