File tree Expand file tree Collapse file tree
generated/google-apis-ondemandscanning_v1
lib/google/apis/ondemandscanning_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments