google-cloud-firestore 1.3.0 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/TROUBLESHOOTING.md +2 -8
- data/lib/google/cloud/firestore/admin.rb +1 -1
- data/lib/google/cloud/firestore/admin/v1.rb +1 -1
- data/lib/google/cloud/firestore/admin/v1/firestore_admin_client.rb +378 -237
- data/lib/google/cloud/firestore/admin/v1/firestore_admin_client_config.json +22 -18
- data/lib/google/cloud/firestore/service.rb +16 -10
- data/lib/google/cloud/firestore/v1/firestore_client.rb +61 -120
- data/lib/google/cloud/firestore/v1/firestore_client_config.json +10 -6
- data/lib/google/cloud/firestore/v1beta1.rb +2 -0
- data/lib/google/cloud/firestore/v1beta1/firestore_client.rb +492 -549
- data/lib/google/cloud/firestore/v1beta1/firestore_client_config.json +28 -28
- data/lib/google/cloud/firestore/version.rb +1 -1
- metadata +4 -4
@@ -29,33 +29,13 @@
|
|
29
29
|
}
|
30
30
|
},
|
31
31
|
"methods": {
|
32
|
-
"GetDocument": {
|
33
|
-
"timeout_millis": 60000,
|
34
|
-
"retry_codes_name": "idempotent",
|
35
|
-
"retry_params_name": "default"
|
36
|
-
},
|
37
|
-
"ListDocuments": {
|
38
|
-
"timeout_millis": 60000,
|
39
|
-
"retry_codes_name": "idempotent",
|
40
|
-
"retry_params_name": "default"
|
41
|
-
},
|
42
|
-
"CreateDocument": {
|
43
|
-
"timeout_millis": 60000,
|
44
|
-
"retry_codes_name": "non_idempotent",
|
45
|
-
"retry_params_name": "default"
|
46
|
-
},
|
47
|
-
"UpdateDocument": {
|
48
|
-
"timeout_millis": 60000,
|
49
|
-
"retry_codes_name": "non_idempotent",
|
50
|
-
"retry_params_name": "default"
|
51
|
-
},
|
52
32
|
"DeleteDocument": {
|
53
33
|
"timeout_millis": 60000,
|
54
34
|
"retry_codes_name": "idempotent",
|
55
35
|
"retry_params_name": "default"
|
56
36
|
},
|
57
37
|
"BatchGetDocuments": {
|
58
|
-
"timeout_millis":
|
38
|
+
"timeout_millis": 60000,
|
59
39
|
"retry_codes_name": "idempotent",
|
60
40
|
"retry_params_name": "streaming"
|
61
41
|
},
|
@@ -64,11 +44,6 @@
|
|
64
44
|
"retry_codes_name": "idempotent",
|
65
45
|
"retry_params_name": "default"
|
66
46
|
},
|
67
|
-
"Commit": {
|
68
|
-
"timeout_millis": 60000,
|
69
|
-
"retry_codes_name": "non_idempotent",
|
70
|
-
"retry_params_name": "default"
|
71
|
-
},
|
72
47
|
"Rollback": {
|
73
48
|
"timeout_millis": 60000,
|
74
49
|
"retry_codes_name": "idempotent",
|
@@ -80,12 +55,12 @@
|
|
80
55
|
"retry_params_name": "streaming"
|
81
56
|
},
|
82
57
|
"Write": {
|
83
|
-
"timeout_millis":
|
58
|
+
"timeout_millis": 60000,
|
84
59
|
"retry_codes_name": "non_idempotent",
|
85
60
|
"retry_params_name": "streaming"
|
86
61
|
},
|
87
62
|
"Listen": {
|
88
|
-
"timeout_millis":
|
63
|
+
"timeout_millis": 60000,
|
89
64
|
"retry_codes_name": "idempotent",
|
90
65
|
"retry_params_name": "streaming"
|
91
66
|
},
|
@@ -93,6 +68,31 @@
|
|
93
68
|
"timeout_millis": 60000,
|
94
69
|
"retry_codes_name": "idempotent",
|
95
70
|
"retry_params_name": "default"
|
71
|
+
},
|
72
|
+
"GetDocument": {
|
73
|
+
"timeout_millis": 60000,
|
74
|
+
"retry_codes_name": "idempotent",
|
75
|
+
"retry_params_name": "default"
|
76
|
+
},
|
77
|
+
"ListDocuments": {
|
78
|
+
"timeout_millis": 60000,
|
79
|
+
"retry_codes_name": "idempotent",
|
80
|
+
"retry_params_name": "default"
|
81
|
+
},
|
82
|
+
"CreateDocument": {
|
83
|
+
"timeout_millis": 60000,
|
84
|
+
"retry_codes_name": "non_idempotent",
|
85
|
+
"retry_params_name": "default"
|
86
|
+
},
|
87
|
+
"UpdateDocument": {
|
88
|
+
"timeout_millis": 60000,
|
89
|
+
"retry_codes_name": "non_idempotent",
|
90
|
+
"retry_params_name": "default"
|
91
|
+
},
|
92
|
+
"Commit": {
|
93
|
+
"timeout_millis": 60000,
|
94
|
+
"retry_codes_name": "non_idempotent",
|
95
|
+
"retry_params_name": "default"
|
96
96
|
}
|
97
97
|
}
|
98
98
|
}
|
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
|
+
version: 1.4.4
|
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-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -126,14 +126,14 @@ dependencies:
|
|
126
126
|
requirements:
|
127
127
|
- - "~>"
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version: '5.
|
129
|
+
version: '5.14'
|
130
130
|
type: :development
|
131
131
|
prerelease: false
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
133
133
|
requirements:
|
134
134
|
- - "~>"
|
135
135
|
- !ruby/object:Gem::Version
|
136
|
-
version: '5.
|
136
|
+
version: '5.14'
|
137
137
|
- !ruby/object:Gem::Dependency
|
138
138
|
name: minitest-autotest
|
139
139
|
requirement: !ruby/object:Gem::Requirement
|