Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
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 © 2019 Google LLC. All rights reserved.