google-cloud-security_center-v1 0.3.1 → 0.3.2
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: 1d53c5e2d59e992506ccea423ddd9599c2b133a0f8c8e00334671e24333a9c34
|
|
4
|
+
data.tar.gz: 8b9a707c63f9f152f9c602eebdd486d348d92ed31671d2744eb7d7eb38748694
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad84cfe7cf10bf1ebfd23a2e264e1f2d389d0f4e78effc9111a8587b3a2c05dd3daf1da78a66b6b44c78af04984769563d2e1d2067daa3007b2bfbc238884367
|
|
7
|
+
data.tar.gz: 29ba8761223c11415f3d1c48809dd52f33b5d0032a670b023196a66b917372850f35c87fa70410ad6595a1deb4d125b7a4dec1cdb3fd17d1345c5be1f8b81d3d
|
|
@@ -105,7 +105,7 @@ module Google
|
|
|
105
105
|
retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
default_config.rpcs.group_assets.timeout =
|
|
108
|
+
default_config.rpcs.group_assets.timeout = 480.0
|
|
109
109
|
default_config.rpcs.group_assets.retry_policy = {
|
|
110
110
|
initial_delay: 0.1,
|
|
111
111
|
max_delay: 60.0,
|
|
@@ -113,7 +113,7 @@ module Google
|
|
|
113
113
|
retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
default_config.rpcs.group_findings.timeout =
|
|
116
|
+
default_config.rpcs.group_findings.timeout = 480.0
|
|
117
117
|
default_config.rpcs.group_findings.retry_policy = {
|
|
118
118
|
initial_delay: 0.1,
|
|
119
119
|
max_delay: 60.0,
|
|
@@ -121,7 +121,7 @@ module Google
|
|
|
121
121
|
retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
default_config.rpcs.list_assets.timeout =
|
|
124
|
+
default_config.rpcs.list_assets.timeout = 480.0
|
|
125
125
|
default_config.rpcs.list_assets.retry_policy = {
|
|
126
126
|
initial_delay: 0.1,
|
|
127
127
|
max_delay: 60.0,
|
|
@@ -129,7 +129,7 @@ module Google
|
|
|
129
129
|
retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
default_config.rpcs.list_findings.timeout =
|
|
132
|
+
default_config.rpcs.list_findings.timeout = 480.0
|
|
133
133
|
default_config.rpcs.list_findings.retry_policy = {
|
|
134
134
|
initial_delay: 0.1,
|
|
135
135
|
max_delay: 60.0,
|
|
@@ -175,7 +175,7 @@ module Google
|
|
|
175
175
|
|
|
176
176
|
default_config.rpcs.update_source.timeout = 60.0
|
|
177
177
|
|
|
178
|
-
default_config.rpcs.update_security_marks.timeout =
|
|
178
|
+
default_config.rpcs.update_security_marks.timeout = 480.0
|
|
179
179
|
|
|
180
180
|
default_config
|
|
181
181
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
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-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0.
|
|
26
|
+
version: '0.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: google-cloud-errors
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|