@@ -2231,6 +2231,11 @@ def update!(**args)
22312231 class GoogleDevtoolsCloudbuildV1BuiltImage
22322232 include Google ::Apis ::Core ::Hashable
22332233
2234+ # Output only. Path to the artifact in Artifact Registry.
2235+ # Corresponds to the JSON property `artifactRegistryPackage`
2236+ # @return [String]
2237+ attr_accessor :artifact_registry_package
2238+
22342239 # Docker Registry 2.0 digest.
22352240 # Corresponds to the JSON property `digest`
22362241 # @return [String]
@@ -2253,6 +2258,7 @@ def initialize(**args)
22532258
22542259 # Update properties of this object
22552260 def update! ( **args )
2261+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
22562262 @digest = args [ :digest ] if args . key? ( :digest )
22572263 @name = args [ :name ] if args . key? ( :name )
22582264 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
@@ -3246,6 +3252,11 @@ def update!(**args)
32463252 class GoogleDevtoolsCloudbuildV1UploadedGoModule
32473253 include Google ::Apis ::Core ::Hashable
32483254
3255+ # Output only. Path to the artifact in Artifact Registry.
3256+ # Corresponds to the JSON property `artifactRegistryPackage`
3257+ # @return [String]
3258+ attr_accessor :artifact_registry_package
3259+
32493260 # Container message for hashes of byte content of files, used in
32503261 # SourceProvenance messages to verify integrity of source input to the build.
32513262 # Corresponds to the JSON property `fileHashes`
@@ -3268,6 +3279,7 @@ def initialize(**args)
32683279
32693280 # Update properties of this object
32703281 def update! ( **args )
3282+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
32713283 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
32723284 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
32733285 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3278,6 +3290,11 @@ def update!(**args)
32783290 class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
32793291 include Google ::Apis ::Core ::Hashable
32803292
3293+ # Output only. Path to the artifact in Artifact Registry.
3294+ # Corresponds to the JSON property `artifactRegistryPackage`
3295+ # @return [String]
3296+ attr_accessor :artifact_registry_package
3297+
32813298 # Container message for hashes of byte content of files, used in
32823299 # SourceProvenance messages to verify integrity of source input to the build.
32833300 # Corresponds to the JSON property `fileHashes`
@@ -3300,6 +3317,7 @@ def initialize(**args)
33003317
33013318 # Update properties of this object
33023319 def update! ( **args )
3320+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
33033321 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
33043322 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
33053323 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3310,6 +3328,11 @@ def update!(**args)
33103328 class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
33113329 include Google ::Apis ::Core ::Hashable
33123330
3331+ # Output only. Path to the artifact in Artifact Registry.
3332+ # Corresponds to the JSON property `artifactRegistryPackage`
3333+ # @return [String]
3334+ attr_accessor :artifact_registry_package
3335+
33133336 # Container message for hashes of byte content of files, used in
33143337 # SourceProvenance messages to verify integrity of source input to the build.
33153338 # Corresponds to the JSON property `fileHashes`
@@ -3332,6 +3355,7 @@ def initialize(**args)
33323355
33333356 # Update properties of this object
33343357 def update! ( **args )
3358+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
33353359 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
33363360 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
33373361 @uri = args [ :uri ] if args . key? ( :uri )
@@ -3342,6 +3366,11 @@ def update!(**args)
33423366 class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
33433367 include Google ::Apis ::Core ::Hashable
33443368
3369+ # Output only. Path to the artifact in Artifact Registry.
3370+ # Corresponds to the JSON property `artifactRegistryPackage`
3371+ # @return [String]
3372+ attr_accessor :artifact_registry_package
3373+
33453374 # Container message for hashes of byte content of files, used in
33463375 # SourceProvenance messages to verify integrity of source input to the build.
33473376 # Corresponds to the JSON property `fileHashes`
@@ -3364,6 +3393,7 @@ def initialize(**args)
33643393
33653394 # Update properties of this object
33663395 def update! ( **args )
3396+ @artifact_registry_package = args [ :artifact_registry_package ] if args . key? ( :artifact_registry_package )
33673397 @file_hashes = args [ :file_hashes ] if args . key? ( :file_hashes )
33683398 @push_timing = args [ :push_timing ] if args . key? ( :push_timing )
33693399 @uri = args [ :uri ] if args . key? ( :uri )
0 commit comments