Skip to content

Commit 97afdcd

Browse files
feat: Automated regeneration of containeranalysis v1alpha1 client (#25791)
Auto-created at 2026-02-22 10:27:27 +0000 using the toys pull request generator.
1 parent 8e4918d commit 97afdcd

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146862,6 +146862,7 @@
146862146862
"/containeranalysis:v1alpha1/BaseImage": base_image
146863146863
"/containeranalysis:v1alpha1/BaseImage/layerCount": layer_count
146864146864
"/containeranalysis:v1alpha1/BaseImage/name": name
146865+
"/containeranalysis:v1alpha1/BaseImage/registry": registry
146865146866
"/containeranalysis:v1alpha1/BaseImage/repository": repository
146866146867
"/containeranalysis:v1alpha1/Basis": basis
146867146868
"/containeranalysis:v1alpha1/Basis/fingerprint": fingerprint

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

3+
### v0.80.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260213
6+
37
### v0.79.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260123

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ class BaseImage
265265
# @return [String]
266266
attr_accessor :name
267267

268+
# The registry of the base image.
269+
# Corresponds to the JSON property `registry`
270+
# @return [String]
271+
attr_accessor :registry
272+
268273
# The repository name in which the base image is from.
269274
# Corresponds to the JSON property `repository`
270275
# @return [String]
@@ -278,6 +283,7 @@ def initialize(**args)
278283
def update!(**args)
279284
@layer_count = args[:layer_count] if args.key?(:layer_count)
280285
@name = args[:name] if args.key?(:name)
286+
@registry = args[:registry] if args.key?(:registry)
281287
@repository = args[:repository] if args.key?(:repository)
282288
end
283289
end

generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/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 ContaineranalysisV1alpha1
1818
# Version of the google-apis-containeranalysis_v1alpha1 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.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 = "20260123"
25+
REVISION = "20260213"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,7 @@ class BaseImage
12251225
class Representation < Google::Apis::Core::JsonRepresentation
12261226
property :layer_count, as: 'layerCount'
12271227
property :name, as: 'name'
1228+
property :registry, as: 'registry'
12281229
property :repository, as: 'repository'
12291230
end
12301231
end

0 commit comments

Comments
 (0)