Google Cloud Datastore API Java -
Google Cloud Datastore API Java -
i have managed import version of google cloud datastore api in project on eclipse using google plugin tool, yeah know not great achievement!
but do....???
i can not find right functions api, either functions not resolved, or in other cases imports not resolved...
i trying find way store info on google cloud. looking few lines of java code, along lines:
import com.blah.blahblah . . . main{ datastore mydata; mydata.put("name", "myname"); } sort of thing. reading past few days, seems there couple of different apis , using wrong function names wrong api , can't figure out how match two...please help getting : (((
thank you.
if trying store info on google cloud, have few options. datastore, blobstore, cloudsql , cloud storage. each has own unique strengths. seems me looking way started api, , recommend starting example: https://developers.google.com/appengine/docs/java/gettingstarted/introduction
java
Comments
Post a Comment