-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from GoogleCloudPlatform/datastore
Adding datastore samples.
- Loading branch information
Showing
12 changed files
with
1,336 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Cloud Datastore API Samples | ||
|
||
<!-- auto-doc-link --> | ||
<!-- end-auto-doc-link --> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
indexes: | ||
- kind: Task | ||
properties: | ||
- name: done | ||
- name: priority | ||
direction: desc | ||
- kind: Task | ||
properties: | ||
- name: priority | ||
- name: percent_complete | ||
- kind: Task | ||
properties: | ||
- name: priority | ||
direction: desc | ||
- name: created | ||
- kind: Task | ||
properties: | ||
- name: priority | ||
- name: created | ||
- kind: Task | ||
properties: | ||
- name: type | ||
- name: priority | ||
- kind: Task | ||
properties: | ||
- name: priority | ||
- name: done | ||
- name: created | ||
direction: desc |
Oops, something went wrong.