Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
ListValue |
ListValue.Builder.build()
Creates a
ListValue object. |
static ListValue |
ListValue.of(Blob first,
Blob... other)
Creates a
ListValue object given a number of Blob values. |
static ListValue |
ListValue.of(boolean first,
boolean... other)
Creates a
ListValue object given a number of boolean values. |
static ListValue |
ListValue.of(double first,
double... other)
Creates a
ListValue object given a number of double values. |
static ListValue |
ListValue.of(FullEntity<?> first,
FullEntity<?>... other)
Creates a
ListValue object given a number of FullEntity values. |
static ListValue |
ListValue.of(Key first,
Key... other)
Creates a
ListValue object given a number of Key values. |
static ListValue |
ListValue.of(LatLng first,
LatLng... other)
Creates a
ListValue object given a number of LatLng values. |
static ListValue |
ListValue.of(List<? extends Value<?>> values)
Creates a
ListValue object given a list of Value objects. |
static ListValue |
ListValue.of(long first,
long... other)
Creates a
ListValue object given a number of long values. |
static ListValue |
ListValue.of(String first,
String... other)
Creates a
ListValue object given a number of string values. |
static ListValue |
ListValue.of(Timestamp first,
Timestamp... other)
Creates a
ListValue object given a number of Timestamp values. |
static ListValue |
ListValue.of(Value<?> first,
Value<?>... other)
Creates a
ListValue object given a number of Value objects. |
Copyright © 2019 Google LLC. All rights reserved.