google-apis-ondemandscanning_v1beta1 0.51.0 → 0.53.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: 71ab6733eddce2da729cddb0151b84dff7e3e89fed15c4df3cd7d105399b28f3
4
+ data.tar.gz: fa18ec47c3bf49077c840e961d7f23dba85c3494e82fcd70cf1ca85d8f69ae79
5
5
  SHA512:
6
- metadata.gz: 0356a8cfe3fce131976f8213053470f3cec81a885e7aea590046ffa327c9ee645f4d0bb05450a73b388076198556120517e31f4b7e36bf902fd4c6131ffee169
7
- data.tar.gz: 92ae9f8abde9448b768b35dbaaa692658efca0598bb350817cea539951c9f931f28d60a57644a65cbc5e1986fd844adc3f5562e78bdc7fd47d42a01d2cb2dd64
6
+ metadata.gz: cf9307e1843797dcd73722d371bfbc4dac93a3acdf4f41fc339ca8259da18943c85e2f4837bea9fee44196c8b3d10e65cf743e3d251ef28b896cab1d2e5c6719
7
+ data.tar.gz: be42ef83cecca586ff806f00bb00411ce116b42fc29598acb8c57e01cac126cceea25f829f5dfba6f3f3a00d573b66f2f0bbdb30fbae4fda3270e6836895daad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-ondemandscanning_v1beta1
2
2
 
3
+ ### v0.53.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.52.0 (2025-03-30)
8
+
9
+ * Regenerated from discovery document revision 20250321
10
+
3
11
  ### v0.51.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250217
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/container-analysis/docs/on-
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.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.53.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: 1980-01-02 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.53.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for On-Demand Scanning API V1beta1
79
79
  test_files: []