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