Skip to content

Commit 34e921b

Browse files
feat: Automated regeneration of containeranalysis v1 client (#24898)
Auto-created at 2025-11-09 09:43:56 +0000 using the toys pull request generator.
1 parent a3c57a9 commit 34e921b

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

api_names_out.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139503,6 +139503,7 @@
139503139503
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/priority": priority
139504139504
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/text": text
139505139505
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage": containeranalysis_google_devtools_cloudbuild_v1_built_image
139506+
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/artifactRegistryPackage": artifact_registry_package
139506139507
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/digest": digest
139507139508
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/name": name
139508139509
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/pushTiming": push_timing
@@ -139617,18 +139618,22 @@
139617139618
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time
139618139619
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time
139619139620
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule": containeranalysis_google_devtools_cloudbuild_v1_uploaded_go_module
139621+
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/artifactRegistryPackage": artifact_registry_package
139620139622
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes
139621139623
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing
139622139624
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri
139623139625
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact": containeranalysis_google_devtools_cloudbuild_v1_uploaded_maven_artifact
139626+
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/artifactRegistryPackage": artifact_registry_package
139624139627
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes
139625139628
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing
139626139629
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/uri": uri
139627139630
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_npm_package
139631+
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/artifactRegistryPackage": artifact_registry_package
139628139632
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/fileHashes": file_hashes
139629139633
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/pushTiming": push_timing
139630139634
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/uri": uri
139631139635
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_python_package
139636+
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/artifactRegistryPackage": artifact_registry_package
139632139637
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/fileHashes": file_hashes
139633139638
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/pushTiming": push_timing
139634139639
"/containeranalysis:v1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/uri": uri

generated/google-apis-containeranalysis_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-containeranalysis_v1
22

3+
### v0.65.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.64.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250829

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/classes.rb

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContaineranalysisV1
1818
# Version of the google-apis-containeranalysis_v1 gem
19-
GEM_VERSION = "0.64.0"
19+
GEM_VERSION = "0.65.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250829"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

generated/google-apis-containeranalysis_v1/lib/google/apis/containeranalysis_v1/representations.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,6 +1683,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
16831683
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
16841684
# @private
16851685
class Representation < Google::Apis::Core::JsonRepresentation
1686+
property :artifact_registry_package, as: 'artifactRegistryPackage'
16861687
property :digest, as: 'digest'
16871688
property :name, as: 'name'
16881689
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1913,6 +1914,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19131914
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
19141915
# @private
19151916
class Representation < Google::Apis::Core::JsonRepresentation
1917+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19161918
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19171919

19181920
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1924,6 +1926,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19241926
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
19251927
# @private
19261928
class Representation < Google::Apis::Core::JsonRepresentation
1929+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19271930
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19281931

19291932
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1935,6 +1938,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19351938
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
19361939
# @private
19371940
class Representation < Google::Apis::Core::JsonRepresentation
1941+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19381942
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19391943

19401944
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1946,6 +1950,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19461950
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
19471951
# @private
19481952
class Representation < Google::Apis::Core::JsonRepresentation
1953+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19491954
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19501955

19511956
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation

0 commit comments

Comments
 (0)