public static final class LookupResponse.Builder extends com.google.protobuf.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(Iterable<? extends Key> values)
A list of keys that were not looked up due to resource constraints.
|
LookupResponse.Builder |
addAllFound(Iterable<? extends EntityResult> values)
Entities found as `ResultType.FULL` entities.
|
LookupResponse.Builder |
addAllMissing(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(com.google.protobuf.Descriptors.FieldDescriptor field,
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(com.google.protobuf.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(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LookupResponse.Builder |
clearReadTime()
The time at which these entities were read or found missing.
|
LookupResponse.Builder |
clearTransaction()
The identifier of the transaction that was started as part of this Lookup
request.
|
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.
|
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.
|
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.
|
List<? extends KeyOrBuilder> |
getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EntityResult |
getFound(int index)
Entities found as `ResultType.FULL` entities.
|
EntityResult.Builder |
getFoundBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
List<EntityResult.Builder> |
getFoundBuilderList()
Entities found as `ResultType.FULL` entities.
|
int |
getFoundCount()
Entities found as `ResultType.FULL` entities.
|
List<EntityResult> |
getFoundList()
Entities found as `ResultType.FULL` entities.
|
EntityResultOrBuilder |
getFoundOrBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
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.
|
List<EntityResult.Builder> |
getMissingBuilderList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
int |
getMissingCount()
Entities not found as `ResultType.KEY_ONLY` entities.
|
List<EntityResult> |
getMissingList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResultOrBuilder |
getMissingOrBuilder(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
List<? extends EntityResultOrBuilder> |
getMissingOrBuilderList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
com.google.protobuf.Timestamp |
getReadTime()
The time at which these entities were read or found missing.
|
com.google.protobuf.Timestamp.Builder |
getReadTimeBuilder()
The time at which these entities were read or found missing.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
The time at which these entities were read or found missing.
|
com.google.protobuf.ByteString |
getTransaction()
The identifier of the transaction that was started as part of this Lookup
request.
|
boolean |
hasReadTime()
The time at which these entities were read or found missing.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LookupResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LookupResponse.Builder |
mergeFrom(LookupResponse other) |
LookupResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
LookupResponse.Builder |
mergeReadTime(com.google.protobuf.Timestamp value)
The time at which these entities were read or found missing.
|
LookupResponse.Builder |
mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field,
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 |
setReadTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which these entities were read or found missing.
|
LookupResponse.Builder |
setReadTime(com.google.protobuf.Timestamp value)
The time at which these entities were read or found missing.
|
LookupResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LookupResponse.Builder |
setTransaction(com.google.protobuf.ByteString value)
The identifier of the transaction that was started as part of this Lookup
request.
|
LookupResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LookupResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LookupResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LookupResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(LookupResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public LookupResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>IOExceptionpublic 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(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 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 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 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(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 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 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 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(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 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 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 com.google.protobuf.ByteString getTransaction()
The identifier of the transaction that was started as part of this Lookup request. Set only when [ReadOptions.begin_transaction][] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;getTransaction in interface LookupResponseOrBuilderpublic LookupResponse.Builder setTransaction(com.google.protobuf.ByteString value)
The identifier of the transaction that was started as part of this Lookup request. Set only when [ReadOptions.begin_transaction][] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;value - The transaction to set.public LookupResponse.Builder clearTransaction()
The identifier of the transaction that was started as part of this Lookup request. Set only when [ReadOptions.begin_transaction][] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;public boolean hasReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;hasReadTime in interface LookupResponseOrBuilderpublic com.google.protobuf.Timestamp getReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;getReadTime in interface LookupResponseOrBuilderpublic LookupResponse.Builder setReadTime(com.google.protobuf.Timestamp value)
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;public LookupResponse.Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;public LookupResponse.Builder mergeReadTime(com.google.protobuf.Timestamp value)
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;public LookupResponse.Builder clearReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;public com.google.protobuf.Timestamp.Builder getReadTimeBuilder()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;getReadTimeOrBuilder in interface LookupResponseOrBuilderpublic final LookupResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>public final LookupResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.