Uses of Class
com.google.cloud.datastore.ListValue.Builder
Packages that use ListValue.Builder
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of ListValue.Builder in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ListValue.BuilderModifier and TypeMethodDescriptionListValue.Builder.addValue(boolean first, boolean... other) Adds the provided boolean values to theListValuebuilder.ListValue.Builder.addValue(double first, double... other) Adds the provided double values to theListValuebuilder.ListValue.Builder.addValue(long first, long... other) Adds the provided long values to theListValuebuilder.Adds the providedBlobvalues to theListValuebuilder.ListValue.Builder.addValue(FullEntity<?> first, FullEntity<?>... other) Adds the providedFullEntityvalues to theListValuebuilder.Adds the providedKeyvalues to theListValuebuilder.Adds the providedLatLngvalues to theListValuebuilder.Adds the provided values to theListValuebuilder.ListValue.Builder.addValue(com.google.cloud.Timestamp first, com.google.cloud.Timestamp... other) Adds the providedTimestampvalues to theListValuebuilder.Adds the provided string values to theListValuebuilder.static ListValue.BuilderListValue.newBuilder()Returns a builder forListValueobjects.Sets the list of values of thisListValuebuilder tovalues.ListValue.toBuilder()Returns a builder for the list value object.