Uses of Class
com.google.datastore.v1.EntityResult
-
Uses of EntityResult in com.google.datastore.v1
Methods in com.google.datastore.v1 that return EntityResultModifier and TypeMethodDescriptionEntityResult.Builder.build()EntityResult.Builder.buildPartial()static EntityResultEntityResult.getDefaultInstance()EntityResult.Builder.getDefaultInstanceForType()EntityResult.getDefaultInstanceForType()QueryResultBatch.Builder.getEntityResults(int index) The results for this batch.QueryResultBatch.getEntityResults(int index) The results for this batch.QueryResultBatchOrBuilder.getEntityResults(int index) The results for this batch.LookupResponse.Builder.getFound(int index) Entities found as `ResultType.FULL` entities.LookupResponse.getFound(int index) Entities found as `ResultType.FULL` entities.LookupResponseOrBuilder.getFound(int index) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.getMissing(int index) Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.getMissing(int index) Entities not found as `ResultType.KEY_ONLY` entities.LookupResponseOrBuilder.getMissing(int index) Entities not found as `ResultType.KEY_ONLY` entities.static EntityResultEntityResult.parseDelimitedFrom(InputStream input) static EntityResultEntityResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityResultEntityResult.parseFrom(byte[] data) static EntityResultEntityResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityResultEntityResult.parseFrom(com.google.protobuf.ByteString data) static EntityResultEntityResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityResultEntityResult.parseFrom(com.google.protobuf.CodedInputStream input) static EntityResultEntityResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityResultEntityResult.parseFrom(InputStream input) static EntityResultEntityResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityResultEntityResult.parseFrom(ByteBuffer data) static EntityResultEntityResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type EntityResultModifier and TypeMethodDescriptionQueryResultBatch.Builder.getEntityResultsList()The results for this batch.QueryResultBatch.getEntityResultsList()The results for this batch.QueryResultBatchOrBuilder.getEntityResultsList()The results for this batch.LookupResponse.Builder.getFoundList()Entities found as `ResultType.FULL` entities.LookupResponse.getFoundList()Entities found as `ResultType.FULL` entities.LookupResponseOrBuilder.getFoundList()Entities found as `ResultType.FULL` entities.LookupResponse.Builder.getMissingList()Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.getMissingList()Entities not found as `ResultType.KEY_ONLY` entities.LookupResponseOrBuilder.getMissingList()Entities not found as `ResultType.KEY_ONLY` entities.com.google.protobuf.Parser<EntityResult>EntityResult.getParserForType()static com.google.protobuf.Parser<EntityResult>EntityResult.parser()Methods in com.google.datastore.v1 with parameters of type EntityResultModifier and TypeMethodDescriptionQueryResultBatch.Builder.addEntityResults(int index, EntityResult value) The results for this batch.QueryResultBatch.Builder.addEntityResults(EntityResult value) The results for this batch.LookupResponse.Builder.addFound(int index, EntityResult value) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addFound(EntityResult value) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addMissing(int index, EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.Builder.addMissing(EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.Builder.mergeFrom(EntityResult other) static EntityResult.BuilderEntityResult.newBuilder(EntityResult prototype) QueryResultBatch.Builder.setEntityResults(int index, EntityResult value) The results for this batch.LookupResponse.Builder.setFound(int index, EntityResult value) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.setMissing(int index, EntityResult value) Entities not found as `ResultType.KEY_ONLY` entities.Method parameters in com.google.datastore.v1 with type arguments of type EntityResultModifier and TypeMethodDescriptionQueryResultBatch.Builder.addAllEntityResults(Iterable<? extends EntityResult> values) The results for this batch.LookupResponse.Builder.addAllFound(Iterable<? extends EntityResult> values) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addAllMissing(Iterable<? extends EntityResult> values) Entities not found as `ResultType.KEY_ONLY` entities.