google-apis-containeranalysis_v1 0.68.0 → 0.69.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: 0b05dc894b2d89e641cd8caf9086b802844a82c9af7851040ef7ff3fcca3d6a3
4
- data.tar.gz: f757858a87c2b2ef44b74877f4c380f0f1867fee175da05842625c6969437c14
3
+ metadata.gz: a47dab4fc1ee26402391e0543882f77f612ae9ac1f57bc2593f8232aa252a210
4
+ data.tar.gz: 54c3ac97fd53fa2af91d9a1574225c8ce25e9c992cfd0eee57ec00297345942c
5
5
  SHA512:
6
- metadata.gz: 7cb8ca961d34fd4b7e8484d5888f0eff5f1db880b794d83a478ae248c8559b7f315d81d0c24df76217f26bd54ac5701785b987481198edba5f3fb74e58efb3bc
7
- data.tar.gz: 5cb1a1a9a2afedeeb53f0c4db1d0dfbf3608c821db87095e5ef63d213b38c9586aa5ef5180393bcbea0cb001d6b78b2c88fe4e7cc3d0f12017b84f5b57254af9
6
+ metadata.gz: f671b7b87472197f4dc67cbae79514631e2fd1b1181002c7f29d780186286ca2b6936a31b7e443e2c49fa8aa2b5c20ab540b452a4f726dbe3c02e269a94c20f7
7
+ data.tar.gz: bccb90bb34aa2413e4b82f429f30c602d3c7ff42e45db45525ffa7bfc6ac0047c95f2546ae0087e43564dc57b658884400ef054844529c7ef5b0c4cba1e0f813
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.69.0 (2026-02-22)
4
+
5
+ * Regenerated from discovery document revision 20260213
6
+
3
7
  ### v0.68.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260130
@@ -272,6 +272,11 @@ module Google
272
272
  # @return [String]
273
273
  attr_accessor :name
274
274
 
275
+ # The registry in which the base image is from.
276
+ # Corresponds to the JSON property `registry`
277
+ # @return [String]
278
+ attr_accessor :registry
279
+
275
280
  # The repository name in which the base image is from.
276
281
  # Corresponds to the JSON property `repository`
277
282
  # @return [String]
@@ -285,6 +290,7 @@ module Google
285
290
  def update!(**args)
286
291
  @layer_count = args[:layer_count] if args.key?(:layer_count)
287
292
  @name = args[:name] if args.key?(:name)
293
+ @registry = args[:registry] if args.key?(:registry)
288
294
  @repository = args[:repository] if args.key?(:repository)
289
295
  end
290
296
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.69.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 = "20260130"
25
+ REVISION = "20260213"
26
26
  end
27
27
  end
28
28
  end
@@ -1180,6 +1180,7 @@ module Google
1180
1180
  class Representation < Google::Apis::Core::JsonRepresentation
1181
1181
  property :layer_count, as: 'layerCount'
1182
1182
  property :name, as: 'name'
1183
+ property :registry, as: 'registry'
1183
1184
  property :repository, as: 'repository'
1184
1185
  end
1185
1186
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.69.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.69.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
62
62
  rdoc_options: []
63
63
  require_paths: