google-cloud-spanner-v1 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0238239e1ab093ba9eb499e64c801b328fa1fce8dbd7c467b324d77df359f60
4
- data.tar.gz: c67946611923b0eaee69835179856c78b574d54cbf7cfb23e5901878171c6dcd
3
+ metadata.gz: 41a72594d6f552d0864b62d44ccf5bcb621424dd114e177582e896882c1179c2
4
+ data.tar.gz: 8a0cf1af6ee0796f9dd4fb2c367e5afcf9d5a4f2402ac409908c760f63b4857c
5
5
  SHA512:
6
- metadata.gz: 8cc5ff1ec0b828beef89a001a96b543666e8d69e301bf35ce22ef1cba7b0d547e79d460775f2e611ba8693fb8c6528d946cd9f1d69d30ebdfafa6ef0d2f45083
7
- data.tar.gz: ae9a80cb0cea300e630ddbeeea4dde84f1a3d8d414b33b1ca4b3411f295eb44247883eb470ce4b11c0778da48826b2a70e851d5b2f0149872bc7dfb43f6b2169
6
+ metadata.gz: 037cd173b4eab18045a247b08c65b70f1a55c56beca607755da1baeaa5c66d5a2166d11d8580b40d4e2cf1393cc21a8a1431d6785aa86c6a1519986e8d5e374c
7
+ data.tar.gz: 356fdd38c9c4fc37118fd61e91a81782687083a3fb4aa58bcef0098e746a54970fdd90a8e54a4aed5a69a6577383d5dfefbf5002034f56a24d65606ad689b553
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.6.1"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -31,6 +31,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
31
31
  value :ARRAY, 8
32
32
  value :STRUCT, 9
33
33
  value :NUMERIC, 10
34
+ value :JSON, 11
34
35
  end
35
36
  end
36
37
  end
@@ -131,6 +131,15 @@ module Google
131
131
  # <br>`[+-][Digits].Digits[ExponentIndicator[+-]Digits]`
132
132
  # <br>(ExponentIndicator is `"e"` or `"E"`)
133
133
  NUMERIC = 10
134
+
135
+ # Encoded as a JSON-formatted 'string' as described in RFC 7159. The
136
+ # following rules will be applied when parsing JSON input:
137
+ # - Whitespace will be stripped from the document.
138
+ # - If a JSON object has duplicate keys, only the first key will be
139
+ # preserved.
140
+ # - Members of a JSON object are not guaranteed to have their order
141
+ # preserved. JSON array elements will have their order preserved.
142
+ JSON = 11
134
143
  end
135
144
  end
136
145
  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.6.1
4
+ version: 0.7.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: 2021-06-23 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common