google-cloud-access_approval-v1 0.4.0 → 0.4.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc30ffd49ea2fe007728375cc045003f11ec7afe9b0219291405fad8fcc32b7e
|
|
4
|
+
data.tar.gz: f51e09a840c2f5c8a6182d7b4e07130ae83f852499b00c0226f5b209746344bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e0e41521a0698e5d7e3324f11b001ba063af295b81d2becf5c225a564238db2f8500203d3f34a4566bcbe797644e91f78f30bf9ec61fa992f10f85957c0616b
|
|
7
|
+
data.tar.gz: 681fc624c220a00017e2f6632f67106a85ac18bbce32e9c87dffa5eb706c68b14a13e092ce26af4decf1b57c8a0b34c5ff020b4cd3016d4a3f8b789bfc5b2eb1
|
|
@@ -98,17 +98,17 @@ module Google
|
|
|
98
98
|
default_config.rpcs.list_approval_requests.timeout = 600.0
|
|
99
99
|
default_config.rpcs.list_approval_requests.retry_policy = {
|
|
100
100
|
initial_delay: 0.1,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
max_delay: 60.0,
|
|
102
|
+
multiplier: 1.3,
|
|
103
|
+
retry_codes: [14]
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
default_config.rpcs.get_approval_request.timeout = 600.0
|
|
107
107
|
default_config.rpcs.get_approval_request.retry_policy = {
|
|
108
108
|
initial_delay: 0.1,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
max_delay: 60.0,
|
|
110
|
+
multiplier: 1.3,
|
|
111
|
+
retry_codes: [14]
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
default_config.rpcs.approve_approval_request.timeout = 600.0
|
|
@@ -118,9 +118,9 @@ module Google
|
|
|
118
118
|
default_config.rpcs.get_access_approval_settings.timeout = 600.0
|
|
119
119
|
default_config.rpcs.get_access_approval_settings.retry_policy = {
|
|
120
120
|
initial_delay: 0.1,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
max_delay: 60.0,
|
|
122
|
+
multiplier: 1.3,
|
|
123
|
+
retry_codes: [14]
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
default_config.rpcs.update_access_approval_settings.timeout = 600.0
|
|
@@ -57,7 +57,7 @@ module Google
|
|
|
57
57
|
|
|
58
58
|
# Denotes that a (repeated) field is an unordered list.
|
|
59
59
|
# This indicates that the service may provide the elements of the list
|
|
60
|
-
# in any arbitrary
|
|
60
|
+
# in any arbitrary order, rather than the order the user originally
|
|
61
61
|
# provided. Additionally, the list's order may or may not be stable.
|
|
62
62
|
UNORDERED_LIST = 6
|
|
63
63
|
end
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-access_approval-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0.5'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
22
|
+
version: 2.a
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.5'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: 2.a
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: google-cloud-errors
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
203
|
- !ruby/object:Gem::Version
|
|
198
204
|
version: '0'
|
|
199
205
|
requirements: []
|
|
200
|
-
rubygems_version: 3.2.
|
|
206
|
+
rubygems_version: 3.2.17
|
|
201
207
|
signing_key:
|
|
202
208
|
specification_version: 4
|
|
203
209
|
summary: API Client library for the Access Approval V1 API
|