google-apis-ondemandscanning_v1 0.59.0 → 0.60.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: 6a9f8868307a7031a12e855ceecba29b773cb79a62c99366e120e7a4ba5c24ad
4
- data.tar.gz: 85996141f859bcd035ff0070121fefd8c3b8882f4f5335a1488cb2e0f799606a
3
+ metadata.gz: 21245f0d06e1805b0acec17c8630bba1e89d2e02a62fec3f6da2c4c227a3375b
4
+ data.tar.gz: 5ab38b01a9de3a61c19c048a7548e140006bd13996d93a0baa9e091ff535c549
5
5
  SHA512:
6
- metadata.gz: 69cc1c4d57f246a4104ca6191d50998176d98b6e649b941340904806abf331e259924ab02c2a88fa3af5b11d9798b3d49edd33d74eafd2e2549dd20f4cd07ade
7
- data.tar.gz: c7f09a4f8135a2440fa97a1540e67043c141216a3ce6b74be2062e62f1543ba8a4f4f135bc64149eb21a38b3e070a3cc1e954331aef3c406bc940d73fd15978d
6
+ metadata.gz: 6a7f287ebc399ba4e87ee8124545641cc1a1723e0752fd3e779651a9f04bcd79c5156a6de532d86fa5a850bea23796d46af11a14657dc9f194201a9b6fdf8342
7
+ data.tar.gz: f17b58425edc1e3482c173fedb8668f6f5691b3d4349e1dc572c1899025feaeae201ae547637d91350e1443c1685ac4a4a109fc53bed921a82215b1203fc8a72
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1
2
2
 
3
+ ### v0.60.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260126
6
+
3
7
  ### v0.59.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251208
@@ -1042,6 +1042,11 @@ module Google
1042
1042
  # @return [String]
1043
1043
  attr_accessor :last_scan_time
1044
1044
 
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
+
1045
1050
  # The status of an SBOM generation.
1046
1051
  # Corresponds to the JSON property `sbomStatus`
1047
1052
  # @return [Google::Apis::OndemandscanningV1::SbomStatus]
@@ -1062,6 +1067,7 @@ module Google
1062
1067
  @cpe = args[:cpe] if args.key?(:cpe)
1063
1068
  @files = args[:files] if args.key?(:files)
1064
1069
  @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)
1065
1071
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
1066
1072
  end
1067
1073
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OndemandscanningV1
18
18
  # Version of the google-apis-ondemandscanning_v1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.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 = "20251208"
25
+ REVISION = "20260126"
26
26
  end
27
27
  end
28
28
  end
@@ -934,6 +934,7 @@ module Google
934
934
  collection :files, as: 'files', class: Google::Apis::OndemandscanningV1::File, decorator: Google::Apis::OndemandscanningV1::File::Representation
935
935
 
936
936
  property :last_scan_time, as: 'lastScanTime'
937
+ property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
937
938
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::OndemandscanningV1::SbomStatus, decorator: Google::Apis::OndemandscanningV1::SbomStatus::Representation
938
939
 
939
940
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ondemandscanning_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.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-ondemandscanning_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.60.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1
62
62
  rdoc_options: []
63
63
  require_paths: