public static final class LookupResponse.Builder extends GeneratedMessageV3.Builder<LookupResponse.Builder> implements LookupResponseOrBuilder
The response for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].Protobuf type
google.datastore.v1.LookupResponse| Modifier and Type | Method and Description |
|---|---|
LookupResponse.Builder |
addAllDeferred(java.lang.Iterable<? extends Key> values)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addAllFound(java.lang.Iterable<? extends EntityResult> values)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addAllMissing(java.lang.Iterable<? extends EntityResult> values)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
addDeferred(int index,
Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addDeferred(int index,
Key value)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addDeferred(Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addDeferred(Key value)
A list of keys that were not looked up due to resource constraints.
|
Key.Builder |
addDeferredBuilder()
A list of keys that were not looked up due to resource constraints.
|
Key.Builder |
addDeferredBuilder(int index)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addFound(EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addFound(EntityResult value)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addFound(int index,
EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addFound(int index,
EntityResult value)
Entities found as `ResultType.FULL` entities.
|
EntityResult.Builder |
addFoundBuilder()
Entities found as `ResultType.FULL` entities.
|
EntityResult.Builder |
addFoundBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addMissing(EntityResult.Builder builderForValue)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
addMissing(EntityResult value)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
addMissing(int index,
EntityResult.Builder builderForValue)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
addMissing(int index,
EntityResult value)
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResult.Builder |
addMissingBuilder()
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResult.Builder |
addMissingBuilder(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
LookupResponse |
build() |
LookupResponse |
buildPartial() |
LookupResponse.Builder |
clear() |
LookupResponse.Builder |
clearDeferred()
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
clearField(Descriptors.FieldDescriptor field) |
LookupResponse.Builder |
clearFound()
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
clearMissing()
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
LookupResponse.Builder |
clone() |
LookupResponse |
getDefaultInstanceForType() |
Key |
getDeferred(int index)
A list of keys that were not looked up due to resource constraints.
|
Key.Builder |
getDeferredBuilder(int index)
A list of keys that were not looked up due to resource constraints.
|
java.util.List<Key.Builder> |
getDeferredBuilderList()
A list of keys that were not looked up due to resource constraints.
|
int |
getDeferredCount()
A list of keys that were not looked up due to resource constraints.
|
java.util.List<Key> |
getDeferredList()
A list of keys that were not looked up due to resource constraints.
|
KeyOrBuilder |
getDeferredOrBuilder(int index)
A list of keys that were not looked up due to resource constraints.
|
java.util.List<? extends KeyOrBuilder> |
getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.
|
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
EntityResult |
getFound(int index)
Entities found as `ResultType.FULL` entities.
|
EntityResult.Builder |
getFoundBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
java.util.List<EntityResult.Builder> |
getFoundBuilderList()
Entities found as `ResultType.FULL` entities.
|
int |
getFoundCount()
Entities found as `ResultType.FULL` entities.
|
java.util.List<EntityResult> |
getFoundList()
Entities found as `ResultType.FULL` entities.
|
EntityResultOrBuilder |
getFoundOrBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
java.util.List<? extends EntityResultOrBuilder> |
getFoundOrBuilderList()
Entities found as `ResultType.FULL` entities.
|
EntityResult |
getMissing(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResult.Builder |
getMissingBuilder(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
java.util.List<EntityResult.Builder> |
getMissingBuilderList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
int |
getMissingCount()
Entities not found as `ResultType.KEY_ONLY` entities.
|
java.util.List<EntityResult> |
getMissingList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResultOrBuilder |
getMissingOrBuilder(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
java.util.List<? extends EntityResultOrBuilder> |
getMissingOrBuilderList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LookupResponse.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
LookupResponse.Builder |
mergeFrom(LookupResponse other) |
LookupResponse.Builder |
mergeFrom(Message other) |
LookupResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
LookupResponse.Builder |
removeDeferred(int index)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
removeFound(int index)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
removeMissing(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
setDeferred(int index,
Key.Builder builderForValue)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
setDeferred(int index,
Key value)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
LookupResponse.Builder |
setFound(int index,
EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
setFound(int index,
EntityResult value)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
setMissing(int index,
EntityResult.Builder builderForValue)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
setMissing(int index,
EntityResult value)
Entities not found as `ResultType.KEY_ONLY` entities.
|
LookupResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
LookupResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<LookupResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic LookupResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic LookupResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic LookupResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(LookupResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<LookupResponse.Builder>java.io.IOExceptionpublic java.util.List<EntityResult> getFoundList()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;getFoundList in interface LookupResponseOrBuilderpublic int getFoundCount()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;getFoundCount in interface LookupResponseOrBuilderpublic EntityResult getFound(int index)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;getFound in interface LookupResponseOrBuilderpublic LookupResponse.Builder setFound(int index, EntityResult value)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder setFound(int index, EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder addFound(EntityResult value)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder addFound(int index, EntityResult value)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder addFound(EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder addFound(int index, EntityResult.Builder builderForValue)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder addAllFound(java.lang.Iterable<? extends EntityResult> values)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder clearFound()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public LookupResponse.Builder removeFound(int index)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public EntityResult.Builder getFoundBuilder(int index)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public EntityResultOrBuilder getFoundOrBuilder(int index)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;getFoundOrBuilder in interface LookupResponseOrBuilderpublic java.util.List<? extends EntityResultOrBuilder> getFoundOrBuilderList()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;getFoundOrBuilderList in interface LookupResponseOrBuilderpublic EntityResult.Builder addFoundBuilder()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public EntityResult.Builder addFoundBuilder(int index)
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public java.util.List<EntityResult.Builder> getFoundBuilderList()
Entities found as `ResultType.FULL` entities. The order of results in this field is undefined and has no relation to the order of the keys in the input.
repeated .google.datastore.v1.EntityResult found = 1;public java.util.List<EntityResult> getMissingList()
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.
repeated .google.datastore.v1.EntityResult missing = 2;getMissingList in interface LookupResponseOrBuilderpublic int getMissingCount()
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.
repeated .google.datastore.v1.EntityResult missing = 2;getMissingCount in interface LookupResponseOrBuilderpublic EntityResult getMissing(int index)
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.
repeated .google.datastore.v1.EntityResult missing = 2;getMissing in interface LookupResponseOrBuilderpublic LookupResponse.Builder setMissing(int index, EntityResult value)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder setMissing(int index, EntityResult.Builder builderForValue)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder addMissing(EntityResult value)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder addMissing(int index, EntityResult value)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder addMissing(EntityResult.Builder builderForValue)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder addMissing(int index, EntityResult.Builder builderForValue)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder addAllMissing(java.lang.Iterable<? extends EntityResult> values)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder clearMissing()
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.
repeated .google.datastore.v1.EntityResult missing = 2;public LookupResponse.Builder removeMissing(int index)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public EntityResult.Builder getMissingBuilder(int index)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public EntityResultOrBuilder getMissingOrBuilder(int index)
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.
repeated .google.datastore.v1.EntityResult missing = 2;getMissingOrBuilder in interface LookupResponseOrBuilderpublic java.util.List<? extends EntityResultOrBuilder> getMissingOrBuilderList()
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.
repeated .google.datastore.v1.EntityResult missing = 2;getMissingOrBuilderList in interface LookupResponseOrBuilderpublic EntityResult.Builder addMissingBuilder()
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.
repeated .google.datastore.v1.EntityResult missing = 2;public EntityResult.Builder addMissingBuilder(int index)
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.
repeated .google.datastore.v1.EntityResult missing = 2;public java.util.List<EntityResult.Builder> getMissingBuilderList()
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.
repeated .google.datastore.v1.EntityResult missing = 2;public java.util.List<Key> getDeferredList()
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.
repeated .google.datastore.v1.Key deferred = 3;getDeferredList in interface LookupResponseOrBuilderpublic int getDeferredCount()
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.
repeated .google.datastore.v1.Key deferred = 3;getDeferredCount in interface LookupResponseOrBuilderpublic Key getDeferred(int index)
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.
repeated .google.datastore.v1.Key deferred = 3;getDeferred in interface LookupResponseOrBuilderpublic LookupResponse.Builder setDeferred(int index, Key value)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder setDeferred(int index, Key.Builder builderForValue)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder addDeferred(Key value)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder addDeferred(int index, Key value)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder addDeferred(Key.Builder builderForValue)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder addDeferred(int index, Key.Builder builderForValue)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder addAllDeferred(java.lang.Iterable<? extends Key> values)
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder clearDeferred()
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.
repeated .google.datastore.v1.Key deferred = 3;public LookupResponse.Builder removeDeferred(int index)
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.
repeated .google.datastore.v1.Key deferred = 3;public Key.Builder getDeferredBuilder(int index)
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.
repeated .google.datastore.v1.Key deferred = 3;public KeyOrBuilder getDeferredOrBuilder(int index)
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.
repeated .google.datastore.v1.Key deferred = 3;getDeferredOrBuilder in interface LookupResponseOrBuilderpublic java.util.List<? extends KeyOrBuilder> getDeferredOrBuilderList()
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.
repeated .google.datastore.v1.Key deferred = 3;getDeferredOrBuilderList in interface LookupResponseOrBuilderpublic Key.Builder addDeferredBuilder()
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.
repeated .google.datastore.v1.Key deferred = 3;public Key.Builder addDeferredBuilder(int index)
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.
repeated .google.datastore.v1.Key deferred = 3;public java.util.List<Key.Builder> getDeferredBuilderList()
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.
repeated .google.datastore.v1.Key deferred = 3;public final LookupResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<LookupResponse.Builder>public final LookupResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<LookupResponse.Builder>