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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1987ae143faf5fb07a8b7aaba8817d45fa9d5c50f8e8992e3c23c4196cfedb4
4
- data.tar.gz: 6e2ce947a4d318311aec8f49754d50534311fccedb1b0a2c3f373ef1c0687218
3
+ metadata.gz: 54cbbdac11fd1c78ef7bcc7a4513e8b73c096989a33844cd9002811d2d8f65bf
4
+ data.tar.gz: 9323e5d6b64ec7ce0df5a1286ac69cdd9fa044495c860ee9d842876fa34bea85
5
5
  SHA512:
6
- metadata.gz: dca23479888976703e62d3dbdb449a2f47d8346bafbccb232a7c5db3a482b9e380c59d74ff15cf271e35be1aceafbcc735c974333833ba31dadb7e2d8068d8d6
7
- data.tar.gz: db217dce4d7646dc81b989766e3795b8280ffd779fb888124d9cff793c8a8360967c21b556cab7b7e460dc1c0af0ae50ae87a8a305accfd050887de5e794fc49
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
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: ["UNAVAILABLE"]
176
+ retry_codes: [14]
177
177
  }
178
178
 
179
179
  default_config
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  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.2.0
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-07-16 00:00:00.000000000 Z
11
+ date: 2020-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common