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.
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.
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.
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.
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.
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.
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.
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.
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.
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-09-04 UTC."],[],[],null,["# Interface LookupResponseOrBuilder (2.31.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.31.2 (latest)](/java/docs/reference/google-cloud-datastore/latest/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.31.1](/java/docs/reference/google-cloud-datastore/2.31.1/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.30.0](/java/docs/reference/google-cloud-datastore/2.30.0/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.29.1](/java/docs/reference/google-cloud-datastore/2.29.1/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.28.2](/java/docs/reference/google-cloud-datastore/2.28.2/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.27.1](/java/docs/reference/google-cloud-datastore/2.27.1/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.26.4](/java/docs/reference/google-cloud-datastore/2.26.4/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.25.2](/java/docs/reference/google-cloud-datastore/2.25.2/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.24.3](/java/docs/reference/google-cloud-datastore/2.24.3/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.23.0](/java/docs/reference/google-cloud-datastore/2.23.0/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.22.0](/java/docs/reference/google-cloud-datastore/2.22.0/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.21.3](/java/docs/reference/google-cloud-datastore/2.21.3/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.20.2](/java/docs/reference/google-cloud-datastore/2.20.2/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.19.2](/java/docs/reference/google-cloud-datastore/2.19.2/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.18.5](/java/docs/reference/google-cloud-datastore/2.18.5/com.google.datastore.v1.LookupResponseOrBuilder)\n- [2.17.6](/java/docs/reference/google-cloud-datastore/2.17.6/com.google.datastore.v1.LookupResponseOrBuilder) \n\n public interface LookupResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDeferred(int index)\n\n public abstract Key getDeferred(int index)\n\nA list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.\n\n`repeated .google.datastore.v1.Key deferred = 3;`\n\n### getDeferredCount()\n\n public abstract int getDeferredCount()\n\nA list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.\n\n`repeated .google.datastore.v1.Key deferred = 3;`\n\n### getDeferredList()\n\n public abstract List\u003cKey\u003e getDeferredList()\n\nA list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.\n\n`repeated .google.datastore.v1.Key deferred = 3;`\n\n### getDeferredOrBuilder(int index)\n\n public abstract KeyOrBuilder getDeferredOrBuilder(int index)\n\nA list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.\n\n`repeated .google.datastore.v1.Key deferred = 3;`\n\n### getDeferredOrBuilderList()\n\n public abstract List\u003c? extends KeyOrBuilder\u003e getDeferredOrBuilderList()\n\nA list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.\n\n`repeated .google.datastore.v1.Key deferred = 3;`\n\n### getFound(int index)\n\n public abstract EntityResult getFound(int index)\n\nEntities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.\n\n`repeated .google.datastore.v1.EntityResult found = 1;`\n\n### getFoundCount()\n\n public abstract int getFoundCount()\n\nEntities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.\n\n`repeated .google.datastore.v1.EntityResult found = 1;`\n\n### getFoundList()\n\n public abstract List\u003cEntityResult\u003e getFoundList()\n\nEntities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.\n\n`repeated .google.datastore.v1.EntityResult found = 1;`\n\n### getFoundOrBuilder(int index)\n\n public abstract EntityResultOrBuilder getFoundOrBuilder(int index)\n\nEntities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.\n\n`repeated .google.datastore.v1.EntityResult found = 1;`\n\n### getFoundOrBuilderList()\n\n public abstract List\u003c? extends EntityResultOrBuilder\u003e getFoundOrBuilderList()\n\nEntities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.\n\n`repeated .google.datastore.v1.EntityResult found = 1;`\n\n### getMissing(int index)\n\n public abstract EntityResult getMissing(int index)\n\nEntities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.\n\n`repeated .google.datastore.v1.EntityResult missing = 2;`\n\n### getMissingCount()\n\n public abstract int getMissingCount()\n\nEntities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.\n\n`repeated .google.datastore.v1.EntityResult missing = 2;`\n\n### getMissingList()\n\n public abstract List\u003cEntityResult\u003e getMissingList()\n\nEntities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.\n\n`repeated .google.datastore.v1.EntityResult missing = 2;`\n\n### getMissingOrBuilder(int index)\n\n public abstract EntityResultOrBuilder getMissingOrBuilder(int index)\n\nEntities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.\n\n`repeated .google.datastore.v1.EntityResult missing = 2;`\n\n### getMissingOrBuilderList()\n\n public abstract List\u003c? extends EntityResultOrBuilder\u003e getMissingOrBuilderList()\n\nEntities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.\n\n`repeated .google.datastore.v1.EntityResult missing = 2;`\n\n### getReadTime()\n\n public abstract Timestamp getReadTime()\n\nThe time at which these entities were read or found missing.\n\n`.google.protobuf.Timestamp read_time = 7;`\n\n### getReadTimeOrBuilder()\n\n public abstract TimestampOrBuilder getReadTimeOrBuilder()\n\nThe time at which these entities were read or found missing.\n\n`.google.protobuf.Timestamp read_time = 7;`\n\n### getTransaction()\n\n public abstract ByteString getTransaction()\n\nThe identifier of the transaction that was started as part of this Lookup\nrequest.\n\nSet only when\nReadOptions.new_transaction\nwas set in\nLookupRequest.read_options.\n\n`bytes transaction = 5;`\n\n### hasReadTime()\n\n public abstract boolean hasReadTime()\n\nThe time at which these entities were read or found missing.\n\n`.google.protobuf.Timestamp read_time = 7;`"]]