Specifies what data the 'entity' field contains.
A ResultType is either implied (for example, in LookupResponse.missing
from datastore.proto, it is always KEY_ONLY) or specified by context
(for example, in message QueryResultBatch, field entity_result_type
specifies a ResultType for all the values in field entity_results).
[[["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-03-21 UTC."],[[["This page details the `ResultType` enum within the `Google.Cloud.Datastore.V1` namespace, specifying the data content of the 'entity' field."],["The latest version of `Google.Cloud.Datastore.V1` documented is 4.15.0, with historical versions ranging back to 3.2.0 also being provided."],["The `ResultType` enum has four defined fields: `Full`, which includes both key and properties; `KeyOnly`, which contains just the key; `Projection`, which is a subset of properties and may not have a key; and `Unspecified`, which is never used."],["Each version of the API, from 3.2.0 up to the latest 4.15.0, is linked to its respective documentation page for the `ResultType`."]]],[]]