google-apis-ondemandscanning_v1 0.53.0 → 0.54.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: 917f4f6005be7dec8a3c9d6a089750112a8265522539006967457e4977c2119d
4
- data.tar.gz: 8236a74aca66eca069e9302a31f9885fab9ccedf01036a9bcf49d9c486b4ddca
3
+ metadata.gz: 91921610e169d9193b66eabe56fc2f90c0bd1a577f6784d16d8adf6ed8cc5a29
4
+ data.tar.gz: 7597e3a2904c4dc098876d50617508f838f61ab754d63dc12a11d4ad2d9057ed
5
5
  SHA512:
6
- metadata.gz: 8fc5d1c5e6cf168ed7e289754739853b365b51aca3b242e3fc9e03b40c23d0780cfa961442ed5c4c5b293bd47736b37627034366ac2ddc11f49ef036eb298b64
7
- data.tar.gz: 286f2b71e7901934d4927899b081f4946244482531590dfe02d5e3392ee19861fcc537d3f265cfb48eaf993cb11b19bb76191fc0a82ce967a61e2ff60200913c
6
+ metadata.gz: e0659f9bb700ea2f08483b984fabbda69cefa4457dc960f4001e042f910e9ffdf70da461273f5fe0048d9bb2f85efb8a3dba0a88cd649d9a2bc1c5c65f787b1a
7
+ data.tar.gz: 3c5d351144fc3da9b2a87998da031cd96605dc5de7b4f88c84b1f1137e8993e6b851a74d065a2e4e3e2fe3ae76e76cc32f7f512d2a8ea6112035151301982eaf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1
2
2
 
3
+ ### v0.54.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250321
6
+
3
7
  ### v0.53.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250217
@@ -315,8 +315,7 @@ module Google
315
315
  # The binary package. This is significant when the source is different than the
316
316
  # binary itself. Historically if they've differed, we've stored the name of the
317
317
  # source and its version in the package/version fields, but we should also store
318
- # the binary package info, as that's what's actually installed. See b/175908657#
319
- # comment15.
318
+ # the binary package info, as that's what's actually installed.
320
319
  # Corresponds to the JSON property `binaryVersion`
321
320
  # @return [Google::Apis::OndemandscanningV1::PackageVersion]
322
321
  attr_accessor :binary_version
@@ -1146,9 +1145,7 @@ module Google
1146
1145
  # @return [String]
1147
1146
  attr_accessor :file_path
1148
1147
 
1149
- # Details about the layer a package was found in. This should be the same as the
1150
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
1151
- # proto.
1148
+ # Details about the layer a package was found in.
1152
1149
  # Corresponds to the JSON property `layerDetails`
1153
1150
  # @return [Google::Apis::OndemandscanningV1::LayerDetails]
1154
1151
  attr_accessor :layer_details
@@ -1870,9 +1867,7 @@ module Google
1870
1867
  end
1871
1868
  end
1872
1869
 
1873
- # Details about the layer a package was found in. This should be the same as the
1874
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
1875
- # proto.
1870
+ # Details about the layer a package was found in.
1876
1871
  class LayerDetails
1877
1872
  include Google::Apis::Core::Hashable
1878
1873
 
@@ -2421,9 +2416,7 @@ module Google
2421
2416
  # @return [String]
2422
2417
  attr_accessor :hash_digest
2423
2418
 
2424
- # Details about the layer a package was found in. This should be the same as the
2425
- # LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.
2426
- # proto.
2419
+ # Details about the layer a package was found in.
2427
2420
  # Corresponds to the JSON property `layerDetails`
2428
2421
  # @return [Google::Apis::OndemandscanningV1::LayerDetails]
2429
2422
  attr_accessor :layer_details
@@ -2463,8 +2456,7 @@ module Google
2463
2456
  # @return [String]
2464
2457
  attr_accessor :package_type
2465
2458
 
2466
- # CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-
2467
- # scanning
2459
+ # CVEs that this package is no longer vulnerable to
2468
2460
  # Corresponds to the JSON property `patchedCve`
2469
2461
  # @return [Array<String>]
2470
2462
  attr_accessor :patched_cve
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.54.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: