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 type
google.datastore.v1.LookupResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllDeferred(Iterable<? extends Key> values) A list of keys that were not looked up due to resource constraints.addAllFound(Iterable<? extends EntityResult> values) Entities found as `ResultType.FULL` entities.addAllMissing(Iterable<? extends EntityResult> values) Entities not found as `ResultType.KEY_ONLY` entities.addDeferred(int index, Key value) A list of keys that were not looked up due to resource constraints.addDeferred(int index, Key.Builder builderForValue) A list of keys that were not looked up due to resource constraints.addDeferred(Key value) A list of keys that were not looked up due to resource constraints.addDeferred(Key.Builder builderForValue) A list of keys that were not looked up due to resource constraints.A list of keys that were not looked up due to resource constraints.addDeferredBuilder(int index) A list of keys that were not looked up due to resource constraints.addFound(int index, EntityResult value) Entities found as `ResultType.FULL` entities.addFound(int index, EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.addFound(EntityResult value) Entities found as `ResultType.FULL` entities.addFound(EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.Entities found as `ResultType.FULL` entities.addFoundBuilder(int index) Entities found as `ResultType.FULL` entities.addMissing(int index, EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.addMissing(int index, EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.addMissing(EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.addMissing(EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.Entities not found as `ResultType.KEY_ONLY` entities.addMissingBuilder(int index) Entities not found as `ResultType.KEY_ONLY` entities.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()A list of keys that were not looked up due to resource constraints.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Entities found as `ResultType.FULL` entities.Entities not found as `ResultType.KEY_ONLY` entities.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) The time at which these entities were read or found missing.The identifier of the transaction that was started as part of this Lookup request.clone()getDeferred(int index) A list of keys that were not looked up due to resource constraints.getDeferredBuilder(int index) A list of keys that were not looked up due to resource constraints.A list of keys that were not looked up due to resource constraints.intA list of keys that were not looked up due to resource constraints.A list of keys that were not looked up due to resource constraints.getDeferredOrBuilder(int index) A list of keys that were not looked up due to resource constraints.List<? extends KeyOrBuilder>A list of keys that were not looked up due to resource constraints.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetFound(int index) Entities found as `ResultType.FULL` entities.getFoundBuilder(int index) Entities found as `ResultType.FULL` entities.Entities found as `ResultType.FULL` entities.intEntities found as `ResultType.FULL` entities.Entities found as `ResultType.FULL` entities.getFoundOrBuilder(int index) Entities found as `ResultType.FULL` entities.List<? extends EntityResultOrBuilder>Entities found as `ResultType.FULL` entities.getMissing(int index) Entities not found as `ResultType.KEY_ONLY` entities.getMissingBuilder(int index) Entities not found as `ResultType.KEY_ONLY` entities.Entities not found as `ResultType.KEY_ONLY` entities.intEntities not found as `ResultType.KEY_ONLY` entities.Entities not found as `ResultType.KEY_ONLY` entities.getMissingOrBuilder(int index) Entities not found as `ResultType.KEY_ONLY` entities.List<? extends EntityResultOrBuilder>Entities not found as `ResultType.KEY_ONLY` entities.com.google.protobuf.TimestampThe time at which these entities were read or found missing.com.google.protobuf.Timestamp.BuilderThe time at which these entities were read or found missing.com.google.protobuf.TimestampOrBuilderThe time at which these entities were read or found missing.com.google.protobuf.ByteStringThe identifier of the transaction that was started as part of this Lookup request.booleanThe time at which these entities were read or found missing.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(LookupResponse other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeReadTime(com.google.protobuf.Timestamp value) The time at which these entities were read or found missing.final LookupResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeDeferred(int index) A list of keys that were not looked up due to resource constraints.removeFound(int index) Entities found as `ResultType.FULL` entities.removeMissing(int index) Entities not found as `ResultType.KEY_ONLY` entities.setDeferred(int index, Key value) A list of keys that were not looked up due to resource constraints.setDeferred(int index, Key.Builder builderForValue) A list of keys that were not looked up due to resource constraints.setFound(int index, EntityResult value) Entities found as `ResultType.FULL` entities.setFound(int index, EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.setMissing(int index, EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.setMissing(int index, EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.setReadTime(com.google.protobuf.Timestamp value) The time at which these entities were read or found missing.setReadTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which these entities were read or found missing.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setTransaction(com.google.protobuf.ByteString value) The identifier of the transaction that was started as part of this Lookup request.final 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, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
- 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
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
-
clearOneof
- 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
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>
-
mergeFrom
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7; -
setReadTime
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7; -
mergeReadTime
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7; -
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>
-