| 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.Builder | 
ListValue.Builder.addValue(Blob first,
        Blob... other)
Adds the provided  
Blob values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(boolean first,
        boolean... other)
Adds the provided boolean values to the  
ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(double first,
        double... other)
Adds the provided double values to the  
ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(FullEntity<?> first,
        FullEntity<?>... other)
Adds the provided  
FullEntity values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(Key first,
        Key... other)
Adds the provided  
Key values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(LatLng first,
        LatLng... other)
Adds the provided  
LatLng values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(long first,
        long... other)
Adds the provided long values to the  
ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(String first,
        String... other)
Adds the provided string values to the  
ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(Timestamp first,
        Timestamp... other)
Adds the provided  
Timestamp values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(Value<?> first,
        Value<?>... other)
Adds the provided values to the  
ListValue builder. | 
static ListValue.Builder | 
ListValue.newBuilder()
Returns a builder for  
ListValue objects. | 
ListValue.Builder | 
ListValue.Builder.set(List<? extends Value<?>> values)
Sets the list of values of this  
ListValue builder to values. | 
ListValue.Builder | 
ListValue.toBuilder()
Returns a builder for the list value object. 
 | 
Copyright © 2019 Google LLC. All rights reserved.