This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Commit dacf869
feat: optimisticLock option for getTransaction method (#2028)
* feat: add option for optimistic lock in getTransaction method
* feat: add option for optimistic lock in getTransaction method
* add sample for read and write transaction
* add sample for read and write transaction
* chore: add integration test for the read/write query samples
* fix: presubmit error
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: presubmit error
* refactor: sample doc
* refactor: sample doc
* refator: getTransaction method
* fix: lint errors
* fix: lint errors
* refactor: remove logs
* fix: presubmit error
* fix: lint errors
* test: add a unit test for getTransaction
* tests: add integration and unit test for getTransaction options properties
* fix: lint errors
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* refactor: naming convention for varaible in getTransaction method
* refactor: naming convention for varaible in getTransaction method
* fix: lint errors
* fix: lint error
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 5292e03 commit dacf869
4 files changed
Lines changed: 71 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
227 | 234 | | |
228 | 235 | | |
229 | 236 | | |
| |||
1989 | 1996 | | |
1990 | 1997 | | |
1991 | 1998 | | |
1992 | | - | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
1993 | 2002 | | |
1994 | 2003 | | |
| 2004 | + | |
1995 | 2005 | | |
1996 | 2006 | | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
1997 | 2015 | | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
1998 | 2025 | | |
1999 | 2026 | | |
2000 | 2027 | | |
2001 | | - | |
| 2028 | + | |
2002 | 2029 | | |
2003 | 2030 | | |
2004 | 2031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8894 | 8894 | | |
8895 | 8895 | | |
8896 | 8896 | | |
| 8897 | + | |
| 8898 | + | |
| 8899 | + | |
| 8900 | + | |
| 8901 | + | |
| 8902 | + | |
| 8903 | + | |
| 8904 | + | |
| 8905 | + | |
| 8906 | + | |
| 8907 | + | |
| 8908 | + | |
| 8909 | + | |
| 8910 | + | |
| 8911 | + | |
| 8912 | + | |
| 8913 | + | |
| 8914 | + | |
8897 | 8915 | | |
8898 | 8916 | | |
8899 | 8917 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3286 | 3286 | | |
3287 | 3287 | | |
3288 | 3288 | | |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
3289 | 3312 | | |
3290 | 3313 | | |
3291 | 3314 | | |
| |||
0 commit comments