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-01-21 UTC."],[[["This data represents the JSON output when fetching an entity from Datastore."],["The `entity` field contains the actual entity data."],["`version` provides a monotonically increasing number that tracks changes to the entity."],["`createTime` and `updateTime` detail the entity's creation and last modification timestamps respectively, following RFC 3339 format."],["`cursor` is a base64-encoded string, utilized to point to the position immediately following the entity result, specifically within a `QueryResultBatch` message."]]],[]]