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