public final class LookupResponse extends com.google.protobuf.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].
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEFERRED_FIELD_NUMBER |
static int |
FOUND_FIELD_NUMBER |
static int |
MISSING_FIELD_NUMBER |
| 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 com.google.protobuf.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.
|
com.google.protobuf.Parser<LookupResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LookupResponse.Builder |
newBuilder() |
static LookupResponse.Builder |
newBuilder(LookupResponse prototype) |
LookupResponse.Builder |
newBuilderForType() |
protected LookupResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static LookupResponse |
parseDelimitedFrom(java.io.InputStream input) |
static LookupResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(byte[] data) |
static LookupResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(java.nio.ByteBuffer data) |
static LookupResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(com.google.protobuf.ByteString data) |
static LookupResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LookupResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LookupResponse |
parseFrom(java.io.InputStream input) |
static LookupResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LookupResponse> |
parser() |
LookupResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, waitpublic static final int FOUND_FIELD_NUMBER
public static final int MISSING_FIELD_NUMBER
public static final int DEFERRED_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.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 com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LookupResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LookupResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(java.io.InputStream input, com.google.protobuf.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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LookupResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LookupResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LookupResponse.Builder newBuilder()
public static LookupResponse.Builder newBuilder(LookupResponse prototype)
public LookupResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LookupResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LookupResponse getDefaultInstance()
public static com.google.protobuf.Parser<LookupResponse> parser()
public com.google.protobuf.Parser<LookupResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LookupResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder