Skip to content

Commit 4f93e76

Browse files
feat: Automated regeneration of containeranalysis v1alpha1 client (googleapis#24547)
Auto-created at 2025-10-05 10:55:09 +0000 using the toys pull request generator.
1 parent 3e3ecb9 commit 4f93e76

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
@@ -137150,6 +137150,7 @@
137150137150
"/containeranalysis:v1alpha1/LayerDetails": layer_details
137151137151
"/containeranalysis:v1alpha1/LayerDetails/baseImages": base_images
137152137152
"/containeranalysis:v1alpha1/LayerDetails/baseImages/base_image": base_image
137153+
"/containeranalysis:v1alpha1/LayerDetails/chainId": chain_id
137153137154
"/containeranalysis:v1alpha1/LayerDetails/command": command
137154137155
"/containeranalysis:v1alpha1/LayerDetails/diffId": diff_id
137155137156
"/containeranalysis:v1alpha1/LayerDetails/index": index

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.76.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250928
6+
37
### v0.75.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250829

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
@@ -5041,6 +5041,11 @@ class LayerDetails
50415041
# @return [Array<Google::Apis::ContaineranalysisV1alpha1::BaseImage>]
50425042
attr_accessor :base_images
50435043

5044+
# The chain ID of the layer in the container image.
5045+
# Corresponds to the JSON property `chainId`
5046+
# @return [String]
5047+
attr_accessor :chain_id
5048+
50445049
# The layer build command that was used to build the layer. This may not be
50455050
# found in all layers depending on how the container image is built.
50465051
# Corresponds to the JSON property `command`
@@ -5064,6 +5069,7 @@ def initialize(**args)
50645069
# Update properties of this object
50655070
def update!(**args)
50665071
@base_images = args[:base_images] if args.key?(:base_images)
5072+
@chain_id = args[:chain_id] if args.key?(:chain_id)
50675073
@command = args[:command] if args.key?(:command)
50685074
@diff_id = args[:diff_id] if args.key?(:diff_id)
50695075
@index = args[:index] if args.key?(:index)

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.75.0"
19+
GEM_VERSION = "0.76.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 = "20250829"
25+
REVISION = "20250928"
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
@@ -2474,6 +2474,7 @@ class LayerDetails
24742474
class Representation < Google::Apis::Core::JsonRepresentation
24752475
collection :base_images, as: 'baseImages', class: Google::Apis::ContaineranalysisV1alpha1::BaseImage, decorator: Google::Apis::ContaineranalysisV1alpha1::BaseImage::Representation
24762476

2477+
property :chain_id, as: 'chainId'
24772478
property :command, as: 'command'
24782479
property :diff_id, as: 'diffId'
24792480
property :index, as: 'index'

0 commit comments

Comments
 (0)