@@ -2181,6 +2181,11 @@ def update!(**args)
21812181 class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
21822182 include Google ::Apis ::Core ::Hashable
21832183
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+
21842189 # Docker Registry 2.0 digest.
21852190 # Corresponds to the JSON property `digest`
21862191 # @return [String]
@@ -2203,6 +2208,7 @@ def initialize(**args)
22032208
22042209 # Update properties of this object
22052210 def update! ( **args )
2211+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
22062212 @digest = args [ :digest ] if args . key? ( :digest )
22072213 @name = args [ :name ] if args . key? ( :name )
22082214 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
@@ -2982,6 +2988,11 @@ def update!(**args)
29822988 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
29832989 include Google ::Apis ::Core ::Hashable
29842990
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+
29852996 # Container message for hashes of byte content of files, used in
29862997 # SourceProvenance messages to verify integrity of source input to the build.
29872998 # Corresponds to the JSON property `fileHashes`
@@ -3004,6 +3015,7 @@ def initialize(**args)
30043015
30053016 # Update properties of this object
30063017 def update! ( **args )
3018+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
30073019 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
30083020 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
30093021 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3014,6 +3026,11 @@ def update!(**args)
30143026 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
30153027 include Google ::Apis ::Core ::Hashable
30163028
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+
30173034 # Container message for hashes of byte content of files, used in
30183035 # SourceProvenance messages to verify integrity of source input to the build.
30193036 # Corresponds to the JSON property `fileHashes`
@@ -3036,6 +3053,7 @@ def initialize(**args)
30363053
30373054 # Update properties of this object
30383055 def update! ( **args )
3056+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
30393057 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
30403058 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
30413059 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3046,6 +3064,11 @@ def update!(**args)
30463064 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
30473065 include Google ::Apis ::Core ::Hashable
30483066
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+
30493072 # Container message for hashes of byte content of files, used in
30503073 # SourceProvenance messages to verify integrity of source input to the build.
30513074 # Corresponds to the JSON property `fileHashes`
@@ -3068,6 +3091,7 @@ def initialize(**args)
30683091
30693092 # Update properties of this object
30703093 def update! ( **args )
3094+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
30713095 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
30723096 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
30733097 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3078,6 +3102,11 @@ def update!(**args)
30783102 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
30793103 include Google ::Apis ::Core ::Hashable
30803104
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+
30813110 # Container message for hashes of byte content of files, used in
30823111 # SourceProvenance messages to verify integrity of source input to the build.
30833112 # Corresponds to the JSON property `fileHashes`
@@ -3100,6 +3129,7 @@ def initialize(**args)
31003129
31013130 # Update properties of this object
31023131 def update! ( **args )
3132+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
31033133 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
31043134 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
31053135 @uri = args [ :uri ] if args . key? ( :uri )
0 commit comments