| 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 | 
|---|---|
static Blob | 
Blob.copyFrom(byte[] bytes)  | 
static Blob | 
Blob.copyFrom(ByteBuffer bytes)  | 
static Blob | 
Blob.copyFrom(InputStream input)  | 
Blob | 
BaseEntity.getBlob(String name)
Returns the property value as a blob. 
 | 
Blob | 
ProjectionEntity.getBlob(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
GqlQuery.Builder<V> | 
GqlQuery.Builder.addBinding(Blob... value)
Sets a new positional binding. 
 | 
ListValue.Builder | 
ListValue.Builder.addValue(Blob first,
        Blob... other)
Adds the provided  
Blob values to the ListValue builder. | 
ListValue.Builder | 
ListValue.Builder.addValue(Blob first,
        Blob... other)
Adds the provided  
Blob values to the ListValue builder. | 
static StructuredQuery.PropertyFilter | 
StructuredQuery.PropertyFilter.eq(String property,
  Blob value)  | 
static StructuredQuery.PropertyFilter | 
StructuredQuery.PropertyFilter.ge(String property,
  Blob value)  | 
static StructuredQuery.PropertyFilter | 
StructuredQuery.PropertyFilter.gt(String property,
  Blob value)  | 
static StructuredQuery.PropertyFilter | 
StructuredQuery.PropertyFilter.le(String property,
  Blob value)  | 
static StructuredQuery.PropertyFilter | 
StructuredQuery.PropertyFilter.lt(String property,
  Blob value)  | 
static BlobValue.Builder | 
BlobValue.newBuilder(Blob blob)  | 
static BlobValue | 
BlobValue.of(Blob blob)  | 
static ListValue | 
ListValue.of(Blob first,
  Blob... other)
Creates a  
ListValue object given a number of Blob values. | 
static ListValue | 
ListValue.of(Blob first,
  Blob... other)
Creates a  
ListValue object given a number of Blob values. | 
B | 
BaseEntity.Builder.set(String name,
   Blob value)
Sets a property of type  
BlobValue. | 
B | 
BaseEntity.Builder.set(String name,
   Blob first,
   Blob second,
   Blob... others)
Sets a list property containing elements of type  
BlobValue. | 
B | 
BaseEntity.Builder.set(String name,
   Blob first,
   Blob second,
   Blob... others)
Sets a list property containing elements of type  
BlobValue. | 
GqlQuery.Builder<V> | 
GqlQuery.Builder.setBinding(String name,
          Blob... value)
Sets a new named binding. 
 | 
| Constructor and Description | 
|---|
BlobValue(Blob blob)  | 
Copyright © 2019 Google LLC. All rights reserved.