Skip to content

Commit 138994e

Browse files
feat: Automated regeneration of ondemandscanning v1 client (googleapis#25570)
Auto-created at 2026-02-01 11:11:18 +0000 using the toys pull request generator.
1 parent 04c4ae4 commit 138994e

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
@@ -322878,6 +322878,7 @@
322878322878
"/ondemandscanning:v1/DiscoveryOccurrence/files": files
322879322879
"/ondemandscanning:v1/DiscoveryOccurrence/files/file": file
322880322880
"/ondemandscanning:v1/DiscoveryOccurrence/lastScanTime": last_scan_time
322881+
"/ondemandscanning:v1/DiscoveryOccurrence/lastVulnerabilityUpdateTime": last_vulnerability_update_time
322881322882
"/ondemandscanning:v1/DiscoveryOccurrence/sbomStatus": sbom_status
322882322883
"/ondemandscanning:v1/DiscoveryOccurrence/vulnerabilityAttestation": vulnerability_attestation
322883322884
"/ondemandscanning:v1/Empty": empty

generated/google-apis-ondemandscanning_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-ondemandscanning_v1
22

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

59
* Regenerated from discovery document revision 20251208

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,11 @@ class DiscoveryOccurrence
10421042
# @return [String]
10431043
attr_accessor :last_scan_time
10441044

1045+
# The last time vulnerability scan results changed.
1046+
# Corresponds to the JSON property `lastVulnerabilityUpdateTime`
1047+
# @return [String]
1048+
attr_accessor :last_vulnerability_update_time
1049+
10451050
# The status of an SBOM generation.
10461051
# Corresponds to the JSON property `sbomStatus`
10471052
# @return [Google::Apis::OndemandscanningV1::SbomStatus]
@@ -1062,6 +1067,7 @@ def update!(**args)
10621067
@cpe = args[:cpe] if args.key?(:cpe)
10631068
@files = args[:files] if args.key?(:files)
10641069
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
1070+
@last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
10651071
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
10661072
end
10671073
end

generated/google-apis-ondemandscanning_v1/lib/google/apis/ondemandscanning_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 OndemandscanningV1
1818
# Version of the google-apis-ondemandscanning_v1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.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 = "20251208"
25+
REVISION = "20260126"
2626
end
2727
end
2828
end

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

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

936936
property :last_scan_time, as: 'lastScanTime'
937+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
937938
property :sbom_status, as: 'sbomStatus', class: Google::Apis::OndemandscanningV1::SbomStatus, decorator: Google::Apis::OndemandscanningV1::SbomStatus::Representation
938939

939940
end

0 commit comments

Comments
 (0)