Package com.google.cloud.datastore
Class ProjectionEntity
- java.lang.Object
-
- com.google.cloud.datastore.BaseEntity<Key>
-
- com.google.cloud.datastore.ProjectionEntity
-
- All Implemented Interfaces:
Serializable
public final class ProjectionEntity extends BaseEntity<Key>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectionEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Blob
getBlob(String name)
Returns the property value as a blob.com.google.cloud.Timestamp
getTimestamp(String name)
Returns the property value as a Timestamp.static ProjectionEntity.Builder
newBuilder(ProjectionEntity copyFrom)
-
-
-
Method Detail
-
getTimestamp
public com.google.cloud.Timestamp getTimestamp(String name)
Description copied from class:BaseEntity
Returns the property value as a Timestamp.- Overrides:
getTimestamp
in classBaseEntity<Key>
-
getBlob
public Blob getBlob(String name)
Description copied from class:BaseEntity
Returns the property value as a blob.- Overrides:
getBlob
in classBaseEntity<Key>
-
newBuilder
public static ProjectionEntity.Builder newBuilder(ProjectionEntity copyFrom)
-
-