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