Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValueBuilder<V,P extends Value<V>,B extends ValueBuilder<V,P,B>>
A common interface for Value builders.
|
Modifier and Type | Class and 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 |
Modifier and Type | Method and Description |
---|---|
abstract ValueBuilder<?,?,?> |
Value.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.