Uses of Class
com.google.cloud.datastore.FullEntity
Packages that use FullEntity
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of FullEntity in com.google.cloud.datastore
Subclasses of FullEntity in com.google.cloud.datastoreModifier and TypeClassDescriptionfinal classAn entity is the Google Cloud Datastore persistent data object for a specific key.Methods in com.google.cloud.datastore that return FullEntityModifier and TypeMethodDescriptionFullEntity.Builder.build()static FullEntity<?><K extends IncompleteKey>
FullEntity<K>Returns the property value as an entity.Methods in com.google.cloud.datastore that return types with arguments of type FullEntityModifier and TypeMethodDescriptionprotected Map<Key,FullEntity<Key>> BaseDatastoreBatchWriter.toAdd()protected List<FullEntity<IncompleteKey>>BaseDatastoreBatchWriter.toAddAutoId()protected Map<Key,FullEntity<Key>> BaseDatastoreBatchWriter.toPut()protected Map<Key,FullEntity<Key>> BaseDatastoreBatchWriter.toUpdate()Methods in com.google.cloud.datastore with parameters of type FullEntityModifier and TypeMethodDescriptionfinal EntityBaseDatastoreBatchWriter.add(FullEntity<?> entity) BaseDatastoreBatchWriter.add(FullEntity<?>... entities) Batch.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Batch.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.Datastore.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Datastore.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.DatastoreBatchWriter.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.DatastoreBatchWriter.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.DatastoreWriter.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.DatastoreWriter.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.Transaction.add(FullEntity<?> entity) Datastore add operation: inserts the provided entity.Transaction.add(FullEntity<?>... entities) Datastore add operation: inserts the provided entities.GqlQuery.Builder.addBinding(FullEntity<?>... value) Deprecated.ListValue.Builder.addValue(FullEntity<?> first, FullEntity<?>... other) Adds the providedFullEntityvalues to theListValuebuilder.final voidBaseDatastoreBatchWriter.addWithDeferredIdAllocation(FullEntity<?>... entities) voidDatastoreBatchWriter.addWithDeferredIdAllocation(FullEntity<?>... entities) Datastore add operation.voidTransaction.addWithDeferredIdAllocation(FullEntity<?>... entities) Datastore add operation.static Entity.BuilderEntity.newBuilder(Key key, FullEntity<?> copyFrom) static EntityValue.BuilderEntityValue.newBuilder(FullEntity<?> entity) static <K extends IncompleteKey>
FullEntity.Builder<K>FullEntity.newBuilder(FullEntity<K> copyFrom) static EntityValueEntityValue.of(FullEntity<?> entity) static ListValueListValue.of(FullEntity<?> first, FullEntity<?>... other) Creates aListValueobject given a number ofFullEntityvalues.final EntityBaseDatastoreBatchWriter.put(FullEntity<?> entity) BaseDatastoreBatchWriter.put(FullEntity<?>... entities) Datastore.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.Datastore.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.DatastoreBatchWriter.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.DatastoreBatchWriter.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.DatastoreWriter.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.DatastoreWriter.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.Transaction.put(FullEntity<?> entity) A Datastore put (a.k.a upsert) operation: inserts an entity if it does not exist, updates it otherwise.Transaction.put(FullEntity<?>... entities) A Datastore put (a.k.a upsert) operation: creates an entity if it does not exist, updates it otherwise.final voidBaseDatastoreBatchWriter.putWithDeferredIdAllocation(FullEntity<?>... entities) voidDatastoreBatchWriter.putWithDeferredIdAllocation(FullEntity<?>... entities) Datastore put operation.voidTransaction.putWithDeferredIdAllocation(FullEntity<?>... entities) Datastore put operation.BaseEntity.Builder.set(String name, FullEntity<?> value) Sets a property of typeEntityValue.BaseEntity.Builder.set(String name, FullEntity<?> first, FullEntity<?> second, FullEntity<?>... others) Sets a list property containing elements of typeEntityValue.GqlQuery.Builder.setBinding(String name, FullEntity<?>... value) Deprecated.Constructors in com.google.cloud.datastore with parameters of type FullEntity