public interface LookupResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Key |
getDeferred(int index)
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.
|
EntityResult |
getFound(int index)
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.
|
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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
boolean hasReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
com.google.protobuf.Timestamp getReadTime()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
The time at which these entities were read or found missing.
.google.protobuf.Timestamp read_time = 7;
Copyright © 2023 Google LLC. All rights reserved.