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
***spanner:** Add support for Cloud Spanner Incremental Backups ([#2085](https://github.com/googleapis/nodejs-spanner/issues/2085)) ([33b9645](https://github.com/googleapis/nodejs-spanner/commit/33b9645d6096e0d77d30fab6aadf5d92da973a67))
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-spanner/tre
104
104
| Backups |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/backups.js)|[![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)|
105
105
| Batch Write |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/batch-write.js)|[![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/batch-write.js,samples/README.md)|
106
106
| Batch |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/batch.js)|[![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/batch.js,samples/README.md)|
107
+
| Creates a full backup schedule |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/create-full-backup-schedule.js)|[![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/create-full-backup-schedule.js,samples/README.md)|
108
+
| Creates an incremental backup schedule |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/create-incremental-backup-schedule.js)|[![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/create-incremental-backup-schedule.js,samples/README.md)|
107
109
| CRUD |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/crud.js)|[![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/crud.js,samples/README.md)|
108
110
| Creates a new database with a specific default leader |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/database-create-with-default-leader.js)|[![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/database-create-with-default-leader.js,samples/README.md)|
109
111
| Database-create-with-encryption-key |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/database-create-with-encryption-key.js)|[![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/database-create-with-encryption-key.js,samples/README.md)|
@@ -113,12 +115,14 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-spanner/tre
113
115
| Updates the default leader of an existing database |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/database-update-default-leader.js)|[![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/database-update-default-leader.js,samples/README.md)|
114
116
| Updates a Cloud Spanner Database. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/database-update.js)|[![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/database-update.js,samples/README.md)|
115
117
| Datatypes |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/datatypes.js)|[![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/datatypes.js,samples/README.md)|
118
+
| Deletes a backup schedule |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/delete-backup-schedule.js)|[![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/delete-backup-schedule.js,samples/README.md)|
116
119
| Runs an execute sql request with directed read options |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/directed-reads.js)|[![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/directed-reads.js,samples/README.md)|
117
120
| Delete using DML returning. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/dml-returning-delete.js)|[![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/dml-returning-delete.js,samples/README.md)|
118
121
| Insert using DML returning. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/dml-returning-insert.js)|[![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/dml-returning-insert.js,samples/README.md)|
119
122
| Update using DML returning. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/dml-returning-update.js)|[![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/dml-returning-update.js,samples/README.md)|
120
123
| DML |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/dml.js)|[![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/dml.js,samples/README.md)|
121
124
| Enable fine grained access control |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/enable-fine-grained-access.js)|[![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/enable-fine-grained-access.js,samples/README.md)|
125
+
| Gets a backup schedule |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/get-backup-schedule.js)|[![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/get-backup-schedule.js,samples/README.md)|
122
126
| Get-commit-stats |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/get-commit-stats.js)|[![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/get-commit-stats.js,samples/README.md)|
123
127
| List database roles |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/get-database-roles.js)|[![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/get-database-roles.js,samples/README.md)|
124
128
| Gets the instance config metadata for the configuration nam6 |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/get-instance-config.js)|[![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/get-instance-config.js,samples/README.md)|
@@ -133,12 +137,14 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-spanner/tre
133
137
| Lists the instance configuration operations. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-config-get-operations.js)|[![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/instance-config-get-operations.js,samples/README.md)|
134
138
| Updates a user-managed instance configuration. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-config-update.js)|[![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/instance-config-update.js,samples/README.md)|
135
139
| Creates a new instance partition |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-partition-create.js)|[![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/instance-partition-create.js,samples/README.md)|
140
+
| Updates an instance. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-update.js)|[![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/instance-update.js,samples/README.md)|
136
141
| Creates a instance with autoscaling config. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-with-autoscaling-config.js)|[![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/instance-with-autoscaling-config.js,samples/README.md)|
137
142
| Instance-with-processing-units |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance-with-processing-units.js)|[![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/instance-with-processing-units.js,samples/README.md)|
138
143
| Instance |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/instance.js)|[![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/instance.js,samples/README.md)|
139
144
| Json-add-column |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/json-add-column.js)|[![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/json-add-column.js,samples/README.md)|
140
145
| Json-query-parameter |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/json-query-parameter.js)|[![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/json-query-parameter.js,samples/README.md)|
141
146
| Json-update-data |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/json-update-data.js)|[![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/json-update-data.js,samples/README.md)|
147
+
| Lists backup schedules of a database |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/list-backup-schedules.js)|[![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/list-backup-schedules.js,samples/README.md)|
142
148
| Lists all databases on the selected instance |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/list-databases.js)|[![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/list-databases.js,samples/README.md)|
143
149
| Lists all the available instance configs for the selected project. |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/list-instance-configs.js)|[![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/list-instance-configs.js,samples/README.md)|
144
150
| Executes request with max commit delay |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/max-commit-delay.js)|[![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/max-commit-delay.js,samples/README.md)|
@@ -194,6 +200,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-spanner/tre
194
200
| Timestamp |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/timestamp.js)|[![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/timestamp.js,samples/README.md)|
195
201
| Executes a read/write transaction with transaction and request tags |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/transaction-tag.js)|[![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/transaction-tag.js,samples/README.md)|
196
202
| Transaction |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/transaction.js)|[![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/transaction.js,samples/README.md)|
203
+
| Updates a backup schedule |[source code](https://github.com/googleapis/nodejs-spanner/blob/main/samples/update-backup-schedule.js)|[![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/update-backup-schedule.js,samples/README.md)|
0 commit comments