google-cloud-tasks 1.3.4 → 1.3.5
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: 1e0ebd01db6c044eaed0aedd6d540e5f19fde0cb149e1234c9e674902b91302a
|
4
|
+
data.tar.gz: 10e77574526c919d1c95279e372b9c5e7128156aee4bcd7b98a08449cd1732e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae6c57f03d9e040bae2bf2cd87a30fc6b63cc679f5741ad5a84a4efd40936a2b9da18fa042837fa9101d3e72e0b2b801809d23dc70407db2780a4ad8255fff40
|
7
|
+
data.tar.gz: 9299e9a45fbb47c56ac7b27fc5227559ef6a671ed0ca269fb1d2c24e45a76571f496bf7539c4a234ad055298a5f90fc059eed29a63a3a509d4244c4b6a2a2fc9
|
@@ -62,7 +62,7 @@
|
|
62
62
|
},
|
63
63
|
"GetIamPolicy": {
|
64
64
|
"timeout_millis": 10000,
|
65
|
-
"retry_codes_name": "
|
65
|
+
"retry_codes_name": "idempotent",
|
66
66
|
"retry_params_name": "default"
|
67
67
|
},
|
68
68
|
"SetIamPolicy": {
|
@@ -72,7 +72,7 @@
|
|
72
72
|
},
|
73
73
|
"TestIamPermissions": {
|
74
74
|
"timeout_millis": 10000,
|
75
|
-
"retry_codes_name": "
|
75
|
+
"retry_codes_name": "idempotent",
|
76
76
|
"retry_params_name": "default"
|
77
77
|
},
|
78
78
|
"ListTasks": {
|
@@ -92,7 +92,7 @@
|
|
92
92
|
},
|
93
93
|
"DeleteTask": {
|
94
94
|
"timeout_millis": 10000,
|
95
|
-
"retry_codes_name": "
|
95
|
+
"retry_codes_name": "idempotent",
|
96
96
|
"retry_params_name": "default"
|
97
97
|
},
|
98
98
|
"RunTask": {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-tasks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
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-
|
11
|
+
date: 2020-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|