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