| 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  ListValueobject. | 
| static ListValue | ListValue. of(Blob first,
  Blob... other)Creates a  ListValueobject given a number ofBlobvalues. | 
| static ListValue | ListValue. of(boolean first,
  boolean... other)Creates a  ListValueobject given a number of boolean values. | 
| static ListValue | ListValue. of(double first,
  double... other)Creates a  ListValueobject given a number of double values. | 
| static ListValue | ListValue. of(FullEntity<?> first,
  FullEntity<?>... other)Creates a  ListValueobject given a number ofFullEntityvalues. | 
| static ListValue | ListValue. of(Key first,
  Key... other)Creates a  ListValueobject given a number ofKeyvalues. | 
| static ListValue | ListValue. of(LatLng first,
  LatLng... other)Creates a  ListValueobject given a number ofLatLngvalues. | 
| static ListValue | ListValue. of(List<? extends Value<?>> values)Creates a  ListValueobject given a list ofValueobjects. | 
| static ListValue | ListValue. of(long first,
  long... other)Creates a  ListValueobject given a number of long values. | 
| static ListValue | ListValue. of(String first,
  String... other)Creates a  ListValueobject given a number of string values. | 
| static ListValue | ListValue. of(Timestamp first,
  Timestamp... other)Creates a  ListValueobject given a number ofTimestampvalues. | 
| static ListValue | ListValue. of(Value<?> first,
  Value<?>... other)Creates a  ListValueobject given a number ofValueobjects. | 
Copyright © 2019 Google LLC. All rights reserved.