google-cloud-firestore 1.4.2 → 1.4.3
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: e718d7747d0ad8d45d10ee88f85a3fe5dad470068f88ba0b670270a0544d65a4
|
4
|
+
data.tar.gz: 8bfae877e2031e41cf031f526da31ac78318eb5804ca407a8f0de3f92d953304
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 746b43bf9defc06a817521676fb8976d959002e151fb8960f7b949f6d8972aec6016a0004807650565cf0ee2e30ff2ec26c00ff3f16b532598c763542123319d
|
7
|
+
data.tar.gz: 6493531ec90db82ca589f62a1449f6804b06359b3dce96ce71ddbcb56d3571f5111467f856527fdff17d548cfc61bfaaafe1077602869fef0bf24b44d8c364a8
|
data/CHANGELOG.md
CHANGED
@@ -4,9 +4,14 @@
|
|
4
4
|
"retry_codes": {
|
5
5
|
"idempotent": [
|
6
6
|
"DEADLINE_EXCEEDED",
|
7
|
+
"INTERNAL",
|
7
8
|
"UNAVAILABLE"
|
8
9
|
],
|
9
|
-
"non_idempotent": []
|
10
|
+
"non_idempotent": [],
|
11
|
+
"idempotent2": [
|
12
|
+
"DEADLINE_EXCEEDED",
|
13
|
+
"UNAVAILABLE"
|
14
|
+
]
|
10
15
|
},
|
11
16
|
"retry_params": {
|
12
17
|
"default": {
|
@@ -37,22 +42,22 @@
|
|
37
42
|
},
|
38
43
|
"ListIndexes": {
|
39
44
|
"timeout_millis": 60000,
|
40
|
-
"retry_codes_name": "
|
45
|
+
"retry_codes_name": "idempotent2",
|
41
46
|
"retry_params_name": "default"
|
42
47
|
},
|
43
48
|
"GetIndex": {
|
44
49
|
"timeout_millis": 60000,
|
45
|
-
"retry_codes_name": "
|
50
|
+
"retry_codes_name": "idempotent2",
|
46
51
|
"retry_params_name": "default"
|
47
52
|
},
|
48
53
|
"GetField": {
|
49
54
|
"timeout_millis": 60000,
|
50
|
-
"retry_codes_name": "
|
55
|
+
"retry_codes_name": "idempotent2",
|
51
56
|
"retry_params_name": "default"
|
52
57
|
},
|
53
58
|
"ListFields": {
|
54
59
|
"timeout_millis": 60000,
|
55
|
-
"retry_codes_name": "
|
60
|
+
"retry_codes_name": "idempotent2",
|
56
61
|
"retry_params_name": "default"
|
57
62
|
},
|
58
63
|
"ExportDocuments": {
|
@@ -4,9 +4,14 @@
|
|
4
4
|
"retry_codes": {
|
5
5
|
"idempotent": [
|
6
6
|
"DEADLINE_EXCEEDED",
|
7
|
+
"INTERNAL",
|
7
8
|
"UNAVAILABLE"
|
8
9
|
],
|
9
|
-
"non_idempotent": []
|
10
|
+
"non_idempotent": [],
|
11
|
+
"idempotent2": [
|
12
|
+
"DEADLINE_EXCEEDED",
|
13
|
+
"UNAVAILABLE"
|
14
|
+
]
|
10
15
|
},
|
11
16
|
"retry_params": {
|
12
17
|
"default": {
|
@@ -31,12 +36,12 @@
|
|
31
36
|
"methods": {
|
32
37
|
"GetDocument": {
|
33
38
|
"timeout_millis": 60000,
|
34
|
-
"retry_codes_name": "
|
39
|
+
"retry_codes_name": "idempotent2",
|
35
40
|
"retry_params_name": "default"
|
36
41
|
},
|
37
42
|
"ListDocuments": {
|
38
43
|
"timeout_millis": 60000,
|
39
|
-
"retry_codes_name": "
|
44
|
+
"retry_codes_name": "idempotent2",
|
40
45
|
"retry_params_name": "default"
|
41
46
|
},
|
42
47
|
"CreateDocument": {
|
@@ -91,7 +96,7 @@
|
|
91
96
|
},
|
92
97
|
"ListCollectionIds": {
|
93
98
|
"timeout_millis": 60000,
|
94
|
-
"retry_codes_name": "
|
99
|
+
"retry_codes_name": "idempotent",
|
95
100
|
"retry_params_name": "default"
|
96
101
|
}
|
97
102
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-firestore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|