A list of keys that were not looked up due to resource constraints. The
order of results in this field is undefined and has no relation to the
order of the keys in the input.
public RepeatedField<EntityResult> Missing { get; }
Entities not found as ResultType.KEY_ONLY entities. The order of results
in this field is undefined and has no relation to the order of the keys
in the input.
[[["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 `LookupResponse` class in the `Google.Cloud.Datastore.V1` namespace represents the response for a Datastore lookup operation, providing information about entities that were found, missing, or deferred due to resource constraints."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers framework and its support for object comparison and deep cloning."],["The `LookupResponse` class includes properties like `Found`, `Missing`, and `Deferred` which are `RepeatedField` collections that hold `EntityResult` or `Key` objects, respectively, detailing the outcome of the lookup operation."],["The `ReadTime` property of the `LookupResponse` class, which is of type `Timestamp`, indicates the specific point in time when the entities were read or determined to be missing."],["The document details the class across multiple versions of the `Google.Cloud.Datastore.V1` library, ranging from version 3.2.0 up to 4.15.0, providing a historical view of the class."]]],[]]