Package com.google.datastore.v1
Interface LookupResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LookupResponse,LookupResponse.Builder
public interface LookupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeferred(int index) 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.getFound(int index) 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.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.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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFoundList
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; -
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; -
getFoundCount
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; -
getFoundOrBuilderList
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; -
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; -
getMissingList
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; -
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; -
getMissingCount
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; -
getMissingOrBuilderList
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; -
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; -
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; -
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; -
getDeferredCount
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; -
getDeferredOrBuilderList
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; -
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; -
getTransaction
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;- Returns:
- The transaction.
-
hasReadTime
boolean hasReadTime()The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;- Returns:
- Whether the readTime field is set.
-
getReadTime
com.google.protobuf.Timestamp getReadTime()The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;- Returns:
- The readTime.
-
getReadTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
-