Uses of Class
com.google.datastore.v1.Entity
-
Uses of Entity in com.google.datastore.v1
Methods in com.google.datastore.v1 that return EntityModifier and TypeMethodDescriptionEntity.Builder.build()Entity.Builder.buildPartial()static EntityEntity.getDefaultInstance()Entity.Builder.getDefaultInstanceForType()Entity.getDefaultInstanceForType()EntityResult.Builder.getEntity()The resulting entity.EntityResult.getEntity()The resulting entity.EntityResultOrBuilder.getEntity()The resulting entity.Value.Builder.getEntityValue()An entity value.Value.getEntityValue()An entity value.ValueOrBuilder.getEntityValue()An entity value.Mutation.Builder.getInsert()The entity to insert.Mutation.getInsert()The entity to insert.MutationOrBuilder.getInsert()The entity to insert.Mutation.Builder.getUpdate()The entity to update.Mutation.getUpdate()The entity to update.MutationOrBuilder.getUpdate()The entity to update.Mutation.Builder.getUpsert()The entity to upsert.Mutation.getUpsert()The entity to upsert.MutationOrBuilder.getUpsert()The entity to upsert.static EntityEntity.parseDelimitedFrom(InputStream input) static EntityEntity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityEntity.parseFrom(byte[] data) static EntityEntity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityEntity.parseFrom(com.google.protobuf.ByteString data) static EntityEntity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityEntity.parseFrom(com.google.protobuf.CodedInputStream input) static EntityEntity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityEntity.parseFrom(InputStream input) static EntityEntity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityEntity.parseFrom(ByteBuffer data) static EntityEntity.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.datastore.v1 that return types with arguments of type EntityModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Entity>Entity.getParserForType()static com.google.protobuf.Parser<Entity>Entity.parser()Methods in com.google.datastore.v1 with parameters of type EntityModifier and TypeMethodDescriptionEntityResult.Builder.mergeEntity(Entity value) The resulting entity.Value.Builder.mergeEntityValue(Entity value) An entity value.Mutation.Builder.mergeInsert(Entity value) The entity to insert.Mutation.Builder.mergeUpdate(Entity value) The entity to update.Mutation.Builder.mergeUpsert(Entity value) The entity to upsert.static Entity.BuilderEntity.newBuilder(Entity prototype) The resulting entity.Value.Builder.setEntityValue(Entity value) An entity value.The entity to insert.The entity to update.The entity to upsert.