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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1987ae143faf5fb07a8b7aaba8817d45fa9d5c50f8e8992e3c23c4196cfedb4
|
|
4
|
+
data.tar.gz: 6e2ce947a4d318311aec8f49754d50534311fccedb1b0a2c3f373ef1c0687218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca23479888976703e62d3dbdb449a2f47d8346bafbccb232a7c5db3a482b9e380c59d74ff15cf271e35be1aceafbcc735c974333833ba31dadb7e2d8068d8d6
|
|
7
|
+
data.tar.gz: db217dce4d7646dc81b989766e3795b8280ffd779fb888124d9cff793c8a8360967c21b556cab7b7e460dc1c0af0ae50ae87a8a305accfd050887de5e794fc49
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2020-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|