Uses of Class
com.google.cloud.datastore.IncompleteKey
-
Packages that use IncompleteKey Package Description com.google.cloud.datastore 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 IncompleteKey Modifier and Type Class Description classBaseEntity<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.datastore Modifier and Type Class Description classKeyA 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 IncompleteKey Modifier and Type Method Description <K extends IncompleteKey>
FullEntity<K>BaseEntity. getEntity(String name)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 IncompleteKey Modifier and Type Method Description IncompleteKeyIncompleteKey.Builder. build()protected IncompleteKeyKeyFactory. build()IncompleteKeyKeyFactory. newKey()Methods in com.google.cloud.datastore that return types with arguments of type IncompleteKey Modifier and Type Method Description static FullEntity.Builder<IncompleteKey>FullEntity. newBuilder()protected List<FullEntity<IncompleteKey>>BaseDatastoreBatchWriter. toAddAutoId()Methods in com.google.cloud.datastore with parameters of type IncompleteKey Modifier and Type Method Description KeyDatastore. allocateId(IncompleteKey key)Allocate a unique id for the given key.List<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 IncompleteKey Modifier and Type Method Description static intEntity. calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity)Returns the size in bytes of the protobuf form of the provided entity.
-