@@ -468,21 +468,21 @@ see [Assign CPU Resources to Containers](https://kubernetes.io/docs/tasks/config
468468
469469## Samples
470470
471- Samples are in the [` samples/`](https://github.com/googleapis/java-bigtable/tree/master /samples) directory.
471+ Samples are in the [` samples/`](https://github.com/googleapis/java-bigtable/tree/main /samples) directory.
472472
473473| Sample | Source Code | Try it |
474474| --------------------------- | --------------------------------- | ------ |
475- | Configure Connection Pool | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) |
476- | Filters | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/Filters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Filters.java) |
477- | Hello World | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) |
478- | Instance Admin Example | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) |
479- | Quickstart | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) |
480- | Reads | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/Reads.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Reads.java) |
481- | Table Admin Example | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) |
482- | Write Batch | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) |
483- | Write Conditionally | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) |
484- | Write Increment | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) |
485- | Write Simple | [source code](https://github.com/googleapis/java-bigtable/blob/master /samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) |
475+ | Configure Connection Pool | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/ConfigureConnectionPool.java) |
476+ | Filters | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/Filters.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Filters.java) |
477+ | Hello World | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/HelloWorld.java) |
478+ | Instance Admin Example | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/InstanceAdminExample.java) |
479+ | Quickstart | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Quickstart.java) |
480+ | Reads | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/Reads.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/Reads.java) |
481+ | Table Admin Example | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/TableAdminExample.java) |
482+ | Write Batch | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteBatch.java) |
483+ | Write Conditionally | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteConditionally.java) |
484+ | Write Increment | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteIncrement.java) |
485+ | Write Simple | [source code](https://github.com/googleapis/java-bigtable/blob/main /samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigtable&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigtable/WriteSimple.java) |
486486
487487
488488
@@ -591,10 +591,10 @@ Java is a registered trademark of Oracle and/or its affiliates.
591591[developer-console] : https://console.developers.google.com/
592592[create-project] : https://cloud.google.com/resource-manager/docs/creating-managing-projects
593593[cloud-sdk] : https://cloud.google.com/sdk/
594- [troubleshooting] : https://github.com/googleapis/google-cloud-common/blob/master /troubleshooting/readme.md#troubleshooting
595- [contributing] : https://github.com/googleapis/java-bigtable/blob/master /CONTRIBUTING.md
596- [code-of-conduct] : https://github.com/googleapis/java-bigtable/blob/master /CODE_OF_CONDUCT.md#contributor-code-of-conduct
597- [license] : https://github.com/googleapis/java-bigtable/blob/master /LICENSE
594+ [troubleshooting] : https://github.com/googleapis/google-cloud-common/blob/main /troubleshooting/readme.md#troubleshooting
595+ [contributing] : https://github.com/googleapis/java-bigtable/blob/main /CONTRIBUTING.md
596+ [code-of-conduct] : https://github.com/googleapis/java-bigtable/blob/main /CODE_OF_CONDUCT.md#contributor-code-of-conduct
597+ [license] : https://github.com/googleapis/java-bigtable/blob/main /LICENSE
598598
599599[enable-api] : https://console.cloud.google.com/flows/enableapi?apiid=bigtable.googleapis.com
600600[libraries-bom] : https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
0 commit comments