google-apis-containeranalysis_v1beta1 0.68.0 → 0.70.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: 831b1eae3d26e16a731e893cc2aaf5779d835c3c32e026982a69e2753f1e2524
4
- data.tar.gz: 63a68d84e20b7c3d6f8b7f845f230cdba7ee8be578154e4660faee69b9d2223d
3
+ metadata.gz: ee1e3a96941f407ef70a2541afaddae0a699291c5259c2a68935f350d108e7d6
4
+ data.tar.gz: 31b8340bf8446f2a88d1ea93d1c232c2758d43a671cf87e248131f811df55ee7
5
5
  SHA512:
6
- metadata.gz: a7525b506b16443b5cd2b7d90a67ae1759be801afef6c09b44e843d39e6dd343e35c7ebb7416efe2174c3c5b5a1131b2757e15ef5f31336884c92347391fc0db
7
- data.tar.gz: 14ca071ab4135a8420fc7703c7ad3942e1394d2f8700aca614230260137386e3dc0bb435382340d779c5bd2f7aa280e92ed6e72e95a5d31bc3ccd7572d638568
6
+ metadata.gz: 7a3a82abddd036db48676ce1fd0daebd899b1cedf11112ff8a25466a43c49dbf418fe694b271dd951a8c0cb597794e1e936a14ea0edae74a2890f8cf53fda99a
7
+ data.tar.gz: cb292a97764346915d015e40ea42dcd5ab531f2e0d4c2adaf166e6dc443a2c9a6f5158cee2098f7ae906185e8edc9ff30ba17731820fbbde62940c06473de28b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.70.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251203
6
+
7
+ ### v0.69.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251030
10
+
3
11
  ### v0.68.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250905
@@ -1426,6 +1426,14 @@ module Google
1426
1426
  # @return [String]
1427
1427
  attr_accessor :artifact_id
1428
1428
 
1429
+ # Optional. Path to a folder containing the files to upload to Artifact Registry.
1430
+ # This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
1431
+ # relative path from /workspace, e.g. `my-app/target/`. This field is mutually
1432
+ # exclusive with the `path` field.
1433
+ # Corresponds to the JSON property `deployFolder`
1434
+ # @return [String]
1435
+ attr_accessor :deploy_folder
1436
+
1429
1437
  # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1430
1438
  # Corresponds to the JSON property `groupId`
1431
1439
  # @return [String]
@@ -1458,6 +1466,7 @@ module Google
1458
1466
  # Update properties of this object
1459
1467
  def update!(**args)
1460
1468
  @artifact_id = args[:artifact_id] if args.key?(:artifact_id)
1469
+ @deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
1461
1470
  @group_id = args[:group_id] if args.key?(:group_id)
1462
1471
  @path = args[:path] if args.key?(:path)
1463
1472
  @repository = args[:repository] if args.key?(:repository)
@@ -2181,6 +2190,11 @@ module Google
2181
2190
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
2182
2191
  include Google::Apis::Core::Hashable
2183
2192
 
2193
+ # Output only. Path to the artifact in Artifact Registry.
2194
+ # Corresponds to the JSON property `artifactRegistryPackage`
2195
+ # @return [String]
2196
+ attr_accessor :artifact_registry_package
2197
+
2184
2198
  # Docker Registry 2.0 digest.
2185
2199
  # Corresponds to the JSON property `digest`
2186
2200
  # @return [String]
@@ -2203,6 +2217,7 @@ module Google
2203
2217
 
2204
2218
  # Update properties of this object
2205
2219
  def update!(**args)
2220
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
2206
2221
  @digest = args[:digest] if args.key?(:digest)
2207
2222
  @name = args[:name] if args.key?(:name)
2208
2223
  @push_timing = args[:push_timing] if args.key?(:push_timing)
@@ -2982,6 +2997,11 @@ module Google
2982
2997
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
2983
2998
  include Google::Apis::Core::Hashable
2984
2999
 
3000
+ # Output only. Path to the artifact in Artifact Registry.
3001
+ # Corresponds to the JSON property `artifactRegistryPackage`
3002
+ # @return [String]
3003
+ attr_accessor :artifact_registry_package
3004
+
2985
3005
  # Container message for hashes of byte content of files, used in
2986
3006
  # SourceProvenance messages to verify integrity of source input to the build.
2987
3007
  # Corresponds to the JSON property `fileHashes`
@@ -3004,6 +3024,7 @@ module Google
3004
3024
 
3005
3025
  # Update properties of this object
3006
3026
  def update!(**args)
3027
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3007
3028
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3008
3029
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3009
3030
  @uri = args[:uri] if args.key?(:uri)
@@ -3014,6 +3035,11 @@ module Google
3014
3035
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
3015
3036
  include Google::Apis::Core::Hashable
3016
3037
 
3038
+ # Output only. Path to the artifact in Artifact Registry.
3039
+ # Corresponds to the JSON property `artifactRegistryPackage`
3040
+ # @return [String]
3041
+ attr_accessor :artifact_registry_package
3042
+
3017
3043
  # Container message for hashes of byte content of files, used in
3018
3044
  # SourceProvenance messages to verify integrity of source input to the build.
3019
3045
  # Corresponds to the JSON property `fileHashes`
@@ -3036,6 +3062,7 @@ module Google
3036
3062
 
3037
3063
  # Update properties of this object
3038
3064
  def update!(**args)
3065
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3039
3066
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3040
3067
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3041
3068
  @uri = args[:uri] if args.key?(:uri)
@@ -3046,6 +3073,11 @@ module Google
3046
3073
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
3047
3074
  include Google::Apis::Core::Hashable
3048
3075
 
3076
+ # Output only. Path to the artifact in Artifact Registry.
3077
+ # Corresponds to the JSON property `artifactRegistryPackage`
3078
+ # @return [String]
3079
+ attr_accessor :artifact_registry_package
3080
+
3049
3081
  # Container message for hashes of byte content of files, used in
3050
3082
  # SourceProvenance messages to verify integrity of source input to the build.
3051
3083
  # Corresponds to the JSON property `fileHashes`
@@ -3068,6 +3100,7 @@ module Google
3068
3100
 
3069
3101
  # Update properties of this object
3070
3102
  def update!(**args)
3103
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3071
3104
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3072
3105
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3073
3106
  @uri = args[:uri] if args.key?(:uri)
@@ -3078,6 +3111,11 @@ module Google
3078
3111
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
3079
3112
  include Google::Apis::Core::Hashable
3080
3113
 
3114
+ # Output only. Path to the artifact in Artifact Registry.
3115
+ # Corresponds to the JSON property `artifactRegistryPackage`
3116
+ # @return [String]
3117
+ attr_accessor :artifact_registry_package
3118
+
3081
3119
  # Container message for hashes of byte content of files, used in
3082
3120
  # SourceProvenance messages to verify integrity of source input to the build.
3083
3121
  # Corresponds to the JSON property `fileHashes`
@@ -3100,6 +3138,7 @@ module Google
3100
3138
 
3101
3139
  # Update properties of this object
3102
3140
  def update!(**args)
3141
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3103
3142
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3104
3143
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3105
3144
  @uri = args[:uri] if args.key?(:uri)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1beta1
18
18
  # Version of the google-apis-containeranalysis_v1beta1 gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.70.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 = "20250905"
25
+ REVISION = "20251203"
26
26
  end
27
27
  end
28
28
  end
@@ -1408,6 +1408,7 @@ module Google
1408
1408
  # @private
1409
1409
  class Representation < Google::Apis::Core::JsonRepresentation
1410
1410
  property :artifact_id, as: 'artifactId'
1411
+ property :deploy_folder, as: 'deployFolder'
1411
1412
  property :group_id, as: 'groupId'
1412
1413
  property :path, as: 'path'
1413
1414
  property :repository, as: 'repository'
@@ -1571,6 +1572,7 @@ module Google
1571
1572
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
1572
1573
  # @private
1573
1574
  class Representation < Google::Apis::Core::JsonRepresentation
1575
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1574
1576
  property :digest, as: 'digest'
1575
1577
  property :name, as: 'name'
1576
1578
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1801,6 +1803,7 @@ module Google
1801
1803
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
1802
1804
  # @private
1803
1805
  class Representation < Google::Apis::Core::JsonRepresentation
1806
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1804
1807
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1805
1808
 
1806
1809
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1812,6 +1815,7 @@ module Google
1812
1815
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
1813
1816
  # @private
1814
1817
  class Representation < Google::Apis::Core::JsonRepresentation
1818
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1815
1819
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1816
1820
 
1817
1821
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1823,6 +1827,7 @@ module Google
1823
1827
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
1824
1828
  # @private
1825
1829
  class Representation < Google::Apis::Core::JsonRepresentation
1830
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1826
1831
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1827
1832
 
1828
1833
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1834,6 +1839,7 @@ module Google
1834
1839
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
1835
1840
  # @private
1836
1841
  class Representation < Google::Apis::Core::JsonRepresentation
1842
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1837
1843
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1838
1844
 
1839
1845
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.70.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.70.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: