google-apis-containeranalysis_v1alpha1 0.79.0 → 0.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cfe94fefbb645b90c53f5648ce21ecc044a4570d8d0c52400e107e66076c342
4
- data.tar.gz: 67eae0ac47dc0e0876ba3b0c2d607390becaa30291991484d6c1d97cd9237437
3
+ metadata.gz: 297c1b39f74d0fa7750d13f6be89df30a663944368e9f8bf2b62d6d6faa9c824
4
+ data.tar.gz: ec91ec9a09ce8d6d93afe2c9e832c6520f7d6df949107326204d9fa1e38c9ae4
5
5
  SHA512:
6
- metadata.gz: 75fa16843ff11826d0c52f89fb00e0d1520df63ea425786e820f37726b1d31d4dadf33d56fdf7bd39ed38d845847246b038dea2e87fd00e4bc27472a95977cdb
7
- data.tar.gz: 5182f55af6622cfcba2a18786ba83e1c4a57c16957d576fa7ce8575e2d49871d80de3b7ede4a138dcefca96b1377f8d858d31c8265259f60097d969c60aa7874
6
+ metadata.gz: a4c045edc7a09b15295687d6be759d3a5e051f27f43e545925b58654b4c1ee6519dc3bd814570bceeefcd1db301ae4525bc53c42513d3ea88db00011421d90f4
7
+ data.tar.gz: ae2ffaaaa7bf64cbe67cee9ee6129d58cc4a8e3e9642e07b9386ac088028f0d564ddd79d0aaa7f92a6d7ec14c94cb9188f63e216996fe71a7c85d294dad99451
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.80.0 (2026-02-22)
4
+
5
+ * Regenerated from discovery document revision 20260213
6
+
3
7
  ### v0.79.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260123
@@ -265,6 +265,11 @@ module Google
265
265
  # @return [String]
266
266
  attr_accessor :name
267
267
 
268
+ # The registry of the base image.
269
+ # Corresponds to the JSON property `registry`
270
+ # @return [String]
271
+ attr_accessor :registry
272
+
268
273
  # The repository name in which the base image is from.
269
274
  # Corresponds to the JSON property `repository`
270
275
  # @return [String]
@@ -278,6 +283,7 @@ module Google
278
283
  def update!(**args)
279
284
  @layer_count = args[:layer_count] if args.key?(:layer_count)
280
285
  @name = args[:name] if args.key?(:name)
286
+ @registry = args[:registry] if args.key?(:registry)
281
287
  @repository = args[:repository] if args.key?(:repository)
282
288
  end
283
289
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.79.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260123"
25
+ REVISION = "20260213"
26
26
  end
27
27
  end
28
28
  end
@@ -1225,6 +1225,7 @@ module Google
1225
1225
  class Representation < Google::Apis::Core::JsonRepresentation
1226
1226
  property :layer_count, as: 'layerCount'
1227
1227
  property :name, as: 'name'
1228
+ property :registry, as: 'registry'
1228
1229
  property :repository, as: 'repository'
1229
1230
  end
1230
1231
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.79.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.79.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.80.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: