Class DatastoreIO


  • public class DatastoreIO
    extends java.lang.Object
    DatastoreIO provides an API for reading from and writing to Google Cloud Datastore over different versions of the Cloud Datastore Client libraries.

    For documentation see DatastoreV1.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DatastoreV1 v1()
      Returns a DatastoreV1 that provides an API for accessing Cloud Datastore through v1 version of Datastore Client library.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • v1

        public static DatastoreV1 v1()
        Returns a DatastoreV1 that provides an API for accessing Cloud Datastore through v1 version of Datastore Client library.