google-cloud-firestore 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": 300000,
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": 86400000,
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": 86400000,
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
  }
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "1.4.0".freeze
19
+ VERSION = "1.4.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.0
4
+ version: 1.4.1
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-03-11 00:00:00.000000000 Z
11
+ date: 2020-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core