Uses of Class
com.google.cloud.datastore.Value
Packages that use Value
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Value in com.google.cloud.datastore
Classes in com.google.cloud.datastore with type parameters of type ValueModifier and TypeInterfaceDescriptioninterfaceValueBuilder<V,P extends Value<V>, B extends ValueBuilder<V, P, B>> A common interface for Value builders.Subclasses of Value in com.google.cloud.datastoreModifier and TypeClassDescriptionfinal classfinal classfinal classclassfinal classfinal classfinal classA Google Cloud Datastore list value.final classfinal classfinal classfinal classfinal classMethods in com.google.cloud.datastore with type parameters of type ValueModifier and TypeMethodDescriptionReturns the property value as a list of values.<V extends Value<?>>
VReturns theValuefor the given propertyname.Methods in com.google.cloud.datastore that return ValueMethods in com.google.cloud.datastore that return types with arguments of type ValueModifier and TypeMethodDescriptionListValue.Builder.get()BaseEntity.getProperties()Returns the properties.BaseEntity.Builder.setProperties()Methods in com.google.cloud.datastore with parameters of type ValueModifier and TypeMethodDescriptionAdds the provided values to theListValuebuilder.static ListValueCreates aListValueobject given a number ofValueobjects.Sets a property.Sets a property of typeListValue.Method parameters in com.google.cloud.datastore with type arguments of type ValueModifier and TypeMethodDescriptionstatic ListValueCreates aListValueobject given a list ofValueobjects.Sets a property of typeListValue.Sets the list of values of thisListValuebuilder tovalues.protected BBaseEntity.Builder.setProperties(Map<String, Value<?>> properties) Constructors in com.google.cloud.datastore with parameters of type ValueConstructor parameters in com.google.cloud.datastore with type arguments of type Value