From 6a661d4492bcb77abee60095ffc2cfdc06b48124 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 10:25:40 -0400 Subject: [PATCH] feat: Adds TypeAnnotationCode PG_JSONB (#792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Adds auto-generated CL for googleapis for jsonb PiperOrigin-RevId: 470167051 Source-Link: https://github.com/googleapis/googleapis/commit/343f52cd370556819da24df078308f3f709ff24b Source-Link: https://github.com/googleapis/googleapis-gen/commit/a416799a37269912fa0cfde279ce50b7c3670db1 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 --- google/cloud/spanner_v1/types/type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/cloud/spanner_v1/types/type.py b/google/cloud/spanner_v1/types/type.py index 12b06fc737..7e0f01b184 100644 --- a/google/cloud/spanner_v1/types/type.py +++ b/google/cloud/spanner_v1/types/type.py @@ -60,6 +60,7 @@ class TypeAnnotationCode(proto.Enum): """ TYPE_ANNOTATION_CODE_UNSPECIFIED = 0 PG_NUMERIC = 2 + PG_JSONB = 3 class Type(proto.Message):