google-apis-containeranalysis_v1 0.67.0 → 0.68.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: c79d043041a5c2cc68944331a7ea9b4be8487bf91da730ff5fd0517161708c6f
4
- data.tar.gz: 8036c2750673d6722b9b02474d5defab294154442dc8becfefa0ae984b24c6d7
3
+ metadata.gz: 0b05dc894b2d89e641cd8caf9086b802844a82c9af7851040ef7ff3fcca3d6a3
4
+ data.tar.gz: f757858a87c2b2ef44b74877f4c380f0f1867fee175da05842625c6969437c14
5
5
  SHA512:
6
- metadata.gz: a364a8dd1e99d296c1578abcd9cfb2dd93558a8e10570a5e2bbab6ba35bbf534a77ba49bcfd87333f66c3ba916491512cd23d0e8e20db32fcdf5f0d18741666f
7
- data.tar.gz: 278118afcf801ae473c720e3c3d1c707996f2bab795dd6355c2c8ef087d3e2ed9ae9b9301dab3347a6ccc4df0c4cdb4a8da54f7ce731f942b51d000d7e24553b
6
+ metadata.gz: 7cb8ca961d34fd4b7e8484d5888f0eff5f1db880b794d83a478ae248c8559b7f315d81d0c24df76217f26bd54ac5701785b987481198edba5f3fb74e58efb3bc
7
+ data.tar.gz: 5cb1a1a9a2afedeeb53f0c4db1d0dfbf3608c821db87095e5ef63d213b38c9586aa5ef5180393bcbea0cb001d6b78b2c88fe4e7cc3d0f12017b84f5b57254af9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.68.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260130
6
+
3
7
  ### v0.67.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260123
@@ -5195,6 +5195,11 @@ module Google
5195
5195
  class Note
5196
5196
  include Google::Apis::Core::Hashable
5197
5197
 
5198
+ # The timestamp when the advisory was first published by the source feed.
5199
+ # Corresponds to the JSON property `advisoryPublishTime`
5200
+ # @return [String]
5201
+ attr_accessor :advisory_publish_time
5202
+
5198
5203
  # Note kind that represents a logical attestation "role" or "authority". For
5199
5204
  # example, an organization might have one `Authority` for "QA" and one for "
5200
5205
  # build". This note is intended to act strictly as a grouping mechanism for the
@@ -5331,6 +5336,7 @@ module Google
5331
5336
 
5332
5337
  # Update properties of this object
5333
5338
  def update!(**args)
5339
+ @advisory_publish_time = args[:advisory_publish_time] if args.key?(:advisory_publish_time)
5334
5340
  @attestation = args[:attestation] if args.key?(:attestation)
5335
5341
  @build = args[:build] if args.key?(:build)
5336
5342
  @compliance = args[:compliance] if args.key?(:compliance)
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.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 = "20260130"
26
26
  end
27
27
  end
28
28
  end
@@ -2491,6 +2491,7 @@ module Google
2491
2491
  class Note
2492
2492
  # @private
2493
2493
  class Representation < Google::Apis::Core::JsonRepresentation
2494
+ property :advisory_publish_time, as: 'advisoryPublishTime'
2494
2495
  property :attestation, as: 'attestation', class: Google::Apis::ContaineranalysisV1::AttestationNote, decorator: Google::Apis::ContaineranalysisV1::AttestationNote::Representation
2495
2496
 
2496
2497
  property :build, as: 'build', class: Google::Apis::ContaineranalysisV1::BuildNote, decorator: Google::Apis::ContaineranalysisV1::BuildNote::Representation
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.67.0
4
+ version: 0.68.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.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.68.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: