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 interface
ValueBuilder<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 class
BlobValue.Builder
static class
BooleanValue.Builder
static class
DoubleValue.Builder
static class
EntityValue.Builder
static class
KeyValue.Builder
static class
LatLngValue.Builder
static class
ListValue.Builder
static class
LongValue.Builder
static class
NullValue.Builder
static class
RawValue.Builder
static class
StringValue.Builder
static class
TimestampValue.Builder
Methods in com.google.cloud.datastore that return ValueBuilder Modifier and Type Method Description abstract ValueBuilder<?,?,?>
Value. toBuilder()
-