Skip to content

Commit dddde89

Browse files
feat: Automated regeneration of ondemandscanning v1 client (googleapis#25750)
Auto-created at 2026-02-15 11:07:55 +0000 using the toys pull request generator.
1 parent 1212a01 commit dddde89

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325391,6 +325391,7 @@
325391325391
"/ondemandscanning:v1/BaseImage": base_image
325392325392
"/ondemandscanning:v1/BaseImage/layerCount": layer_count
325393325393
"/ondemandscanning:v1/BaseImage/name": name
325394+
"/ondemandscanning:v1/BaseImage/registry": registry
325394325395
"/ondemandscanning:v1/BaseImage/repository": repository
325395325396
"/ondemandscanning:v1/Binary": binary
325396325397
"/ondemandscanning:v1/Binary/name": name

generated/google-apis-ondemandscanning_v1/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_v1
22

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

59
* Regenerated from discovery document revision 20260202

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,11 @@ class BaseImage
291291
# @return [String]
292292
attr_accessor :name
293293

294+
# The registry in which the base image is from.
295+
# Corresponds to the JSON property `registry`
296+
# @return [String]
297+
attr_accessor :registry
298+
294299
# The repository name in which the base image is from.
295300
# Corresponds to the JSON property `repository`
296301
# @return [String]
@@ -304,6 +309,7 @@ def initialize(**args)
304309
def update!(**args)
305310
@layer_count = args[:layer_count] if args.key?(:layer_count)
306311
@name = args[:name] if args.key?(:name)
312+
@registry = args[:registry] if args.key?(:registry)
307313
@repository = args[:repository] if args.key?(:repository)
308314
end
309315
end

generated/google-apis-ondemandscanning_v1/lib/google/apis/ondemandscanning_v1/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 OndemandscanningV1
1818
# Version of the google-apis-ondemandscanning_v1 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 = "20260202"
25+
REVISION = "20260209"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ class BaseImage
732732
class Representation < Google::Apis::Core::JsonRepresentation
733733
property :layer_count, as: 'layerCount'
734734
property :name, as: 'name'
735+
property :registry, as: 'registry'
735736
property :repository, as: 'repository'
736737
end
737738
end

0 commit comments

Comments
 (0)