google-apis-containeranalysis_v1 0.65.0 → 0.66.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: 7749d9a56bbdf1f132dd300aa0616bbd9f93f4e492ce6c19e14bccda8ce6204f
4
+ data.tar.gz: b733cb64e8f72d4da03ccaba8bc55f1a36bc50917db2729c55b3ad306dd9928a
5
5
  SHA512:
6
- metadata.gz: d83b411f232a5a42c935613443444e9bf32cee033a066178be3e8082476d1c4624573692eb0cebb0a5ea74df3c851446c3ab156b573dcf0407144f9e98c1b8de
7
- data.tar.gz: a307d5f72f1a235bad405a4bf84a67e16ac2d7792ec6c61bb1746ff9fc4022cca4139864dfa41175f28c0b39f27a86142db4e7b9f417138e244cdbef899fbc1f
6
+ metadata.gz: d458d328b28fc2f41a25ae5597f89239b838f864edd74d1c9b3866e6208dbf4a62e883701ff50b006f79011d7cb6dfbdde9b8bf0d71e14bb49813e4a94be0563
7
+ data.tar.gz: 8f75ff65fd2bca39f4cddd46aab9d33da51ffd4257efed66abfca465475bd331531ad15e114a9c6d98c2c84dd5586a1c5f47b058c3ce1c0c022e17464c5c9d41
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.66.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251203
6
+
3
7
  ### v0.65.0 (2025-11-09)
4
8
 
5
9
  * 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)
@@ -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.66.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 = "20251203"
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'
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.66.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.66.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: