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 version 3.3.0, which is part of the Google Cloud Datastore .NET library."],["`LookupResponse` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it serves as the response for Datastore's `Lookup` operation."],["The class includes three key properties: `Deferred`, `Found`, and `Missing`, which are all `RepeatedField` types, representing keys not looked up, entities found, and entities not found, respectively."],["The webpage includes links to various versions of the `LookupResponse` class ranging from 3.2.0 all the way up to the latest 4.15.0."],["The class also contains 2 constructors, a default one and another that takes a `LookupResponse` parameter, that can be used to create objects of this class."]]],[]]