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.Timestamp
getTimestamp
(String name) Returns the property value as a Timestamp.static ProjectionEntity.Builder
newBuilder
(ProjectionEntity copyFrom)
-
Method Details
-
getTimestamp
Description copied from class:BaseEntity
Returns the property value as a Timestamp.- Overrides:
getTimestamp
in classBaseEntity<Key>
-
getBlob
Description copied from class:BaseEntity
Returns the property value as a blob.- Overrides:
getBlob
in classBaseEntity<Key>
-
newBuilder
-