エンティティを作成した後:
DatastoreService datastore = DatastoreServiceFactory.getDatastoreService();
Entity employee = new Entity("Employee");
インデックス可能なリスト プロパティを設定するには? 言うように:
employee.setProperty("tag", "manager", "corrupted", ...);
// "tag" is the property name,
// "manager", "corrupted".. are the values in the list.