@@ -2402,6 +2402,11 @@ def update!(**args)
24022402 class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
24032403 include Google ::Apis ::Core ::Hashable
24042404
2405+ # Output only. Path to the artifact in Artifact Registry.
2406+ # Corresponds to the JSON property `artifactRegistryPackage`
2407+ # @return [String]
2408+ attr_accessor :artifact_registry_package
2409+
24052410 # Docker Registry 2.0 digest.
24062411 # Corresponds to the JSON property `digest`
24072412 # @return [String]
@@ -2424,6 +2429,7 @@ def initialize(**args)
24242429
24252430 # Update properties of this object
24262431 def update! ( **args )
2432+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
24272433 @digest = args [ :digest ] if args . key? ( :digest )
24282434 @name = args [ :name ] if args . key? ( :name )
24292435 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
@@ -3203,6 +3209,11 @@ def update!(**args)
32033209 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
32043210 include Google ::Apis ::Core ::Hashable
32053211
3212+ # Output only. Path to the artifact in Artifact Registry.
3213+ # Corresponds to the JSON property `artifactRegistryPackage`
3214+ # @return [String]
3215+ attr_accessor :artifact_registry_package
3216+
32063217 # Container message for hashes of byte content of files, used in
32073218 # SourceProvenance messages to verify integrity of source input to the build.
32083219 # Corresponds to the JSON property `fileHashes`
@@ -3225,6 +3236,7 @@ def initialize(**args)
32253236
32263237 # Update properties of this object
32273238 def update! ( **args )
3239+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
32283240 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
32293241 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
32303242 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3235,6 +3247,11 @@ def update!(**args)
32353247 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
32363248 include Google ::Apis ::Core ::Hashable
32373249
3250+ # Output only. Path to the artifact in Artifact Registry.
3251+ # Corresponds to the JSON property `artifactRegistryPackage`
3252+ # @return [String]
3253+ attr_accessor :artifact_registry_package
3254+
32383255 # Container message for hashes of byte content of files, used in
32393256 # SourceProvenance messages to verify integrity of source input to the build.
32403257 # Corresponds to the JSON property `fileHashes`
@@ -3257,6 +3274,7 @@ def initialize(**args)
32573274
32583275 # Update properties of this object
32593276 def update! ( **args )
3277+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
32603278 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
32613279 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
32623280 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3267,6 +3285,11 @@ def update!(**args)
32673285 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
32683286 include Google ::Apis ::Core ::Hashable
32693287
3288+ # Output only. Path to the artifact in Artifact Registry.
3289+ # Corresponds to the JSON property `artifactRegistryPackage`
3290+ # @return [String]
3291+ attr_accessor :artifact_registry_package
3292+
32703293 # Container message for hashes of byte content of files, used in
32713294 # SourceProvenance messages to verify integrity of source input to the build.
32723295 # Corresponds to the JSON property `fileHashes`
@@ -3289,6 +3312,7 @@ def initialize(**args)
32893312
32903313 # Update properties of this object
32913314 def update! ( **args )
3315+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
32923316 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
32933317 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
32943318 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3299,6 +3323,11 @@ def update!(**args)
32993323 class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
33003324 include Google ::Apis ::Core ::Hashable
33013325
3326+ # Output only. Path to the artifact in Artifact Registry.
3327+ # Corresponds to the JSON property `artifactRegistryPackage`
3328+ # @return [String]
3329+ attr_accessor :artifact_registry_package
3330+
33023331 # Container message for hashes of byte content of files, used in
33033332 # SourceProvenance messages to verify integrity of source input to the build.
33043333 # Corresponds to the JSON property `fileHashes`
@@ -3321,6 +3350,7 @@ def initialize(**args)
33213350
33223351 # Update properties of this object
33233352 def update! ( **args )
3353+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
33243354 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
33253355 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
33263356 @uri = args [ :uri ] if args . key? ( :uri )
0 commit comments