Uses of Class
com.google.cloud.datastore.IncompleteKey
Packages that use IncompleteKey
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of IncompleteKey in com.google.cloud.datastore
Classes in com.google.cloud.datastore with type parameters of type IncompleteKeyModifier and TypeClassDescriptionclassBaseEntity<K extends IncompleteKey>A base class for entities (key and properties).static classBaseEntity.Builder<K extends IncompleteKey,B extends BaseEntity.Builder<K, B>> classFullEntity<K extends IncompleteKey>A full entity is aBaseEntitythat holds all the properties associated with a Datastore entity (as opposed toProjectionEntity).static classFullEntity.Builder<K extends IncompleteKey>Subclasses of IncompleteKey in com.google.cloud.datastoreModifier and TypeClassDescriptionfinal classA key that is guaranteed to be complete and could be used to reference a Google Cloud DatastoreEntity.Methods in com.google.cloud.datastore with type parameters of type IncompleteKeyModifier and TypeMethodDescription<K extends IncompleteKey>
FullEntity<K>Returns the property value as an entity.static <K extends IncompleteKey>
FullEntity.Builder<K>FullEntity.newBuilder(FullEntity<K> copyFrom) static <K extends IncompleteKey>
FullEntity.Builder<K>FullEntity.newBuilder(K key) Methods in com.google.cloud.datastore that return IncompleteKeyModifier and TypeMethodDescriptionIncompleteKey.Builder.build()protected IncompleteKeyKeyFactory.build()KeyFactory.newKey()Methods in com.google.cloud.datastore that return types with arguments of type IncompleteKeyModifier and TypeMethodDescriptionstatic FullEntity.Builder<IncompleteKey>FullEntity.newBuilder()protected List<FullEntity<IncompleteKey>>BaseDatastoreBatchWriter.toAddAutoId()Methods in com.google.cloud.datastore with parameters of type IncompleteKeyModifier and TypeMethodDescriptionDatastore.allocateId(IncompleteKey key) Allocate a unique id for the given key.Datastore.allocateId(IncompleteKey... keys) Returns a list of keys using the allocated ids ordered by the input.static IncompleteKey.BuilderIncompleteKey.newBuilder(IncompleteKey copyFrom) static Key.BuilderKey.newBuilder(IncompleteKey copyFrom, long id) static Key.BuilderKey.newBuilder(IncompleteKey copyFrom, String name) Method parameters in com.google.cloud.datastore with type arguments of type IncompleteKeyModifier and TypeMethodDescriptionstatic intEntity.calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity) Returns the size in bytes of the protobuf form of the provided entity.