google-apis-securitycenter_v1 0.36.0 → 0.37.0

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: 40224b2d867f45a26faf9cc06f84eb2a46a2afe067b9c11ffb7c084d89878a6a
4
- data.tar.gz: 9675e3df2d0891e40038a0a5fb30594b87db06fc9e7c0c19ee1d9e4be8db158a
3
+ metadata.gz: badc50bc3f28eb74d098e05c55fa649bea108cc637495ac6846e555cbe8ea77b
4
+ data.tar.gz: daa8c33e4c4114ea6c207686f0d1da622c2fbaa748833da3463783528adf65dd
5
5
  SHA512:
6
- metadata.gz: 9b2bb1c1b6542cb76c59aafefec67a0d0ab3adfe9e9977810fd5655e191d85eead28c4ac067741c09e0e1b9d4583553aa09f76c3561be049ab4a42767337d590
7
- data.tar.gz: 2b611f77f224f8b1cc7ce50ba118892bff7c5e4a827a677f2a1abf31d544496c9bcf39461e5ba98b7d42683d974566ce60287a3ce5ef3c92838e26796453b42b
6
+ metadata.gz: 3c5189abff6f8b7026e975876a15267e364c68a7e36577e0418679bc7a10aa8de63d7d8cd860e05af741339a3ea64e98fcb0892c48c186d10e06bae14f37617a
7
+ data.tar.gz: 4bfa1777bce606fb5e16469c8f465bdc72e55d2fc0591ef61a40c565c83b23801ec8806a87fe02e5d7632ab20faadd5f2ca6bc401ac13da6aed88a25039953f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.37.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
3
7
  ### v0.36.0 (2022-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220713
@@ -2363,6 +2363,11 @@ module Google
2363
2363
  # @return [Array<Google::Apis::SecuritycenterV1::ProcessSignature>]
2364
2364
  attr_accessor :signatures
2365
2365
 
2366
+ # The list of URIs associated to the Findings
2367
+ # Corresponds to the JSON property `uris`
2368
+ # @return [Array<String>]
2369
+ attr_accessor :uris
2370
+
2366
2371
  def initialize(**args)
2367
2372
  update!(**args)
2368
2373
  end
@@ -2372,6 +2377,7 @@ module Google
2372
2377
  @domains = args[:domains] if args.key?(:domains)
2373
2378
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
2374
2379
  @signatures = args[:signatures] if args.key?(:signatures)
2380
+ @uris = args[:uris] if args.key?(:uris)
2375
2381
  end
2376
2382
  end
2377
2383
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220713"
25
+ REVISION = "20220720"
26
26
  end
27
27
  end
28
28
  end
@@ -1102,6 +1102,7 @@ module Google
1102
1102
  collection :ip_addresses, as: 'ipAddresses'
1103
1103
  collection :signatures, as: 'signatures', class: Google::Apis::SecuritycenterV1::ProcessSignature, decorator: Google::Apis::SecuritycenterV1::ProcessSignature::Representation
1104
1104
 
1105
+ collection :uris, as: 'uris'
1105
1106
  end
1106
1107
  end
1107
1108
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []