Uses of Interface
com.google.cloud.datastore.ValueBuilder
-
Packages that use ValueBuilder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of ValueBuilder in com.google.cloud.datastore
Classes in com.google.cloud.datastore with type parameters of type ValueBuilder Modifier and Type Interface Description interfaceValueBuilder<V,P extends Value<V>,B extends ValueBuilder<V,P,B>>A common interface for Value builders.Classes in com.google.cloud.datastore that implement ValueBuilder Modifier and Type Class Description static classBlobValue.Builderstatic classBooleanValue.Builderstatic classDoubleValue.Builderstatic classEntityValue.Builderstatic classKeyValue.Builderstatic classLatLngValue.Builderstatic classListValue.Builderstatic classLongValue.Builderstatic classNullValue.Builderstatic classRawValue.Builderstatic classStringValue.Builderstatic classTimestampValue.BuilderMethods in com.google.cloud.datastore that return ValueBuilder Modifier and Type Method Description abstract ValueBuilder<?,?,?>Value. toBuilder()
-