You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: handwritten/nodejs-datastore/samples/README.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
*[Samples](#samples)
15
15
*[Concepts](#concepts)
16
16
*[Error](#error)
17
+
*[Export](#export)
18
+
*[Import](#import)
19
+
*[Indexes.get](#indexes.get)
20
+
*[Indexes.list](#indexes.list)
17
21
*[Quickstart](#quickstart)
18
22
*[Add Task](#add-task)
19
23
*[Delete Task](#delete-task)
@@ -70,6 +74,74 @@ __Usage:__
70
74
71
75
72
76
77
+
### Export
78
+
79
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/export.js).
80
+
81
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/export.js,samples/README.md)
82
+
83
+
__Usage:__
84
+
85
+
86
+
`node samples/export.js`
87
+
88
+
89
+
-----
90
+
91
+
92
+
93
+
94
+
### Import
95
+
96
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/import.js).
97
+
98
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/import.js,samples/README.md)
99
+
100
+
__Usage:__
101
+
102
+
103
+
`node samples/import.js`
104
+
105
+
106
+
-----
107
+
108
+
109
+
110
+
111
+
### Indexes.get
112
+
113
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/indexes.get.js).
114
+
115
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/indexes.get.js,samples/README.md)
116
+
117
+
__Usage:__
118
+
119
+
120
+
`node samples/indexes.get.js`
121
+
122
+
123
+
-----
124
+
125
+
126
+
127
+
128
+
### Indexes.list
129
+
130
+
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/indexes.list.js).
131
+
132
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-datastore&page=editor&open_in_editor=samples/indexes.list.js,samples/README.md)
133
+
134
+
__Usage:__
135
+
136
+
137
+
`node samples/indexes.list.js`
138
+
139
+
140
+
-----
141
+
142
+
143
+
144
+
73
145
### Quickstart
74
146
75
147
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/quickstart.js).
0 commit comments