Skip to content

Commit 47e500c

Browse files
feat: Automated regeneration of OnDemandScanning client (#13244)
Auto-created at 2025-03-27 13:21:23 +0000 using the toys pull request generator.
1 parent aaf3ec2 commit 47e500c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/on_demand_scanning/lib/google_api/on_demand_scanning/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.OnDemandScanning.V1 do
2020
API client metadata for GoogleApi.OnDemandScanning.V1.
2121
"""
2222

23-
@discovery_revision "20250217"
23+
@discovery_revision "20250321"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/on_demand_scanning/lib/google_api/on_demand_scanning/v1/model/binary_source_info.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.OnDemandScanning.V1.Model.BinarySourceInfo do
2121
2222
## Attributes
2323
24-
* `binaryVersion` (*type:* `GoogleApi.OnDemandScanning.V1.Model.PackageVersion.t`, *default:* `nil`) - The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed. See b/175908657#comment15.
24+
* `binaryVersion` (*type:* `GoogleApi.OnDemandScanning.V1.Model.PackageVersion.t`, *default:* `nil`) - The binary package. This is significant when the source is different than the binary itself. Historically if they've differed, we've stored the name of the source and its version in the package/version fields, but we should also store the binary package info, as that's what's actually installed.
2525
* `sourceVersion` (*type:* `GoogleApi.OnDemandScanning.V1.Model.PackageVersion.t`, *default:* `nil`) - The source package. Similar to the above, this is significant when the source is different than the binary itself. Since the top-level package/version fields are based on an if/else, we need a separate field for both binary and source if we want to know definitively where the data is coming from.
2626
"""
2727

clients/on_demand_scanning/lib/google_api/on_demand_scanning/v1/model/layer_details.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.OnDemandScanning.V1.Model.LayerDetails do
1919
@moduledoc """
20-
Details about the layer a package was found in. This should be the same as the LayerDetails message in google3/third_party/scalibr/binary/proto/scan_result.proto.
20+
Details about the layer a package was found in.
2121
2222
## Attributes
2323

clients/on_demand_scanning/lib/google_api/on_demand_scanning/v1/model/package_data.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule GoogleApi.OnDemandScanning.V1.Model.PackageData do
3535
* `osVersion` (*type:* `String.t`, *default:* `nil`) - The version of the OS Used to generate the cpe_uri for OS packages
3636
* `package` (*type:* `String.t`, *default:* `nil`) - The package being analysed for vulnerabilities
3737
* `packageType` (*type:* `String.t`, *default:* `nil`) - The type of package: os, maven, go, etc.
38-
* `patchedCve` (*type:* `list(String.t)`, *default:* `nil`) - CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-scanning
38+
* `patchedCve` (*type:* `list(String.t)`, *default:* `nil`) - CVEs that this package is no longer vulnerable to
3939
* `sourceVersion` (*type:* `GoogleApi.OnDemandScanning.V1.Model.PackageVersion.t`, *default:* `nil`) - DEPRECATED
4040
* `unused` (*type:* `String.t`, *default:* `nil`) -
4141
* `version` (*type:* `String.t`, *default:* `nil`) - The version of the package being analysed

0 commit comments

Comments
 (0)