Skip to content

Commit 8c1758a

Browse files
feat: Automated regeneration of containeranalysis v1beta1 client (#25564)
Auto-created at 2026-02-01 11:02:18 +0000 using the toys pull request generator.
1 parent 9ff3605 commit 8c1758a

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
@@ -146526,6 +146526,7 @@
146526146526
"/containeranalysis:v1beta1/Discovered/files/file": file
146527146527
"/containeranalysis:v1beta1/Discovered/lastAnalysisTime": last_analysis_time
146528146528
"/containeranalysis:v1beta1/Discovered/lastScanTime": last_scan_time
146529+
"/containeranalysis:v1beta1/Discovered/lastVulnerabilityUpdateTime": last_vulnerability_update_time
146529146530
"/containeranalysis:v1beta1/Discovered/sbomStatus": sbom_status
146530146531
"/containeranalysis:v1beta1/Discovery": discovery
146531146532
"/containeranalysis:v1beta1/Discovery/analysisKind": analysis_kind

generated/google-apis-containeranalysis_v1beta1/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_v1beta1
22

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

59
* Regenerated from discovery document revision 20251203

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3488,6 +3488,11 @@ class Discovered
34883488
# @return [String]
34893489
attr_accessor :last_scan_time
34903490

3491+
# The last time vulnerability scan results changed.
3492+
# Corresponds to the JSON property `lastVulnerabilityUpdateTime`
3493+
# @return [String]
3494+
attr_accessor :last_vulnerability_update_time
3495+
34913496
# The status of an SBOM generation.
34923497
# Corresponds to the JSON property `sbomStatus`
34933498
# @return [Google::Apis::ContaineranalysisV1beta1::SbomStatus]
@@ -3507,6 +3512,7 @@ def update!(**args)
35073512
@files = args[:files] if args.key?(:files)
35083513
@last_analysis_time = args[:last_analysis_time] if args.key?(:last_analysis_time)
35093514
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3515+
@last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
35103516
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
35113517
end
35123518
end

generated/google-apis-containeranalysis_v1beta1/lib/google/apis/containeranalysis_v1beta1/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 ContaineranalysisV1beta1
1818
# Version of the google-apis-containeranalysis_v1beta1 gem
19-
GEM_VERSION = "0.70.0"
19+
GEM_VERSION = "0.71.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_v1beta1/lib/google/apis/containeranalysis_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19401940

19411941
property :last_analysis_time, as: 'lastAnalysisTime'
19421942
property :last_scan_time, as: 'lastScanTime'
1943+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
19431944
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1beta1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1beta1::SbomStatus::Representation
19441945

19451946
end

0 commit comments

Comments
 (0)