Skip to content

Commit

Permalink
feat(spanner): A new enum IsolationLevel is added (#8104)
Browse files Browse the repository at this point in the history
feat(spanner): A new field `isolation_level` is added to message `.google.spanner.v1.TransactionOptions`
docs(spanner): A comment for enum value `READ_LOCK_MODE_UNSPECIFIED` in enum `ReadLockMode` is changed
docs(spanner): A comment for enum value `PESSIMISTIC` in enum `ReadLockMode` is changed
docs(spanner): A comment for enum value `OPTIMISTIC` in enum `ReadLockMode` is changed
PiperOrigin-RevId: 729265828
Source-Link: googleapis/googleapis@516ab0a
Source-Link: googleapis/googleapis-gen@ccd0959
Copy-Tag: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiY2NkMDk1OTI2Yzg5M2Y0MDE0OGVkOWE5YmEyMjc2YThkMTVjZjhkOSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 21, 2025
1 parent 056ca80 commit a128487
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 1 deletion.
Binary file modified Spanner/metadata/V1/Transaction.php
Binary file not shown.
34 changes: 34 additions & 0 deletions Spanner/src/V1/TransactionOptions.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions Spanner/src/V1/TransactionOptions/IsolationLevel.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion Spanner/src/V1/TransactionOptions/ReadWrite/ReadLockMode.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a128487

Please sign in to comment.