google-cloud-spanner-v1 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91e76cd39a90f6e719e44cd63c03643eb529b9c25f1a76b4aef3c98d2865cd77
4
- data.tar.gz: 2ed992519fd3f919483035d21e49ff7aa156d6948809f63ffd1ecf760e9d7363
3
+ metadata.gz: 074ba65a11b32fc7a462954b0a1a2b551bd9524646028884a7f91a3053f7e085
4
+ data.tar.gz: df7f103b0d1af51be718cecd31706b65a90cf94a635793af3ac6f37fdcb4b697
5
5
  SHA512:
6
- metadata.gz: 1354e2699e8c0a8fa4ec909e2c25a35048e2f1a6a958a74c45cadf2553eb68e5c9020285443e1b136c829e4acad70608a2d274c65d1962411e3284f7c0ee7a73
7
- data.tar.gz: 463a1418ff65f61f8eb4d7ed4c3501015627cc60b46d98adef361c170110e1cd784434e43923949d9a66137f30c8f785f4e612fb7276c7b0a0359f6f8b0a8eea
6
+ metadata.gz: d9a2738f844a34f499c8743d8fb368776f7a9d374353a2d1c91b1ab7a7d77fd0a4c7704c668c858347b0ef99db0f8abfbf165fd3e4e4fe0d654d6c811cb3e0fb
7
+ data.tar.gz: c8f2f845cd7be339fece8b0a62ff1be451afaf08296e7b275485823cc2639b75bb8fcb331ea779684944cf3a3c545e76da139bfa5be71f2fac9bb3593273c3f2
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.11.0"
25
25
  end
26
26
  end
27
27
  end
@@ -37,6 +37,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
37
37
  add_enum "google.spanner.v1.TypeAnnotationCode" do
38
38
  value :TYPE_ANNOTATION_CODE_UNSPECIFIED, 0
39
39
  value :PG_NUMERIC, 2
40
+ value :PG_JSONB, 3
40
41
  end
41
42
  end
42
43
  end
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -167,6 +167,14 @@ module Google
167
167
  # {::Google::Cloud::Spanner::V1::TypeCode::NUMERIC NUMERIC} when a client interacts with PostgreSQL-enabled
168
168
  # Spanner databases.
169
169
  PG_NUMERIC = 2
170
+
171
+ # PostgreSQL compatible JSONB type. This annotation needs to be applied to
172
+ # {::Google::Cloud::Spanner::V1::Type Type} instances having {::Google::Cloud::Spanner::V1::TypeCode::JSON JSON}
173
+ # type code to specify that values of this type should be treated as
174
+ # PostgreSQL JSONB values. Currently this annotation is always needed for
175
+ # {::Google::Cloud::Spanner::V1::TypeCode::JSON JSON} when a client interacts with PostgreSQL-enabled
176
+ # Spanner databases.
177
+ PG_JSONB = 3
170
178
  end
171
179
  end
172
180
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-08 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common