Skip to content

Commit 6a661d4

Browse files
feat: Adds TypeAnnotationCode PG_JSONB (#792)
* feat: Adds auto-generated CL for googleapis for jsonb PiperOrigin-RevId: 470167051 Source-Link: googleapis/googleapis@343f52c Source-Link: googleapis/googleapis-gen@a416799 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTQxNjc5OWEzNzI2OTkxMmZhMGNmZGUyNzljZTUwYjdjMzY3MGRiMSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 82170b5 commit 6a661d4

File tree

1 file changed

+1
-0
lines changed
  • google/cloud/spanner_v1/types

1 file changed

+1
-0
lines changed

‎google/cloud/spanner_v1/types/type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class TypeAnnotationCode(proto.Enum):
6060
"""
6161
TYPE_ANNOTATION_CODE_UNSPECIFIED = 0
6262
PG_NUMERIC = 2
63+
PG_JSONB = 3
6364

6465

6566
class Type(proto.Message):

0 commit comments

Comments
 (0)