Skip to content

Commit 2eddf4a

Browse files
docs: updated README.md (#739)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent 6287653 commit 2eddf4a

3 files changed

Lines changed: 77 additions & 1 deletion

File tree

handwritten/nodejs-datastore/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ has instructions for running the samples.
106106
| --------------------------- | --------------------------------- | ------ |
107107
| Concepts | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/concepts.js) | [![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/concepts.js,samples/README.md) |
108108
| Error | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/error.js) | [![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/error.js,samples/README.md) |
109+
| Export | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/export.js) | [![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) |
110+
| Import | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/import.js) | [![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) |
111+
| Indexes.get | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/indexes.get.js) | [![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) |
112+
| Indexes.list | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/indexes.list.js) | [![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) |
109113
| Quickstart | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/quickstart.js) | [![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/quickstart.js,samples/README.md) |
110114
| Add Task | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/tasks.add.js) | [![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/tasks.add.js,samples/README.md) |
111115
| Delete Task | [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/tasks.delete.js) | [![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/tasks.delete.js,samples/README.md) |

handwritten/nodejs-datastore/samples/README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* [Samples](#samples)
1515
* [Concepts](#concepts)
1616
* [Error](#error)
17+
* [Export](#export)
18+
* [Import](#import)
19+
* [Indexes.get](#indexes.get)
20+
* [Indexes.list](#indexes.list)
1721
* [Quickstart](#quickstart)
1822
* [Add Task](#add-task)
1923
* [Delete Task](#delete-task)
@@ -70,6 +74,74 @@ __Usage:__
7074

7175

7276

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+
73145
### Quickstart
74146

75147
View the [source code](https://github.com/googleapis/nodejs-datastore/blob/master/samples/quickstart.js).

handwritten/nodejs-datastore/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-datastore.git",
7-
"sha": "d8504a7b21ee188168df8c37cf993cd06f42c0d2"
7+
"sha": "bc6bf677aefc91fd4442e87034a5fa6ebd7272f2"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)