Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
static Blob |
Blob.fromBytes(byte[] bytes)
Creates a new Blob instance from the provided bytes.
|
static Blob |
Blob.fromByteString(ByteString byteString)
Creates a new Blob instance from the provided ByteString.
|
Blob |
DocumentSnapshot.getBlob(String field)
Returns the value of the field as a Blob.
|
Copyright © 2019 Google LLC. All rights reserved.