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() |
Modifier and Type | Method and Description |
---|---|
static int |
Entity.calculateSerializedSize(BaseEntity<? extends IncompleteKey> entity)
Returns the size in bytes of the protobuf form of the provided entity.
|
Copyright © 2023 Google LLC. All rights reserved.