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