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."],[[["This webpage details the `LookupResponse` class within the `Google.Cloud.Datastore.V1` namespace, specifically for version 3.2.0, with links to older and newer versions."],["`LookupResponse` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, serving as a response for `Datastore.Lookup` operations."],["The `LookupResponse` class has three main properties: `Deferred`, which contains keys not looked up, `Found`, containing entities found as full results, and `Missing`, containing entities not found as key-only results."],["The webpage also lists several versions of the LookupResponse class, ranging from 3.2.0 to the latest version, 4.15.0, with each entry linking to the corresponding version's documentation."],["`LookupResponse` class can be constructed with no parameters, or by passing another `LookupResponse` object to it."]]],[]]