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: 5752e83e801766b7bf1bbbe273bad9ef06fb9dfd27671c092399007210ed214e
4
- data.tar.gz: e7c9807181ca238b73377d0b97d90a3dd1495fedbf1ff0b03a6ed66e78dc9b3c
3
+ metadata.gz: 1d53c5e2d59e992506ccea423ddd9599c2b133a0f8c8e00334671e24333a9c34
4
+ data.tar.gz: 8b9a707c63f9f152f9c602eebdd486d348d92ed31671d2744eb7d7eb38748694
5
5
  SHA512:
6
- metadata.gz: 20f145e0f3119dbf7df8648f7dbe1a87f87f4c0836deff487eb256af77053767007d54012652c2f65e8e4c9cc571a881c1f970e1cf092d8b132ba1b29b877830
7
- data.tar.gz: 41d93ec208849e16509e8c4ae81cf85af31661a7fd906a2ed22840357404f2289d874593706f34a8526ae1fea5915530265ffb253609e98130516b5a2564064f
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 = 60.0
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 = 60.0
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 = 60.0
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 = 60.0
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 = 60.0
178
+ default_config.rpcs.update_security_marks.timeout = 480.0
179
179
 
180
180
  default_config
181
181
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.3.1"
24
+ VERSION = "0.3.2"
25
25
  end
26
26
  end
27
27
  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.1
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-06-18 00:00:00.000000000 Z
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.2'
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.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement