0.1.4
Add DatastoreDB.replace({defaultPartition})

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//937133002
4 files changed
tree: 1c74958447a091633e0896e084cb8c4515b6eb42
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. AUTHORS
  6. CHANGELOG.md
  7. codereview.settings
  8. LICENSE
  9. PATENTS
  10. pubspec.yaml
  11. README.md
README.md

Google Cloud Platform

High level interface for Google Cloud Platform APIs

Running tests

If you want to run the end-to-end tests, a Google Cloud project is required. When running these tests the following envrionment variables needs to be set:

GCLOUD_E2E_TEST_PROJECT
GCLOUD_E2E_TEST_KEY

The vaule of the environment variable GCLOUD_E2E_TEST_PROJECT is the name of the Google Cloud project to use. The value of the environment variable GCLOUD_E2E_TEST_KEY is a Google Cloud Storage path (starting wiht gs://) to a JSON key file for a service account providing access to the Cloud Project.