google-apis-ondemandscanning_v1beta1 0.51.0 → 0.52.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: 8fad2bd271d19ec10babc21d428145556a3bc2e1dcd91fea8d3425e0d4b73aa2
4
- data.tar.gz: 578b6df8da28c0280889873598452ab687b582d252c4618958fdfb1b3f5f3930
3
+ metadata.gz: 1ae36d933da1c332cd982402d1187e6c582cee03cfc93363dc5122590b86934e
4
+ data.tar.gz: eaa3c22896eafa0b3332974a707ebbae2fccabb729b8da68bf161cd209ef3313
5
5
  SHA512:
6
- metadata.gz: 0356a8cfe3fce131976f8213053470f3cec81a885e7aea590046ffa327c9ee645f4d0bb05450a73b388076198556120517e31f4b7e36bf902fd4c6131ffee169
7
- data.tar.gz: 92ae9f8abde9448b768b35dbaaa692658efca0598bb350817cea539951c9f931f28d60a57644a65cbc5e1986fd844adc3f5562e78bdc7fd47d42a01d2cb2dd64
6
+ metadata.gz: b23c5824412bc0d720878f2ed76b6dea07125d035329113cd2ea634e59c93f32b25388a3c4ac019b1846f5af4a8e0e24e67a86731257a22dd3288bbf760e5bc9
7
+ data.tar.gz: d4c4ea4810696ba2fb9a3a21f7ad5f05cf8b9b20f2673ad988775476e05a1fd84dfdeac583acb77dbbf6d87b3b2de46694f1d90b1e14781c379b819338bcde2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1beta1
2
2
 
3
+ ### v0.52.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250321
6
+
3
7
  ### v0.51.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250217
@@ -307,8 +307,7 @@ module Google
307
307
  # The binary package. This is significant when the source is different than the
308
308
  # binary itself. Historically if they've differed, we've stored the name of the
309
309
  # source and its version in the package/version fields, but we should also store
310
- # the binary package info, as that's what's actually installed. See b/175908657#
311
- # comment15.
310
+ # the binary package info, as that's what's actually installed.
312
311
  # Corresponds to the JSON property `binaryVersion`
313
312
  # @return [Google::Apis::OndemandscanningV1beta1::PackageVersion]
314
313
  attr_accessor :binary_version
@@ -1138,9 +1137,7 @@ module Google
1138
1137
  # @return [String]
1139
1138
  attr_accessor :file_path
1140
1139
 
1141
- # Details about the layer a package was found in. This should be the same as the
1142
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
1143
- # proto.
1140
+ # Details about the layer a package was found in.
1144
1141
  # Corresponds to the JSON property `layerDetails`
1145
1142
  # @return [Google::Apis::OndemandscanningV1beta1::LayerDetails]
1146
1143
  attr_accessor :layer_details
@@ -1862,9 +1859,7 @@ module Google
1862
1859
  end
1863
1860
  end
1864
1861
 
1865
- # Details about the layer a package was found in. This should be the same as the
1866
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
1867
- # proto.
1862
+ # Details about the layer a package was found in.
1868
1863
  class LayerDetails
1869
1864
  include Google::Apis::Core::Hashable
1870
1865
 
@@ -2413,9 +2408,7 @@ module Google
2413
2408
  # @return [String]
2414
2409
  attr_accessor :hash_digest
2415
2410
 
2416
- # Details about the layer a package was found in. This should be the same as the
2417
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
2418
- # proto.
2411
+ # Details about the layer a package was found in.
2419
2412
  # Corresponds to the JSON property `layerDetails`
2420
2413
  # @return [Google::Apis::OndemandscanningV1beta1::LayerDetails]
2421
2414
  attr_accessor :layer_details
@@ -2455,8 +2448,7 @@ module Google
2455
2448
  # @return [String]
2456
2449
  attr_accessor :package_type
2457
2450
 
2458
- # CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-
2459
- # scanning
2451
+ # CVEs that this package is no longer vulnerable to
2460
2452
  # Corresponds to the JSON property `patchedCve`
2461
2453
  # @return [Array<String>]
2462
2454
  attr_accessor :patched_cve
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OndemandscanningV1beta1
18
18
  # Version of the google-apis-ondemandscanning_v1beta1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250217"
25
+ REVISION = "20250321"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ondemandscanning_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: