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
@@ -41,6 +50,159 @@ Before running the samples, make sure you've followed the steps outlined in
41
50
42
51
43
52
53
+
### Backups-cancel
54
+
55
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-cancel.js).
56
+
57
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-cancel.js,samples/README.md)
58
+
59
+
__Usage:__
60
+
61
+
62
+
`node samples/backups-cancel.js`
63
+
64
+
65
+
-----
66
+
67
+
68
+
69
+
70
+
### Backups-create
71
+
72
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-create.js).
73
+
74
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-create.js,samples/README.md)
75
+
76
+
__Usage:__
77
+
78
+
79
+
`node samples/backups-create.js`
80
+
81
+
82
+
-----
83
+
84
+
85
+
86
+
87
+
### Backups-delete
88
+
89
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-delete.js).
90
+
91
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-delete.js,samples/README.md)
92
+
93
+
__Usage:__
94
+
95
+
96
+
`node samples/backups-delete.js`
97
+
98
+
99
+
-----
100
+
101
+
102
+
103
+
104
+
### Backups-get-database-operations
105
+
106
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-get-database-operations.js).
107
+
108
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-get-database-operations.js,samples/README.md)
109
+
110
+
__Usage:__
111
+
112
+
113
+
`node samples/backups-get-database-operations.js`
114
+
115
+
116
+
-----
117
+
118
+
119
+
120
+
121
+
### Backups-get-operations
122
+
123
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-get-operations.js).
124
+
125
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-get-operations.js,samples/README.md)
126
+
127
+
__Usage:__
128
+
129
+
130
+
`node samples/backups-get-operations.js`
131
+
132
+
133
+
-----
134
+
135
+
136
+
137
+
138
+
### Backups-get
139
+
140
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-get.js).
141
+
142
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-get.js,samples/README.md)
143
+
144
+
__Usage:__
145
+
146
+
147
+
`node samples/backups-get.js`
148
+
149
+
150
+
-----
151
+
152
+
153
+
154
+
155
+
### Backups-restore
156
+
157
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-restore.js).
158
+
159
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-restore.js,samples/README.md)
160
+
161
+
__Usage:__
162
+
163
+
164
+
`node samples/backups-restore.js`
165
+
166
+
167
+
-----
168
+
169
+
170
+
171
+
172
+
### Backups-update
173
+
174
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups-update.js).
175
+
176
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups-update.js,samples/README.md)
177
+
178
+
__Usage:__
179
+
180
+
181
+
`node samples/backups-update.js`
182
+
183
+
184
+
-----
185
+
186
+
187
+
188
+
189
+
### Backups
190
+
191
+
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/backups.js).
192
+
193
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-spanner&page=editor&open_in_editor=samples/backups.js,samples/README.md)
194
+
195
+
__Usage:__
196
+
197
+
198
+
`node samples/backups.js`
199
+
200
+
201
+
-----
202
+
203
+
204
+
205
+
44
206
### Batch
45
207
46
208
View the [source code](https://github.com/googleapis/nodejs-spanner/blob/master/samples/batch.js).
0 commit comments