Uses of Class
com.google.cloud.datastore.Entity.Builder
-
Packages that use Entity.Builder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of Entity.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return Entity.Builder Modifier and Type Method Description static Entity.Builder
Entity. newBuilder(Entity copyFrom)
static Entity.Builder
Entity. newBuilder(Key key)
static Entity.Builder
Entity. newBuilder(Key key, FullEntity<?> copyFrom)
Entity.Builder
Entity.Builder. setKey(Key key)
-