Class FullEntity<K> (2.26.4)

publicclass FullEntity<K>extendsBaseEntity<K>

A full entity is a BaseEntity that holds all the properties associated with a Datastore entity (as opposed to ProjectionEntity).

Inheritance

java.lang.Object > BaseEntity > FullEntity<K>

Type Parameter

Name Description
K

Static Methods

<K>newBuilder(K key)

publicstaticFullEntity.Builder<K><K>newBuilder(Kkey)
Parameter
Name Description
key K
Returns
Type Description
Builder<K>

<K>newBuilder(FullEntity<K> copyFrom)

publicstaticFullEntity.Builder<K><K>newBuilder(FullEntity<K>copyFrom)
Parameter
Name Description
copyFrom FullEntity<K>
Returns
Type Description
Builder<K>

fromPb(Entity entityPb)

publicstaticFullEntity<?>fromPb(EntityentityPb)
Parameter
Name Description
entityPb Entity
Returns
Type Description
FullEntity<?>

newBuilder()

publicstaticFullEntity.Builder<IncompleteKey>newBuilder()
Returns
Type Description
Builder<IncompleteKey>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.