Skip to content

Commit e01d238

Browse files
feat: Automated regeneration of ondemandscanning v1beta1 client (#26053)
Auto-created at 2026-03-22 11:07:08 +0000 using the toys pull request generator.
1 parent a3b2a92 commit e01d238

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329794,6 +329794,7 @@
329794329794
"/ondemandscanning:v1beta1/GrafeasV1FileLocation": grafeas_v1_file_location
329795329795
"/ondemandscanning:v1beta1/GrafeasV1FileLocation/filePath": file_path
329796329796
"/ondemandscanning:v1beta1/GrafeasV1FileLocation/layerDetails": layer_details
329797+
"/ondemandscanning:v1beta1/GrafeasV1FileLocation/lineNumber": line_number
329797329798
"/ondemandscanning:v1beta1/GrafeasV1LayerDetails": grafeas_v1_layer_details
329798329799
"/ondemandscanning:v1beta1/GrafeasV1LayerDetails/baseImages": base_images
329799329800
"/ondemandscanning:v1beta1/GrafeasV1LayerDetails/baseImages/base_image": base_image

generated/google-apis-ondemandscanning_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-ondemandscanning_v1beta1
22

3+
### v0.62.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260316
6+
37
### v0.61.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260209

generated/google-apis-ondemandscanning_v1beta1/lib/google/apis/ondemandscanning_v1beta1/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,12 @@ class GrafeasV1FileLocation
13931393
# @return [Google::Apis::OndemandscanningV1beta1::GrafeasV1LayerDetails]
13941394
attr_accessor :layer_details
13951395

1396+
# Line number in the file where the package was found. Optional field that only
1397+
# applies to source repository scanning.
1398+
# Corresponds to the JSON property `lineNumber`
1399+
# @return [Fixnum]
1400+
attr_accessor :line_number
1401+
13961402
def initialize(**args)
13971403
update!(**args)
13981404
end
@@ -1401,6 +1407,7 @@ def initialize(**args)
14011407
def update!(**args)
14021408
@file_path = args[:file_path] if args.key?(:file_path)
14031409
@layer_details = args[:layer_details] if args.key?(:layer_details)
1410+
@line_number = args[:line_number] if args.key?(:line_number)
14041411
end
14051412
end
14061413

generated/google-apis-ondemandscanning_v1beta1/lib/google/apis/ondemandscanning_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OndemandscanningV1beta1
1818
# Version of the google-apis-ondemandscanning_v1beta1 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260209"
25+
REVISION = "20260316"
2626
end
2727
end
2828
end

generated/google-apis-ondemandscanning_v1beta1/lib/google/apis/ondemandscanning_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10411041
property :file_path, as: 'filePath'
10421042
property :layer_details, as: 'layerDetails', class: Google::Apis::OndemandscanningV1beta1::GrafeasV1LayerDetails, decorator: Google::Apis::OndemandscanningV1beta1::GrafeasV1LayerDetails::Representation
10431043

1044+
property :line_number, as: 'lineNumber'
10441045
end
10451046
end
10461047

0 commit comments

Comments
 (0)