google-apis-containeranalysis_v1beta1 0.68.0 → 0.69.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: 4ac20d7a4b3cd7eeaca2e81ce77b325fe3b847de97c6a1359d7221227e9f844c
4
+ data.tar.gz: d87a83c05b4623c6563048d816c0a96eaaa428656251f8fd0aa20773a5abd75f
5
5
  SHA512:
6
- metadata.gz: a7525b506b16443b5cd2b7d90a67ae1759be801afef6c09b44e843d39e6dd343e35c7ebb7416efe2174c3c5b5a1131b2757e15ef5f31336884c92347391fc0db
7
- data.tar.gz: 14ca071ab4135a8420fc7703c7ad3942e1394d2f8700aca614230260137386e3dc0bb435382340d779c5bd2f7aa280e92ed6e72e95a5d31bc3ccd7572d638568
6
+ metadata.gz: fd688c21766661daca5ac49b28d9826b9296010a0f0f4856ba4661af003564cafbca0e34961fd985a630b0e30939fe10f2eca8b3064f524c745663bcb8bae969
7
+ data.tar.gz: fe3b711a4b02018fcfa1c9c13c0fcc13c925b1ab38c2e81c9aa720d1f58ddc0497c3ad311d5dc7c4636c54c148a09bb99f1ef45546ee68ffc17ebd16cc46d336
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.69.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251030
6
+
3
7
  ### v0.68.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250905
@@ -2181,6 +2181,11 @@ module Google
2181
2181
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
2182
2182
  include Google::Apis::Core::Hashable
2183
2183
 
2184
+ # Output only. Path to the artifact in Artifact Registry.
2185
+ # Corresponds to the JSON property `artifactRegistryPackage`
2186
+ # @return [String]
2187
+ attr_accessor :artifact_registry_package
2188
+
2184
2189
  # Docker Registry 2.0 digest.
2185
2190
  # Corresponds to the JSON property `digest`
2186
2191
  # @return [String]
@@ -2203,6 +2208,7 @@ module Google
2203
2208
 
2204
2209
  # Update properties of this object
2205
2210
  def update!(**args)
2211
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
2206
2212
  @digest = args[:digest] if args.key?(:digest)
2207
2213
  @name = args[:name] if args.key?(:name)
2208
2214
  @push_timing = args[:push_timing] if args.key?(:push_timing)
@@ -2982,6 +2988,11 @@ module Google
2982
2988
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
2983
2989
  include Google::Apis::Core::Hashable
2984
2990
 
2991
+ # Output only. Path to the artifact in Artifact Registry.
2992
+ # Corresponds to the JSON property `artifactRegistryPackage`
2993
+ # @return [String]
2994
+ attr_accessor :artifact_registry_package
2995
+
2985
2996
  # Container message for hashes of byte content of files, used in
2986
2997
  # SourceProvenance messages to verify integrity of source input to the build.
2987
2998
  # Corresponds to the JSON property `fileHashes`
@@ -3004,6 +3015,7 @@ module Google
3004
3015
 
3005
3016
  # Update properties of this object
3006
3017
  def update!(**args)
3018
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3007
3019
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3008
3020
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3009
3021
  @uri = args[:uri] if args.key?(:uri)
@@ -3014,6 +3026,11 @@ module Google
3014
3026
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
3015
3027
  include Google::Apis::Core::Hashable
3016
3028
 
3029
+ # Output only. Path to the artifact in Artifact Registry.
3030
+ # Corresponds to the JSON property `artifactRegistryPackage`
3031
+ # @return [String]
3032
+ attr_accessor :artifact_registry_package
3033
+
3017
3034
  # Container message for hashes of byte content of files, used in
3018
3035
  # SourceProvenance messages to verify integrity of source input to the build.
3019
3036
  # Corresponds to the JSON property `fileHashes`
@@ -3036,6 +3053,7 @@ module Google
3036
3053
 
3037
3054
  # Update properties of this object
3038
3055
  def update!(**args)
3056
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3039
3057
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3040
3058
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3041
3059
  @uri = args[:uri] if args.key?(:uri)
@@ -3046,6 +3064,11 @@ module Google
3046
3064
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
3047
3065
  include Google::Apis::Core::Hashable
3048
3066
 
3067
+ # Output only. Path to the artifact in Artifact Registry.
3068
+ # Corresponds to the JSON property `artifactRegistryPackage`
3069
+ # @return [String]
3070
+ attr_accessor :artifact_registry_package
3071
+
3049
3072
  # Container message for hashes of byte content of files, used in
3050
3073
  # SourceProvenance messages to verify integrity of source input to the build.
3051
3074
  # Corresponds to the JSON property `fileHashes`
@@ -3068,6 +3091,7 @@ module Google
3068
3091
 
3069
3092
  # Update properties of this object
3070
3093
  def update!(**args)
3094
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3071
3095
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3072
3096
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3073
3097
  @uri = args[:uri] if args.key?(:uri)
@@ -3078,6 +3102,11 @@ module Google
3078
3102
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
3079
3103
  include Google::Apis::Core::Hashable
3080
3104
 
3105
+ # Output only. Path to the artifact in Artifact Registry.
3106
+ # Corresponds to the JSON property `artifactRegistryPackage`
3107
+ # @return [String]
3108
+ attr_accessor :artifact_registry_package
3109
+
3081
3110
  # Container message for hashes of byte content of files, used in
3082
3111
  # SourceProvenance messages to verify integrity of source input to the build.
3083
3112
  # Corresponds to the JSON property `fileHashes`
@@ -3100,6 +3129,7 @@ module Google
3100
3129
 
3101
3130
  # Update properties of this object
3102
3131
  def update!(**args)
3132
+ @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
3103
3133
  @file_hashes = args[:file_hashes] if args.key?(:file_hashes)
3104
3134
  @push_timing = args[:push_timing] if args.key?(:push_timing)
3105
3135
  @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.69.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 = "20251030"
26
26
  end
27
27
  end
28
28
  end
@@ -1571,6 +1571,7 @@ module Google
1571
1571
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
1572
1572
  # @private
1573
1573
  class Representation < Google::Apis::Core::JsonRepresentation
1574
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1574
1575
  property :digest, as: 'digest'
1575
1576
  property :name, as: 'name'
1576
1577
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1801,6 +1802,7 @@ module Google
1801
1802
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
1802
1803
  # @private
1803
1804
  class Representation < Google::Apis::Core::JsonRepresentation
1805
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1804
1806
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1805
1807
 
1806
1808
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1812,6 +1814,7 @@ module Google
1812
1814
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
1813
1815
  # @private
1814
1816
  class Representation < Google::Apis::Core::JsonRepresentation
1817
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1815
1818
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1816
1819
 
1817
1820
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1823,6 +1826,7 @@ module Google
1823
1826
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
1824
1827
  # @private
1825
1828
  class Representation < Google::Apis::Core::JsonRepresentation
1829
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1826
1830
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1827
1831
 
1828
1832
  property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1834,6 +1838,7 @@ module Google
1834
1838
  class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
1835
1839
  # @private
1836
1840
  class Representation < Google::Apis::Core::JsonRepresentation
1841
+ property :artifact_registry_package, as: 'artifactRegistryPackage'
1837
1842
  property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
1838
1843
 
1839
1844
  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.69.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.69.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: