Skip to content

Commit e38539c

Browse files
feat: Automated regeneration of containeranalysis v1beta1 client (#24938)
Auto-created at 2025-11-09 10:51:23 +0000 using the toys pull request generator.
1 parent 670c5bd commit e38539c

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
@@ -142386,6 +142386,7 @@
142386142386
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/priority": priority
142387142387
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/text": text
142388142388
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage": containeranalysis_google_devtools_cloudbuild_v1_built_image
142389+
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/artifactRegistryPackage": artifact_registry_package
142389142390
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/digest": digest
142390142391
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/name": name
142391142392
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/pushTiming": push_timing
@@ -142500,18 +142501,22 @@
142500142501
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time
142501142502
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time
142502142503
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule": containeranalysis_google_devtools_cloudbuild_v1_uploaded_go_module
142504+
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/artifactRegistryPackage": artifact_registry_package
142503142505
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes
142504142506
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing
142505142507
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri
142506142508
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact": containeranalysis_google_devtools_cloudbuild_v1_uploaded_maven_artifact
142509+
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/artifactRegistryPackage": artifact_registry_package
142507142510
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes
142508142511
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing
142509142512
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/uri": uri
142510142513
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_npm_package
142514+
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/artifactRegistryPackage": artifact_registry_package
142511142515
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/fileHashes": file_hashes
142512142516
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/pushTiming": push_timing
142513142517
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/uri": uri
142514142518
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_python_package
142519+
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/artifactRegistryPackage": artifact_registry_package
142515142520
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/fileHashes": file_hashes
142516142521
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/pushTiming": push_timing
142517142522
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/uri": uri

generated/google-apis-containeranalysis_v1beta1/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_v1beta1
22

3+
### v0.69.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.68.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250905

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

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

generated/google-apis-containeranalysis_v1beta1/lib/google/apis/containeranalysis_v1beta1/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 ContaineranalysisV1beta1
1818
# Version of the google-apis-containeranalysis_v1beta1 gem
19-
GEM_VERSION = "0.68.0"
19+
GEM_VERSION = "0.69.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 = "20250905"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
15711571
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
15721572
# @private
15731573
class Representation < Google::Apis::Core::JsonRepresentation
1574+
property :artifact_registry_package, as: 'artifactRegistryPackage'
15741575
property :digest, as: 'digest'
15751576
property :name, as: 'name'
15761577
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1801,6 +1802,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18011802
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
18021803
# @private
18031804
class Representation < Google::Apis::Core::JsonRepresentation
1805+
property :artifact_registry_package, as: 'artifactRegistryPackage'
18041806
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
18051807

18061808
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1812,6 +1814,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18121814
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
18131815
# @private
18141816
class Representation < Google::Apis::Core::JsonRepresentation
1817+
property :artifact_registry_package, as: 'artifactRegistryPackage'
18151818
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
18161819

18171820
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1823,6 +1826,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18231826
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
18241827
# @private
18251828
class Representation < Google::Apis::Core::JsonRepresentation
1829+
property :artifact_registry_package, as: 'artifactRegistryPackage'
18261830
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
18271831

18281832
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1834,6 +1838,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18341838
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
18351839
# @private
18361840
class Representation < Google::Apis::Core::JsonRepresentation
1841+
property :artifact_registry_package, as: 'artifactRegistryPackage'
18371842
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
18381843

18391844
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation

0 commit comments

Comments
 (0)