datastore/api/TaskListTest/index.yaml (9 lines of code) (raw):

# Deploy with gcloud datastore create-indexes index.yaml indexes: - kind: Task properties: - name: category direction: asc - name: priority direction: asc - name: created direction: asc