Uses of Class
com.google.cloud.datastore.Blob
Packages that use Blob
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Blob in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return BlobModifier and TypeMethodDescriptionstatic BlobBlob.copyFrom(byte[] bytes) static BlobBlob.copyFrom(InputStream input) static BlobBlob.copyFrom(ByteBuffer bytes) Returns the property value as a blob.Methods in com.google.cloud.datastore with parameters of type BlobModifier and TypeMethodDescriptionGqlQuery.Builder.addBinding(Blob... value) Sets a new positional binding.Adds the providedBlobvalues to theListValuebuilder.static BlobValue.BuilderBlobValue.newBuilder(Blob blob) static BlobValuestatic ListValueCreates aListValueobject given a number ofBlobvalues.Sets a property of typeBlobValue.Sets a list property containing elements of typeBlobValue.GqlQuery.Builder.setBinding(String name, Blob... value) Sets a new named binding.Constructors in com.google.cloud.datastore with parameters of type Blob