Uses of Class
com.google.datastore.v1.EntityResult.Builder
-
Uses of EntityResult.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return EntityResult.BuilderModifier and TypeMethodDescriptionQueryResultBatch.Builder.addEntityResultsBuilder()The results for this batch.QueryResultBatch.Builder.addEntityResultsBuilder(int index) The results for this batch.LookupResponse.Builder.addFoundBuilder()Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addFoundBuilder(int index) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addMissingBuilder()Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.Builder.addMissingBuilder(int index) Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.Builder.clear()EntityResult.Builder.clearCreateTime()The time at which the entity was created.EntityResult.Builder.clearCursor()A cursor that points to the position after the result entity.EntityResult.Builder.clearEntity()The resulting entity.EntityResult.Builder.clearUpdateTime()The time at which the entity was last changed.EntityResult.Builder.clearVersion()The version of the entity, a strictly positive number that monotonically increases with changes to the entity.QueryResultBatch.Builder.getEntityResultsBuilder(int index) The results for this batch.LookupResponse.Builder.getFoundBuilder(int index) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.getMissingBuilder(int index) Entities not found as `ResultType.KEY_ONLY` entities.EntityResult.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) The time at which the entity was created.EntityResult.Builder.mergeEntity(Entity value) The resulting entity.EntityResult.Builder.mergeFrom(EntityResult other) EntityResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EntityResult.Builder.mergeFrom(com.google.protobuf.Message other) EntityResult.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) The time at which the entity was last changed.static EntityResult.BuilderEntityResult.newBuilder()static EntityResult.BuilderEntityResult.newBuilder(EntityResult prototype) EntityResult.newBuilderForType()protected EntityResult.BuilderEntityResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) EntityResult.Builder.setCreateTime(com.google.protobuf.Timestamp value) The time at which the entity was created.EntityResult.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the entity was created.EntityResult.Builder.setCursor(com.google.protobuf.ByteString value) A cursor that points to the position after the result entity.The resulting entity.EntityResult.Builder.setEntity(Entity.Builder builderForValue) The resulting entity.EntityResult.Builder.setUpdateTime(com.google.protobuf.Timestamp value) The time at which the entity was last changed.EntityResult.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) The time at which the entity was last changed.EntityResult.Builder.setVersion(long value) The version of the entity, a strictly positive number that monotonically increases with changes to the entity.EntityResult.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type EntityResult.BuilderModifier and TypeMethodDescriptionQueryResultBatch.Builder.getEntityResultsBuilderList()The results for this batch.LookupResponse.Builder.getFoundBuilderList()Entities found as `ResultType.FULL` entities.LookupResponse.Builder.getMissingBuilderList()Entities not found as `ResultType.KEY_ONLY` entities.Methods in com.google.datastore.v1 with parameters of type EntityResult.BuilderModifier and TypeMethodDescriptionQueryResultBatch.Builder.addEntityResults(int index, EntityResult.Builder builderForValue) The results for this batch.QueryResultBatch.Builder.addEntityResults(EntityResult.Builder builderForValue) The results for this batch.LookupResponse.Builder.addFound(int index, EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addFound(EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.addMissing(int index, EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.LookupResponse.Builder.addMissing(EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.QueryResultBatch.Builder.setEntityResults(int index, EntityResult.Builder builderForValue) The results for this batch.LookupResponse.Builder.setFound(int index, EntityResult.Builder builderForValue) Entities found as `ResultType.FULL` entities.LookupResponse.Builder.setMissing(int index, EntityResult.Builder builderForValue) Entities not found as `ResultType.KEY_ONLY` entities.