google-cloud-firestore 1.3.0 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.3.0".freeze
19
+ VERSION = "1.4.4".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.3.0
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-03-02 00:00:00.000000000 Z
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.10'
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.10'
136
+ version: '5.14'
137
137
  - !ruby/object:Gem::Dependency
138
138
  name: minitest-autotest
139
139
  requirement: !ruby/object:Gem::Requirement