Skip to content

Commit 04c4ae4

Browse files
feat: Automated regeneration of containeranalysis v1 client (googleapis#25568)
Auto-created at 2026-02-01 11:10:26 +0000 using the toys pull request generator.
1 parent 8c1758a commit 04c4ae4

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144039,6 +144039,7 @@
144039144039
"/containeranalysis:v1/DiscoveryOccurrence/files": files
144040144040
"/containeranalysis:v1/DiscoveryOccurrence/files/file": file
144041144041
"/containeranalysis:v1/DiscoveryOccurrence/lastScanTime": last_scan_time
144042+
"/containeranalysis:v1/DiscoveryOccurrence/lastVulnerabilityUpdateTime": last_vulnerability_update_time
144042144043
"/containeranalysis:v1/DiscoveryOccurrence/sbomStatus": sbom_status
144043144044
"/containeranalysis:v1/DiscoveryOccurrence/vulnerabilityAttestation": vulnerability_attestation
144044144045
"/containeranalysis:v1/Distribution": distribution

generated/google-apis-containeranalysis_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-containeranalysis_v1
22

3+
### v0.67.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260123
6+
37
### v0.66.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251203

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,6 +3761,11 @@ class DiscoveryOccurrence
37613761
# @return [String]
37623762
attr_accessor :last_scan_time
37633763

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+
37643769
# The status of an SBOM generation.
37653770
# Corresponds to the JSON property `sbomStatus`
37663771
# @return [Google::Apis::ContaineranalysisV1::SbomStatus]
@@ -3781,6 +3786,7 @@ def update!(**args)
37813786
@cpe = args[:cpe] if args.key?(:cpe)
37823787
@files = args[:files] if args.key?(:files)
37833788
@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)
37843790
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
37853791
end
37863792
end

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContaineranalysisV1
1818
# Version of the google-apis-containeranalysis_v1 gem
19-
GEM_VERSION = "0.66.0"
19+
GEM_VERSION = "0.67.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251203"
25+
REVISION = "20260123"
2626
end
2727
end
2828
end

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,6 +2067,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
20672067
collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1::File, decorator: Google::Apis::ContaineranalysisV1::File::Representation
20682068

20692069
property :last_scan_time, as: 'lastScanTime'
2070+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
20702071
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1::SbomStatus::Representation
20712072

20722073
end

0 commit comments

Comments
 (0)