google-apis-containeranalysis_v1 0.65.0 → 0.67.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: 7840caec35037295c090e80c0a9b5e6ff836e9728b17c7859d30d836905ab916
4
- data.tar.gz: 9a8e97d40c6f0ca9453440d060ae1da7dd819274876fa4dcf84846e5cabb018a
3
+ metadata.gz: c79d043041a5c2cc68944331a7ea9b4be8487bf91da730ff5fd0517161708c6f
4
+ data.tar.gz: 8036c2750673d6722b9b02474d5defab294154442dc8becfefa0ae984b24c6d7
5
5
  SHA512:
6
- metadata.gz: d83b411f232a5a42c935613443444e9bf32cee033a066178be3e8082476d1c4624573692eb0cebb0a5ea74df3c851446c3ab156b573dcf0407144f9e98c1b8de
7
- data.tar.gz: a307d5f72f1a235bad405a4bf84a67e16ac2d7792ec6c61bb1746ff9fc4022cca4139864dfa41175f28c0b39f27a86142db4e7b9f417138e244cdbef899fbc1f
6
+ metadata.gz: a364a8dd1e99d296c1578abcd9cfb2dd93558a8e10570a5e2bbab6ba35bbf534a77ba49bcfd87333f66c3ba916491512cd23d0e8e20db32fcdf5f0d18741666f
7
+ data.tar.gz: 278118afcf801ae473c720e3c3d1c707996f2bab795dd6355c2c8ef087d3e2ed9ae9b9301dab3347a6ccc4df0c4cdb4a8da54f7ce731f942b51d000d7e24553b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.67.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260123
6
+
7
+ ### v0.66.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251203
10
+
3
11
  ### v0.65.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251030
@@ -1647,6 +1647,14 @@ module Google
1647
1647
  # @return [String]
1648
1648
  attr_accessor :artifact_id
1649
1649
 
1650
+ # Optional. Path to a folder containing the files to upload to Artifact Registry.
1651
+ # This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
1652
+ # relative path from /workspace, e.g. `my-app/target/`. This field is mutually
1653
+ # exclusive with the `path` field.
1654
+ # Corresponds to the JSON property `deployFolder`
1655
+ # @return [String]
1656
+ attr_accessor :deploy_folder
1657
+
1650
1658
  # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1651
1659
  # Corresponds to the JSON property `groupId`
1652
1660
  # @return [String]
@@ -1679,6 +1687,7 @@ module Google
1679
1687
  # Update properties of this object
1680
1688
  def update!(**args)
1681
1689
  @artifact_id = args[:artifact_id] if args.key?(:artifact_id)
1690
+ @deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
1682
1691
  @group_id = args[:group_id] if args.key?(:group_id)
1683
1692
  @path = args[:path] if args.key?(:path)
1684
1693
  @repository = args[:repository] if args.key?(:repository)
@@ -3752,6 +3761,11 @@ module Google
3752
3761
  # @return [String]
3753
3762
  attr_accessor :last_scan_time
3754
3763
 
3764
+ # The last time vulnerability scan results changed.
3765
+ # Corresponds to the JSON property `lastVulnerabilityUpdateTime`
3766
+ # @return [String]
3767
+ attr_accessor :last_vulnerability_update_time
3768
+
3755
3769
  # The status of an SBOM generation.
3756
3770
  # Corresponds to the JSON property `sbomStatus`
3757
3771
  # @return [Google::Apis::ContaineranalysisV1::SbomStatus]
@@ -3772,6 +3786,7 @@ module Google
3772
3786
  @cpe = args[:cpe] if args.key?(:cpe)
3773
3787
  @files = args[:files] if args.key?(:files)
3774
3788
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3789
+ @last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
3775
3790
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
3776
3791
  end
3777
3792
  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.65.0"
19
+ GEM_VERSION = "0.67.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 = "20251030"
25
+ REVISION = "20260123"
26
26
  end
27
27
  end
28
28
  end
@@ -1520,6 +1520,7 @@ module Google
1520
1520
  # @private
1521
1521
  class Representation < Google::Apis::Core::JsonRepresentation
1522
1522
  property :artifact_id, as: 'artifactId'
1523
+ property :deploy_folder, as: 'deployFolder'
1523
1524
  property :group_id, as: 'groupId'
1524
1525
  property :path, as: 'path'
1525
1526
  property :repository, as: 'repository'
@@ -2066,6 +2067,7 @@ module Google
2066
2067
  collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1::File, decorator: Google::Apis::ContaineranalysisV1::File::Representation
2067
2068
 
2068
2069
  property :last_scan_time, as: 'lastScanTime'
2070
+ property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
2069
2071
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1::SbomStatus::Representation
2070
2072
 
2071
2073
  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.65.0
4
+ version: 0.67.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.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.67.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: