google-cloud-spanner-v1 0.1.0 → 0.2.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: f4f88fc1c6b03dee2e0d22b77664e6574d5ec1e7d43d625d99710e3e443ce9f8
4
- data.tar.gz: f3e7e1d4ecec96988daa124abc40e68ea8b13b3c19a2a30cc4370897db8b253d
3
+ metadata.gz: d1987ae143faf5fb07a8b7aaba8817d45fa9d5c50f8e8992e3c23c4196cfedb4
4
+ data.tar.gz: 6e2ce947a4d318311aec8f49754d50534311fccedb1b0a2c3f373ef1c0687218
5
5
  SHA512:
6
- metadata.gz: 21176f58912a0a1514bfe62208f8f623c9b1a6bf2d9c6a6f1053740e297a56419a4d3223bc3bc9171fbd0f12d1a8738914feec027c5430cbd04c1bb43c9ebd08
7
- data.tar.gz: 95665acdc39b396d2c5041c75b5cdea908e14c06d1600bc81075694ade9fd2c57d55f31cd347b3027a29766a848198afac45e6ecad950824f93b8d00ef9c15fc
6
+ metadata.gz: dca23479888976703e62d3dbdb449a2f47d8346bafbccb232a7c5db3a482b9e380c59d74ff15cf271e35be1aceafbcc735c974333833ba31dadb7e2d8068d8d6
7
+ data.tar.gz: db217dce4d7646dc81b989766e3795b8280ffd779fb888124d9cff793c8a8360967c21b556cab7b7e460dc1c0af0ae50ae87a8a305accfd050887de5e794fc49
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -3,6 +3,7 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/api/field_behavior_pb'
6
7
  require 'google/api/annotations_pb'
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/spanner/v1/type.proto", :syntax => :proto3) do
@@ -29,6 +30,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
29
30
  value :BYTES, 7
30
31
  value :ARRAY, 8
31
32
  value :STRUCT, 9
33
+ value :NUMERIC, 10
32
34
  end
33
35
  end
34
36
  end
@@ -120,6 +120,17 @@ module Google
120
120
  # Encoded as `list`, where list element `i` is represented according
121
121
  # to [struct_type.fields[i]][google.spanner.v1.StructType.fields].
122
122
  STRUCT = 9
123
+
124
+ # Encoded as `string`, in decimal format or scientific notation format.
125
+ # <br>Decimal format:
126
+ # <br>`[+-]Digits[.[Digits]]` or
127
+ # <br>`[+-][Digits].Digits`
128
+ #
129
+ # Scientific notation:
130
+ # <br>`[+-]Digits[.[Digits]][ExponentIndicator[+-]Digits]` or
131
+ # <br>`[+-][Digits].Digits[ExponentIndicator[+-]Digits]`
132
+ # <br>(ExponentIndicator is `"e"` or `"E"`)
133
+ NUMERIC = 10
123
134
  end
124
135
  end
125
136
  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.1.0
4
+ version: 0.2.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: 2020-07-06 00:00:00.000000000 Z
11
+ date: 2020-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common