| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Entity
An entity is the Google Cloud Datastore persistent data object for a specific key.
|
class |
FullEntity<K extends IncompleteKey>
A full entity is a
BaseEntity that holds all the properties associated with a
Datastore entity (as opposed to ProjectionEntity). |
class |
ProjectionEntity
A projection entity is a result of a Google Cloud Datastore projection query.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BaseEntity<K> |
BaseEntity.Builder.build() |
Copyright © 2016 Google. All rights reserved.