google-cloud-firestore-v1 0.1.0 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8652b1f4be711b383dc9071deba4d599916069bdad7246315facd623646564e
|
4
|
+
data.tar.gz: cff3e60398c0ba91144383e86c915da7d45986f557114836a8705cdc180f66f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcc557c5c52313876f8dcab7b3ea4cbf921af3f653f370c6fb18760ac262efebdf6842a81ae6166394b715ce8eec3d0a3cdff9663f688474d08248ebbbc3b362
|
7
|
+
data.tar.gz: 3dc44a9dcbe2acf2317de17f6fc2d998a7c77b9ce9db259e895989d983473def9c0e0fee38981c3faff90273293bdb10fdf53610b9c53838bbd064955f179bfa
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
initial_delay: 0.1,
|
76
76
|
max_delay: 60.0,
|
77
77
|
multiplier: 1.3,
|
78
|
-
retry_codes: [
|
78
|
+
retry_codes: [14, 13, 4]
|
79
79
|
}
|
80
80
|
|
81
81
|
default_config.rpcs.list_documents.timeout = 60.0
|
@@ -83,7 +83,7 @@ module Google
|
|
83
83
|
initial_delay: 0.1,
|
84
84
|
max_delay: 60.0,
|
85
85
|
multiplier: 1.3,
|
86
|
-
retry_codes: [
|
86
|
+
retry_codes: [14, 13, 4]
|
87
87
|
}
|
88
88
|
|
89
89
|
default_config.rpcs.update_document.timeout = 60.0
|
@@ -91,7 +91,7 @@ module Google
|
|
91
91
|
initial_delay: 0.1,
|
92
92
|
max_delay: 60.0,
|
93
93
|
multiplier: 1.3,
|
94
|
-
retry_codes: [
|
94
|
+
retry_codes: [14]
|
95
95
|
}
|
96
96
|
|
97
97
|
default_config.rpcs.delete_document.timeout = 60.0
|
@@ -99,7 +99,7 @@ module Google
|
|
99
99
|
initial_delay: 0.1,
|
100
100
|
max_delay: 60.0,
|
101
101
|
multiplier: 1.3,
|
102
|
-
retry_codes: [
|
102
|
+
retry_codes: [14, 13, 4]
|
103
103
|
}
|
104
104
|
|
105
105
|
default_config.rpcs.batch_get_documents.timeout = 300.0
|
@@ -107,7 +107,7 @@ module Google
|
|
107
107
|
initial_delay: 0.1,
|
108
108
|
max_delay: 60.0,
|
109
109
|
multiplier: 1.3,
|
110
|
-
retry_codes: [
|
110
|
+
retry_codes: [14, 13, 4]
|
111
111
|
}
|
112
112
|
|
113
113
|
default_config.rpcs.begin_transaction.timeout = 60.0
|
@@ -115,7 +115,7 @@ module Google
|
|
115
115
|
initial_delay: 0.1,
|
116
116
|
max_delay: 60.0,
|
117
117
|
multiplier: 1.3,
|
118
|
-
retry_codes: [
|
118
|
+
retry_codes: [14, 13, 4]
|
119
119
|
}
|
120
120
|
|
121
121
|
default_config.rpcs.commit.timeout = 60.0
|
@@ -123,7 +123,7 @@ module Google
|
|
123
123
|
initial_delay: 0.1,
|
124
124
|
max_delay: 60.0,
|
125
125
|
multiplier: 1.3,
|
126
|
-
retry_codes: [
|
126
|
+
retry_codes: [14]
|
127
127
|
}
|
128
128
|
|
129
129
|
default_config.rpcs.rollback.timeout = 60.0
|
@@ -131,7 +131,7 @@ module Google
|
|
131
131
|
initial_delay: 0.1,
|
132
132
|
max_delay: 60.0,
|
133
133
|
multiplier: 1.3,
|
134
|
-
retry_codes: [
|
134
|
+
retry_codes: [14, 13, 4]
|
135
135
|
}
|
136
136
|
|
137
137
|
default_config.rpcs.run_query.timeout = 300.0
|
@@ -139,7 +139,7 @@ module Google
|
|
139
139
|
initial_delay: 0.1,
|
140
140
|
max_delay: 60.0,
|
141
141
|
multiplier: 1.3,
|
142
|
-
retry_codes: [
|
142
|
+
retry_codes: [14, 13, 4]
|
143
143
|
}
|
144
144
|
|
145
145
|
default_config.rpcs.write.timeout = 86_400.0
|
@@ -149,7 +149,7 @@ module Google
|
|
149
149
|
initial_delay: 0.1,
|
150
150
|
max_delay: 60.0,
|
151
151
|
multiplier: 1.3,
|
152
|
-
retry_codes: [
|
152
|
+
retry_codes: [14, 13, 4]
|
153
153
|
}
|
154
154
|
|
155
155
|
default_config.rpcs.list_collection_ids.timeout = 60.0
|
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
initial_delay: 0.1,
|
158
158
|
max_delay: 60.0,
|
159
159
|
multiplier: 1.3,
|
160
|
-
retry_codes: [
|
160
|
+
retry_codes: [14, 13, 4]
|
161
161
|
}
|
162
162
|
|
163
163
|
default_config.rpcs.batch_write.timeout = 60.0
|
@@ -165,7 +165,7 @@ module Google
|
|
165
165
|
initial_delay: 0.1,
|
166
166
|
max_delay: 60.0,
|
167
167
|
multiplier: 1.3,
|
168
|
-
retry_codes: [
|
168
|
+
retry_codes: [14, 10]
|
169
169
|
}
|
170
170
|
|
171
171
|
default_config.rpcs.create_document.timeout = 60.0
|
@@ -173,7 +173,7 @@ module Google
|
|
173
173
|
initial_delay: 0.1,
|
174
174
|
max_delay: 60.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-firestore-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.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-08-
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|