google-cloud-spanner-v1 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/spanner/v1/spanner/client.rb +13 -13
- data/lib/google/cloud/spanner/v1/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54cbbdac11fd1c78ef7bcc7a4513e8b73c096989a33844cd9002811d2d8f65bf
|
4
|
+
data.tar.gz: 9323e5d6b64ec7ce0df5a1286ac69cdd9fa044495c860ee9d842876fa34bea85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c57186032ff7a44cb84fbee7aadeb8a88e4c2ac57c4bd6e8497fe13d9420f2a8c730e44e7baed641a18d4865537e8c295c3e5a81dd4dc807d1fb6077284d980
|
7
|
+
data.tar.gz: 9f7b2aee984e6f35fb3b1b1366eefdf513495fc74c0dab2ce6d6d7875a513b3a2e390f312dd81bae4779405a155080809d4e8b3c67ac383c3c77d0008d3f3ce4
|
@@ -73,7 +73,7 @@ module Google
|
|
73
73
|
initial_delay: 0.25,
|
74
74
|
max_delay: 32.0,
|
75
75
|
multiplier: 1.3,
|
76
|
-
retry_codes: [
|
76
|
+
retry_codes: [14]
|
77
77
|
}
|
78
78
|
|
79
79
|
default_config.rpcs.batch_create_sessions.timeout = 60.0
|
@@ -81,7 +81,7 @@ module Google
|
|
81
81
|
initial_delay: 0.25,
|
82
82
|
max_delay: 32.0,
|
83
83
|
multiplier: 1.3,
|
84
|
-
retry_codes: [
|
84
|
+
retry_codes: [14]
|
85
85
|
}
|
86
86
|
|
87
87
|
default_config.rpcs.get_session.timeout = 30.0
|
@@ -89,7 +89,7 @@ module Google
|
|
89
89
|
initial_delay: 0.25,
|
90
90
|
max_delay: 32.0,
|
91
91
|
multiplier: 1.3,
|
92
|
-
retry_codes: [
|
92
|
+
retry_codes: [14]
|
93
93
|
}
|
94
94
|
|
95
95
|
default_config.rpcs.list_sessions.timeout = 3600.0
|
@@ -97,7 +97,7 @@ module Google
|
|
97
97
|
initial_delay: 0.25,
|
98
98
|
max_delay: 32.0,
|
99
99
|
multiplier: 1.3,
|
100
|
-
retry_codes: [
|
100
|
+
retry_codes: [14]
|
101
101
|
}
|
102
102
|
|
103
103
|
default_config.rpcs.delete_session.timeout = 30.0
|
@@ -105,7 +105,7 @@ module Google
|
|
105
105
|
initial_delay: 0.25,
|
106
106
|
max_delay: 32.0,
|
107
107
|
multiplier: 1.3,
|
108
|
-
retry_codes: [
|
108
|
+
retry_codes: [14]
|
109
109
|
}
|
110
110
|
|
111
111
|
default_config.rpcs.execute_sql.timeout = 30.0
|
@@ -113,7 +113,7 @@ module Google
|
|
113
113
|
initial_delay: 0.25,
|
114
114
|
max_delay: 32.0,
|
115
115
|
multiplier: 1.3,
|
116
|
-
retry_codes: [
|
116
|
+
retry_codes: [14]
|
117
117
|
}
|
118
118
|
|
119
119
|
default_config.rpcs.execute_streaming_sql.timeout = 3600.0
|
@@ -123,7 +123,7 @@ module Google
|
|
123
123
|
initial_delay: 0.25,
|
124
124
|
max_delay: 32.0,
|
125
125
|
multiplier: 1.3,
|
126
|
-
retry_codes: [
|
126
|
+
retry_codes: [14]
|
127
127
|
}
|
128
128
|
|
129
129
|
default_config.rpcs.read.timeout = 30.0
|
@@ -131,7 +131,7 @@ module Google
|
|
131
131
|
initial_delay: 0.25,
|
132
132
|
max_delay: 32.0,
|
133
133
|
multiplier: 1.3,
|
134
|
-
retry_codes: [
|
134
|
+
retry_codes: [14]
|
135
135
|
}
|
136
136
|
|
137
137
|
default_config.rpcs.streaming_read.timeout = 3600.0
|
@@ -141,7 +141,7 @@ module Google
|
|
141
141
|
initial_delay: 0.25,
|
142
142
|
max_delay: 32.0,
|
143
143
|
multiplier: 1.3,
|
144
|
-
retry_codes: [
|
144
|
+
retry_codes: [14]
|
145
145
|
}
|
146
146
|
|
147
147
|
default_config.rpcs.commit.timeout = 3600.0
|
@@ -149,7 +149,7 @@ module Google
|
|
149
149
|
initial_delay: 0.25,
|
150
150
|
max_delay: 32.0,
|
151
151
|
multiplier: 1.3,
|
152
|
-
retry_codes: [
|
152
|
+
retry_codes: [14]
|
153
153
|
}
|
154
154
|
|
155
155
|
default_config.rpcs.rollback.timeout = 30.0
|
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
initial_delay: 0.25,
|
158
158
|
max_delay: 32.0,
|
159
159
|
multiplier: 1.3,
|
160
|
-
retry_codes: [
|
160
|
+
retry_codes: [14]
|
161
161
|
}
|
162
162
|
|
163
163
|
default_config.rpcs.partition_query.timeout = 30.0
|
@@ -165,7 +165,7 @@ module Google
|
|
165
165
|
initial_delay: 0.25,
|
166
166
|
max_delay: 32.0,
|
167
167
|
multiplier: 1.3,
|
168
|
-
retry_codes: [
|
168
|
+
retry_codes: [14]
|
169
169
|
}
|
170
170
|
|
171
171
|
default_config.rpcs.partition_read.timeout = 30.0
|
@@ -173,7 +173,7 @@ module Google
|
|
173
173
|
initial_delay: 0.25,
|
174
174
|
max_delay: 32.0,
|
175
175
|
multiplier: 1.3,
|
176
|
-
retry_codes: [
|
176
|
+
retry_codes: [14]
|
177
177
|
}
|
178
178
|
|
179
179
|
default_config
|
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.2.
|
4
|
+
version: 0.2.1
|
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-
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|