Send feedback
EntityResult
Stay organized with collections
Save and categorize content based on your preferences.
The result of fetching an entity from Datastore.
JSON representation
{
"entity" : {
object (Entity
)
} ,
"version" : string ,
"cursor" : string
}
Fields
entity
object (Entity
)
The resulting entity.
version
string (int64 format)
The version of the entity, a strictly positive number that monotonically increases with changes to the entity.
This field is set for FULL
entity results.
For missing
entities in LookupResponse
, this is the version of the snapshot that was used to look up the entity, and it is always set except for eventually consistent reads.
cursor
string (bytes format)
A cursor that points to the position after the result entity. Set only when the EntityResult
is part of a QueryResultBatch
message.
A base64-encoded string.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-14 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?