Package com.google.datastore.v1
Class LookupResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
- com.google.datastore.v1.LookupResponse.Builder
-
- All Implemented Interfaces:
LookupResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- LookupResponse
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 typegoogle.datastore.v1.LookupResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupResponse.BuilderaddAllDeferred(Iterable<? extends Key> values)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderaddAllFound(Iterable<? extends EntityResult> values)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderaddAllMissing(Iterable<? extends EntityResult> values)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderaddDeferred(int index, Key value)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderaddDeferred(int index, Key.Builder builderForValue)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderaddDeferred(Key value)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderaddDeferred(Key.Builder builderForValue)A list of keys that were not looked up due to resource constraints.Key.BuilderaddDeferredBuilder()A list of keys that were not looked up due to resource constraints.Key.BuilderaddDeferredBuilder(int index)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderaddFound(int index, EntityResult value)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderaddFound(int index, EntityResult.Builder builderForValue)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderaddFound(EntityResult value)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderaddFound(EntityResult.Builder builderForValue)Entities found as `ResultType.FULL` entities.EntityResult.BuilderaddFoundBuilder()Entities found as `ResultType.FULL` entities.EntityResult.BuilderaddFoundBuilder(int index)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderaddMissing(int index, EntityResult value)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderaddMissing(int index, EntityResult.Builder builderForValue)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderaddMissing(EntityResult value)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderaddMissing(EntityResult.Builder builderForValue)Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.BuilderaddMissingBuilder()Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.BuilderaddMissingBuilder(int index)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)LookupResponsebuild()LookupResponsebuildPartial()LookupResponse.Builderclear()LookupResponse.BuilderclearDeferred()A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)LookupResponse.BuilderclearFound()Entities found as `ResultType.FULL` entities.LookupResponse.BuilderclearMissing()Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)LookupResponse.BuilderclearReadTime()The time at which these entities were read or found missing.LookupResponse.BuilderclearTransaction()The identifier of the transaction that was started as part of this Lookup request.LookupResponse.Builderclone()LookupResponsegetDefaultInstanceForType()KeygetDeferred(int index)A list of keys that were not looked up due to resource constraints.Key.BuildergetDeferredBuilder(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.intgetDeferredCount()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.KeyOrBuildergetDeferredOrBuilder(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.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()EntityResultgetFound(int index)Entities found as `ResultType.FULL` entities.EntityResult.BuildergetFoundBuilder(int index)Entities found as `ResultType.FULL` entities.List<EntityResult.Builder>getFoundBuilderList()Entities found as `ResultType.FULL` entities.intgetFoundCount()Entities found as `ResultType.FULL` entities.List<EntityResult>getFoundList()Entities found as `ResultType.FULL` entities.EntityResultOrBuildergetFoundOrBuilder(int index)Entities found as `ResultType.FULL` entities.List<? extends EntityResultOrBuilder>getFoundOrBuilderList()Entities found as `ResultType.FULL` entities.EntityResultgetMissing(int index)Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.BuildergetMissingBuilder(int index)Entities not found as `ResultType.KEY_ONLY` entities.List<EntityResult.Builder>getMissingBuilderList()Entities not found as `ResultType.KEY_ONLY` entities.intgetMissingCount()Entities not found as `ResultType.KEY_ONLY` entities.List<EntityResult>getMissingList()Entities not found as `ResultType.KEY_ONLY` entities.EntityResultOrBuildergetMissingOrBuilder(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.TimestampgetReadTime()The time at which these entities were read or found missing.com.google.protobuf.Timestamp.BuildergetReadTimeBuilder()The time at which these entities were read or found missing.com.google.protobuf.TimestampOrBuildergetReadTimeOrBuilder()The time at which these entities were read or found missing.com.google.protobuf.ByteStringgetTransaction()The identifier of the transaction that was started as part of this Lookup request.booleanhasReadTime()The time at which these entities were read or found missing.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()LookupResponse.BuildermergeFrom(LookupResponse other)LookupResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)LookupResponse.BuildermergeFrom(com.google.protobuf.Message other)LookupResponse.BuildermergeReadTime(com.google.protobuf.Timestamp value)The time at which these entities were read or found missing.LookupResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)LookupResponse.BuilderremoveDeferred(int index)A list of keys that were not looked up due to resource constraints.LookupResponse.BuilderremoveFound(int index)Entities found as `ResultType.FULL` entities.LookupResponse.BuilderremoveMissing(int index)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuildersetDeferred(int index, Key value)A list of keys that were not looked up due to resource constraints.LookupResponse.BuildersetDeferred(int index, Key.Builder builderForValue)A list of keys that were not looked up due to resource constraints.LookupResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)LookupResponse.BuildersetFound(int index, EntityResult value)Entities found as `ResultType.FULL` entities.LookupResponse.BuildersetFound(int index, EntityResult.Builder builderForValue)Entities found as `ResultType.FULL` entities.LookupResponse.BuildersetMissing(int index, EntityResult value)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuildersetMissing(int index, EntityResult.Builder builderForValue)Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.BuildersetReadTime(com.google.protobuf.Timestamp value)The time at which these entities were read or found missing.LookupResponse.BuildersetReadTime(com.google.protobuf.Timestamp.Builder builderForValue)The time at which these entities were read or found missing.LookupResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)LookupResponse.BuildersetTransaction(com.google.protobuf.ByteString value)The identifier of the transaction that was started as part of this Lookup request.LookupResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
clear
public LookupResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
getDefaultInstanceForType
public LookupResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public LookupResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public LookupResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public LookupResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
setField
public LookupResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
clearField
public LookupResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
clearOneof
public LookupResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
setRepeatedField
public LookupResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
addRepeatedField
public LookupResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
mergeFrom
public LookupResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>
-
mergeFrom
public LookupResponse.Builder mergeFrom(LookupResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
mergeFrom
public LookupResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>- Throws:
IOException
-
getFoundList
public 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;- Specified by:
getFoundListin interfaceLookupResponseOrBuilder
-
getFoundCount
public 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;- Specified by:
getFoundCountin interfaceLookupResponseOrBuilder
-
getFound
public 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;- Specified by:
getFoundin interfaceLookupResponseOrBuilder
-
setFound
public 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;
-
setFound
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;
-
addFound
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;
-
addFound
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;
-
addFound
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;
-
addFound
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;
-
addAllFound
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;
-
clearFound
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;
-
removeFound
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;
-
getFoundBuilder
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;
-
getFoundOrBuilder
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;- Specified by:
getFoundOrBuilderin interfaceLookupResponseOrBuilder
-
getFoundOrBuilderList
public 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;- Specified by:
getFoundOrBuilderListin interfaceLookupResponseOrBuilder
-
addFoundBuilder
public 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;
-
addFoundBuilder
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;
-
getFoundBuilderList
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;
-
getMissingList
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;- Specified by:
getMissingListin interfaceLookupResponseOrBuilder
-
getMissingCount
public 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;- Specified by:
getMissingCountin interfaceLookupResponseOrBuilder
-
getMissing
public 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;- Specified by:
getMissingin interfaceLookupResponseOrBuilder
-
setMissing
public 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;
-
setMissing
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;
-
addMissing
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;
-
addMissing
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;
-
addMissing
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;
-
addMissing
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;
-
addAllMissing
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;
-
clearMissing
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;
-
removeMissing
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;
-
getMissingBuilder
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;
-
getMissingOrBuilder
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;- Specified by:
getMissingOrBuilderin interfaceLookupResponseOrBuilder
-
getMissingOrBuilderList
public 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;- Specified by:
getMissingOrBuilderListin interfaceLookupResponseOrBuilder
-
addMissingBuilder
public 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;
-
addMissingBuilder
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;
-
getMissingBuilderList
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;
-
getDeferredList
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;- Specified by:
getDeferredListin interfaceLookupResponseOrBuilder
-
getDeferredCount
public 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;- Specified by:
getDeferredCountin interfaceLookupResponseOrBuilder
-
getDeferred
public 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;- Specified by:
getDeferredin interfaceLookupResponseOrBuilder
-
setDeferred
public 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;
-
setDeferred
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;
-
addDeferred
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;
-
addDeferred
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;
-
addDeferred
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;
-
addDeferred
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;
-
addAllDeferred
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;
-
clearDeferred
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;
-
removeDeferred
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;
-
getDeferredBuilder
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;
-
getDeferredOrBuilder
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;- Specified by:
getDeferredOrBuilderin interfaceLookupResponseOrBuilder
-
getDeferredOrBuilderList
public 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;- Specified by:
getDeferredOrBuilderListin interfaceLookupResponseOrBuilder
-
addDeferredBuilder
public 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;
-
addDeferredBuilder
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;
-
getDeferredBuilderList
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;
-
getTransaction
public com.google.protobuf.ByteString getTransaction()
The identifier of the transaction that was started as part of this Lookup request. Set only when [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;- Specified by:
getTransactionin interfaceLookupResponseOrBuilder- Returns:
- The transaction.
-
setTransaction
public 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.new_transaction][google.datastore.v1.ReadOptions.new_transaction] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;- Parameters:
value- The transaction to set.- Returns:
- This builder for chaining.
-
clearTransaction
public LookupResponse.Builder clearTransaction()
The identifier of the transaction that was started as part of this Lookup request. Set only when [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction] was set in [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
bytes transaction = 5;- Returns:
- This builder for chaining.
-
hasReadTime
public boolean hasReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;- Specified by:
hasReadTimein interfaceLookupResponseOrBuilder- Returns:
- Whether the readTime field is set.
-
getReadTime
public com.google.protobuf.Timestamp getReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;- Specified by:
getReadTimein interfaceLookupResponseOrBuilder- Returns:
- The readTime.
-
setReadTime
public 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;
-
setReadTime
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;
-
mergeReadTime
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;
-
clearReadTime
public LookupResponse.Builder clearReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
-
getReadTimeBuilder
public com.google.protobuf.Timestamp.Builder getReadTimeBuilder()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
-
getReadTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;- Specified by:
getReadTimeOrBuilderin interfaceLookupResponseOrBuilder
-
setUnknownFields
public final LookupResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
mergeUnknownFields
public final LookupResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
-