google-apis-securitycenter_v1beta1 0.33.0 → 0.34.0

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: 05fe11c0ac29e9b2f6c34c2660a571ea6a2957c2b9a5dc99fb906b8b4bbd2f57
4
- data.tar.gz: 8d2f729dfaa84ce4dde6cefd7e848576cd2231ae4f360c249b89eccbda631f6f
3
+ metadata.gz: 42d69499c49ce6481d40df94891b34b4764e38315a61c6dd89c47be0235cd17b
4
+ data.tar.gz: 32c90620935197cca7d2f0bdb486406795763f4b6894e493b60cf9bc52b52970
5
5
  SHA512:
6
- metadata.gz: a9f384efd249546686ce5ffae957d6cef97d77ea862078013bd748381332ab5074f6009c65c4fb358ed7a4e32b8780c08dde1b08373c0ff9202d2489f78d281c
7
- data.tar.gz: 1e8d03c75fc3f18823adc1b3d208af935e06027fa1cb67634a224f084b76db5e82c99f56ac213150ba4e567d2a02e73a1b154d5988dd1f262e17e40493b148b2
6
+ metadata.gz: a871196992792208d60d82a4a6072aaa8b640ffe45e1be49a76a140777836d8af4e1965ee7f5e14238d5fc06bd09db49b769ac6346b76c3604c814f68b046a10
7
+ data.tar.gz: cb24c95857ee9f8a19fd5ca8b00744860f02379e91ff6e28e3a22d05f9766ebebdd476c0f6f0e44254ca161a3f56bca049a38545ff71348d992fb0c166ff437f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.34.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
3
7
  ### v0.33.0 (2022-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20220713
@@ -2350,6 +2350,11 @@ module Google
2350
2350
  # @return [Array<Google::Apis::SecuritycenterV1beta1::ProcessSignature>]
2351
2351
  attr_accessor :signatures
2352
2352
 
2353
+ # The list of URIs associated to the Findings
2354
+ # Corresponds to the JSON property `uris`
2355
+ # @return [Array<String>]
2356
+ attr_accessor :uris
2357
+
2353
2358
  def initialize(**args)
2354
2359
  update!(**args)
2355
2360
  end
@@ -2359,6 +2364,7 @@ module Google
2359
2364
  @domains = args[:domains] if args.key?(:domains)
2360
2365
  @ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
2361
2366
  @signatures = args[:signatures] if args.key?(:signatures)
2367
+ @uris = args[:uris] if args.key?(:uris)
2362
2368
  end
2363
2369
  end
2364
2370
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.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
@@ -1069,6 +1069,7 @@ module Google
1069
1069
  collection :ip_addresses, as: 'ipAddresses'
1070
1070
  collection :signatures, as: 'signatures', class: Google::Apis::SecuritycenterV1beta1::ProcessSignature, decorator: Google::Apis::SecuritycenterV1beta1::ProcessSignature::Representation
1071
1071
 
1072
+ collection :uris, as: 'uris'
1072
1073
  end
1073
1074
  end
1074
1075
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []