google-apis-containeranalysis_v1 0.71.0 → 0.72.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: 3b63b8600af1be1f9efb852ff78dab6421f208d8e8da5702c230d40a177fb87f
4
- data.tar.gz: 5ea5d5d90adfa5efeb2fae537e8319b92adcf9262cdab0ee8c410b936fb417f0
3
+ metadata.gz: 1dc9879b08fdf65db978681c6fa146d26f6494ba83546d8fab02e127d6cb1eb3
4
+ data.tar.gz: a648025f4a0661486edca787a3bc6ee76b16ee407fd6ecad973fd01c68f88cce
5
5
  SHA512:
6
- metadata.gz: 9b731a9158c976c693d1f8f2767924f178d999545484aae30915257ccb0d355852d57c4c400f5beee1611cfc2b204b4dad14e58ed2c38bcb17a3e5bc8eecc35e
7
- data.tar.gz: a0330e349e0b4d982466f2bad3264ca9e902765cc26afb69b343fd5ef108e7ef14938f956c87cae471d2751dfdab78213b263eaab15748b2e810dda36ef9f0fd
6
+ metadata.gz: dc5252f13e57885c8520e42ff64b5c7d1992c5e56798f0fd140cc32c7249104d913e342fbdfaee13a702278d051de18e4618d14f16f9f304e15ddb2fc219b259
7
+ data.tar.gz: e2cf42123cd9d0feddc40b3aa9309a5ebcdb83a57f48ce5411f83cf13b09105c13b45eba81508499c237af7ff9c53b8081c31646b8b8de0cb1aabdb1f59bda38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.72.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260320
6
+
3
7
  ### v0.71.0 (2026-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260313
@@ -5424,6 +5424,11 @@ module Google
5424
5424
  class Occurrence
5425
5425
  include Google::Apis::Core::Hashable
5426
5426
 
5427
+ # The time this advisory was published by the source.
5428
+ # Corresponds to the JSON property `advisoryPublishTime`
5429
+ # @return [String]
5430
+ attr_accessor :advisory_publish_time
5431
+
5427
5432
  # Occurrence that represents a single "attestation". The authenticity of an
5428
5433
  # attestation can be verified using the attached signature. If the verifier
5429
5434
  # trusts the public key of the signer, then verifying the signature is
@@ -5552,6 +5557,7 @@ module Google
5552
5557
 
5553
5558
  # Update properties of this object
5554
5559
  def update!(**args)
5560
+ @advisory_publish_time = args[:advisory_publish_time] if args.key?(:advisory_publish_time)
5555
5561
  @attestation = args[:attestation] if args.key?(:attestation)
5556
5562
  @build = args[:build] if args.key?(:build)
5557
5563
  @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.71.0"
19
+ GEM_VERSION = "0.72.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 = "20260313"
25
+ REVISION = "20260320"
26
26
  end
27
27
  end
28
28
  end
@@ -2553,6 +2553,7 @@ module Google
2553
2553
  class Occurrence
2554
2554
  # @private
2555
2555
  class Representation < Google::Apis::Core::JsonRepresentation
2556
+ property :advisory_publish_time, as: 'advisoryPublishTime'
2556
2557
  property :attestation, as: 'attestation', class: Google::Apis::ContaineranalysisV1::AttestationOccurrence, decorator: Google::Apis::ContaineranalysisV1::AttestationOccurrence::Representation
2557
2558
 
2558
2559
  property :build, as: 'build', class: Google::Apis::ContaineranalysisV1::BuildOccurrence, decorator: Google::Apis::ContaineranalysisV1::BuildOccurrence::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.71.0
4
+ version: 0.72.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.71.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.72.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: