@@ -91,6 +91,10 @@ has instructions for running the samples.
9191| Instances | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/instances.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/instances.js,samples/README.md ) |
9292| Quickstart | [ source code] ( https://github.com/googleapis/nodejs-bigtable/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-bigtable&page=editor&open_in_editor=samples/quickstart.js,samples/README.md ) |
9393| Tableadmin | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/tableadmin.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/tableadmin.js,samples/README.md ) |
94+ | Write Batch | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeBatch.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeBatch.js,samples/README.md ) |
95+ | Write Conditionally | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeConditionally.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeConditionally.js,samples/README.md ) |
96+ | Write Increment | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeIncrement.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeIncrement.js,samples/README.md ) |
97+ | Write Simple | [ source code] ( https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeSimple.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeSimple.js,samples/README.md ) |
9498
9599
96100
@@ -126,7 +130,7 @@ Apache Version 2.0
126130
127131See [ LICENSE] ( https://github.com/googleapis/nodejs-bigtable/blob/master/LICENSE )
128132
129- [ client-docs ] : https://cloud.google.com /nodejs/docs/reference/ bigtable/latest/
133+ [ client-docs ] : https://googleapis.dev /nodejs/bigtable/latest
130134[ product-docs ] : https://cloud.google.com/bigtable
131135[ shell_img ] : https://gstatic.com/cloudssh/images/open-btn.png
132136[ projects ] : https://console.cloud.google.com/project
0 commit comments