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 content describes the JSON representation of an entity fetched from Datastore, including its structure and fields."],["The `entity` field contains the actual data of the entity, formatted as an object."],["The `version` field provides a monotonically increasing number that tracks changes to the entity and is particularly relevant for `FULL` entity results."],["`createTime` and `updateTime` fields use RFC 3339 for their time stamp, indicating when the entity was created and last modified, respectively, and they are set for `FULL` entity results."],["The `cursor` field, when present in a `QueryResultBatch`, is a base64-encoded string that points to the position following the result entity."]]],[]]