Alternative for DatastoreHelper Java class in Google Cloud Datastore v1 API -
in datastore v1beta2 api version, datastorehelper public class, , rely on member functions getoptionsfromenv(), getcomputeenginecredential(), makefilter() , makevalue(). looks class private in v1 api. what's equivalent class provide access functions?
most of methods still public in google-cloud-datastore library:
getcomputeenginecredential() removed, can use application default credentials instead, supports getting credential compute engine.
Comments
Post a Comment