google-apis-containeranalysis_v1 0.66.0 → 0.67.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: 7749d9a56bbdf1f132dd300aa0616bbd9f93f4e492ce6c19e14bccda8ce6204f
4
- data.tar.gz: b733cb64e8f72d4da03ccaba8bc55f1a36bc50917db2729c55b3ad306dd9928a
3
+ metadata.gz: c79d043041a5c2cc68944331a7ea9b4be8487bf91da730ff5fd0517161708c6f
4
+ data.tar.gz: 8036c2750673d6722b9b02474d5defab294154442dc8becfefa0ae984b24c6d7
5
5
  SHA512:
6
- metadata.gz: d458d328b28fc2f41a25ae5597f89239b838f864edd74d1c9b3866e6208dbf4a62e883701ff50b006f79011d7cb6dfbdde9b8bf0d71e14bb49813e4a94be0563
7
- data.tar.gz: 8f75ff65fd2bca39f4cddd46aab9d33da51ffd4257efed66abfca465475bd331531ad15e114a9c6d98c2c84dd5586a1c5f47b058c3ce1c0c022e17464c5c9d41
6
+ metadata.gz: a364a8dd1e99d296c1578abcd9cfb2dd93558a8e10570a5e2bbab6ba35bbf534a77ba49bcfd87333f66c3ba916491512cd23d0e8e20db32fcdf5f0d18741666f
7
+ data.tar.gz: 278118afcf801ae473c720e3c3d1c707996f2bab795dd6355c2c8ef087d3e2ed9ae9b9301dab3347a6ccc4df0c4cdb4a8da54f7ce731f942b51d000d7e24553b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.67.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260123
6
+
3
7
  ### v0.66.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251203
@@ -3761,6 +3761,11 @@ module Google
3761
3761
  # @return [String]
3762
3762
  attr_accessor :last_scan_time
3763
3763
 
3764
+ # The last time vulnerability scan results changed.
3765
+ # Corresponds to the JSON property `lastVulnerabilityUpdateTime`
3766
+ # @return [String]
3767
+ attr_accessor :last_vulnerability_update_time
3768
+
3764
3769
  # The status of an SBOM generation.
3765
3770
  # Corresponds to the JSON property `sbomStatus`
3766
3771
  # @return [Google::Apis::ContaineranalysisV1::SbomStatus]
@@ -3781,6 +3786,7 @@ module Google
3781
3786
  @cpe = args[:cpe] if args.key?(:cpe)
3782
3787
  @files = args[:files] if args.key?(:files)
3783
3788
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3789
+ @last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
3784
3790
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
3785
3791
  end
3786
3792
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251203"
25
+ REVISION = "20260123"
26
26
  end
27
27
  end
28
28
  end
@@ -2067,6 +2067,7 @@ module Google
2067
2067
  collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1::File, decorator: Google::Apis::ContaineranalysisV1::File::Representation
2068
2068
 
2069
2069
  property :last_scan_time, as: 'lastScanTime'
2070
+ property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
2070
2071
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1::SbomStatus::Representation
2071
2072
 
2072
2073
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
62
62
  rdoc_options: []
63
63
  require_paths: