ListValue |
ListValue.Builder.build() |
Creates a ListValue object.
|
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(long first,
long... other) |
Creates a ListValue object given a number of long values.
|
static ListValue |
ListValue.of(Blob first,
Blob... other) |
Creates a ListValue object given a number of Blob 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(Value<?> first,
Value<?>... other) |
Creates a ListValue object given a number of Value objects.
|
static ListValue |
ListValue.of(com.google.cloud.Timestamp first,
com.google.cloud.Timestamp... other) |
Creates a ListValue object given a number of Timestamp values.
|
static ListValue |
ListValue.of(String first,
String... other) |
Creates a ListValue object given a number of string values.
|
static ListValue |
ListValue.of(List<? extends Value<?>> values) |
Creates a ListValue object given a list of Value objects.
|