public final class LookupResponse extends GeneratedMessageV3 implements LookupResponseOrBuilder
The response for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].Protobuf type
google.datastore.v1.LookupResponse| Modifier and Type | Class and Description |
|---|---|
static class |
LookupResponse.Builder
The response for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEFERRED_FIELD_NUMBER |
static int |
FOUND_FIELD_NUMBER |
static int |
MISSING_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static LookupResponse |
getDefaultInstance() |
LookupResponse |
getDefaultInstanceForType() |
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.
|
java.util.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.
|
java.util.List<? extends KeyOrBuilder> |
getDeferredOrBuilderList()
A list of keys that were not looked up due to resource constraints.
|
static Descriptors.Descriptor |
getDescriptor() |
EntityResult |
getFound(int index)
Entities found as `ResultType.FULL` entities.
|
int |
getFoundCount()
Entities found as `ResultType.FULL` entities.
|
java.util.List<EntityResult> |
getFoundList()
Entities found as `ResultType.FULL` entities.
|
EntityResultOrBuilder |
getFoundOrBuilder(int index)
Entities found as `ResultType.FULL` entities.
|
java.util.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.
|
java.util.List<EntityResult> |
getMissingList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
EntityResultOrBuilder |
getMissingOrBuilder(int index)
Entities not found as `ResultType.KEY_ONLY` entities.
|
java.util.List<? extends EntityResultOrBuilder> |
getMissingOrBuilderList()
Entities not found as `ResultType.KEY_ONLY` entities.
|
Parser<LookupResponse> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LookupResponse.Builder |
newBuilder() |
static LookupResponse.Builder |
newBuilder(LookupResponse prototype) |
LookupResponse.Builder |
newBuilderForType() |
protected LookupResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static LookupResponse |
parseDelimitedFrom(java.io.InputStream input) |
static LookupResponse |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(byte[] data) |
static LookupResponse |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(java.nio.ByteBuffer data) |
static LookupResponse |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(ByteString data) |
static LookupResponse |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(CodedInputStream input) |
static LookupResponse |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(java.io.InputStream input) |
static LookupResponse |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<LookupResponse> |
parser() |
LookupResponse.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FOUND_FIELD_NUMBER
public static final int MISSING_FIELD_NUMBER
public static final int DEFERRED_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public java.util.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 java.util.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 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 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 java.util.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 java.util.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 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 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 java.util.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 java.util.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 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 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 final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static LookupResponse parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LookupResponse.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static LookupResponse.Builder newBuilder()
public static LookupResponse.Builder newBuilder(LookupResponse prototype)
public LookupResponse.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected LookupResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static LookupResponse getDefaultInstance()
public static Parser<LookupResponse> parser()
public Parser<LookupResponse> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public LookupResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder