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.
The time at which the entity was created. This field is set for FULL entity results. If this entity is missing, this field will not be set.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
The time at which the entity was last changed. This field is set for FULL entity results. If this entity is missing, this field will not be set.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eThis data represents the JSON output when fetching an entity from Datastore.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eentity\u003c/code\u003e field contains the actual entity data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eversion\u003c/code\u003e provides a monotonically increasing number that tracks changes to the entity.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecreateTime\u003c/code\u003e and \u003ccode\u003eupdateTime\u003c/code\u003e detail the entity's creation and last modification timestamps respectively, following RFC 3339 format.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecursor\u003c/code\u003e is a base64-encoded string, utilized to point to the position immediately following the entity result, specifically within a \u003ccode\u003eQueryResultBatch\u003c/code\u003e message.\u003c/p\u003e\n"]]],[],null,["# EntityResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe result of fetching an entity from Datastore."]]