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."],[[["The webpage details various versions of the `Google.Cloud.Datastore.V1` library, starting from version 3.2.0 up to the latest version, 4.15.0, each providing access to the `EntityResult.Types.ResultType`."],["The `ResultType` enum defines what kind of data is contained within the 'entity' field, with options including `Full` (key and properties), `KeyOnly`, `Projection` (a subset of properties), and `Unspecified`."],["Each version link will take you to the associated documentation for that version of the `EntityResult.Types.ResultType` enum, allowing developers to find information specific to their needs and version usage."],["The content is found in the `Google.Cloud.Datastore.V1` namespace and is part of the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]