A unique identifier for a Datastore entity. If a key’s partition ID or
any of its path kinds or names are reserved/read-only, the key is
reserved/read-only. A reserved/read-only key is forbidden in certain
documented contexts.
.. attribute:: partition_id
Entities are partitioned into subsets, currently identified by
a project ID and namespace ID. Queries are scoped to a single
partition.
Classes
PathElement
A (kind, ID/name) pair used to construct a key path. If either name
or ID is set, the element is complete. If neither is set, the element
is incomplete.
.. attribute:: kind
The kind of the entity. A kind matching regex __.*__ is
reserved/read-only. A kind must not contain more than 1500
bytes when UTF-8 encoded. Cannot be "".
The auto-allocated ID of the entity. Never equal to zero.
Values less than zero are discouraged and may not be supported
in the future.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]