google-apis-containeranalysis_v1alpha1 0.78.0 → 0.79.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: c41712dbe420affe9ca527cc21709c685bfe441b1e6227ecfd083012bb8d24d6
4
- data.tar.gz: 986db1dcfab16bc32b809c73829f62ba6539a738d2be5318740a130beed33a6e
3
+ metadata.gz: 0cfe94fefbb645b90c53f5648ce21ecc044a4570d8d0c52400e107e66076c342
4
+ data.tar.gz: 67eae0ac47dc0e0876ba3b0c2d607390becaa30291991484d6c1d97cd9237437
5
5
  SHA512:
6
- metadata.gz: 989c3fbbef3bc75d5b74d545e4734d63f752b29d264b5b9387084a019eb955aea0ed3314ca8820c516c68fd6540678a64c740527ee35ebc7afec18bf7f27664d
7
- data.tar.gz: c1bfd667593d1fa4ac8347c86e9df4b8ffca7c52e84920e170aecb0d1812fb039a897322b8ad5255c704afe478de57e761860711b2d157cb665736e31c457437
6
+ metadata.gz: 75fa16843ff11826d0c52f89fb00e0d1520df63ea425786e820f37726b1d31d4dadf33d56fdf7bd39ed38d845847246b038dea2e87fd00e4bc27472a95977cdb
7
+ data.tar.gz: 5182f55af6622cfcba2a18786ba83e1c4a57c16957d576fa7ce8575e2d49871d80de3b7ede4a138dcefca96b1377f8d858d31c8265259f60097d969c60aa7874
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.79.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260123
6
+
3
7
  ### v0.78.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251203
@@ -3642,6 +3642,11 @@ module Google
3642
3642
  # @return [String]
3643
3643
  attr_accessor :last_scan_time
3644
3644
 
3645
+ # Optional. The last time vulnerability scan results changed.
3646
+ # Corresponds to the JSON property `lastVulnerabilityUpdateTime`
3647
+ # @return [String]
3648
+ attr_accessor :last_vulnerability_update_time
3649
+
3645
3650
  # This resource represents a long-running operation that is the result of a
3646
3651
  # network API call.
3647
3652
  # Corresponds to the JSON property `operation`
@@ -3673,6 +3678,7 @@ module Google
3673
3678
  @cpe = args[:cpe] if args.key?(:cpe)
3674
3679
  @files = args[:files] if args.key?(:files)
3675
3680
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3681
+ @last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
3676
3682
  @operation = args[:operation] if args.key?(:operation)
3677
3683
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
3678
3684
  @vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.78.0"
19
+ GEM_VERSION = "0.79.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
@@ -2070,6 +2070,7 @@ module Google
2070
2070
  collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1alpha1::File, decorator: Google::Apis::ContaineranalysisV1alpha1::File::Representation
2071
2071
 
2072
2072
  property :last_scan_time, as: 'lastScanTime'
2073
+ property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
2073
2074
  property :operation, as: 'operation', class: Google::Apis::ContaineranalysisV1alpha1::Operation, decorator: Google::Apis::ContaineranalysisV1alpha1::Operation::Representation
2074
2075
 
2075
2076
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1alpha1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1alpha1::SbomStatus::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.78.0
4
+ version: 0.79.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_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.79.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: