Package com.google.cloud.datastore
Class ProjectionEntity
- All Implemented Interfaces:
Serializable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the property value as a blob.com.google.cloud.TimestampgetTimestamp(String name) Returns the property value as a Timestamp.static ProjectionEntity.BuildernewBuilder(ProjectionEntity copyFrom)
-
Method Details
-
getTimestamp
Description copied from class:BaseEntityReturns the property value as a Timestamp.- Overrides:
getTimestampin classBaseEntity<Key>
-
getBlob
Description copied from class:BaseEntityReturns the property value as a blob.- Overrides:
getBlobin classBaseEntity<Key>
-
newBuilder
-