Skip to content

Commit 0a19477

Browse files
feat: Automated regeneration of containeranalysis v1alpha1 client (#24892)
Auto-created at 2025-11-09 09:30:58 +0000 using the toys pull request generator.
1 parent be9659b commit 0a19477

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
@@ -140662,6 +140662,7 @@
140662140662
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/priority": priority
140663140663
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/text": text
140664140664
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage": containeranalysis_google_devtools_cloudbuild_v1_built_image
140665+
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/artifactRegistryPackage": artifact_registry_package
140665140666
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/digest": digest
140666140667
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/name": name
140667140668
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/pushTiming": push_timing
@@ -140776,18 +140777,22 @@
140776140777
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time
140777140778
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time
140778140779
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule": containeranalysis_google_devtools_cloudbuild_v1_uploaded_go_module
140780+
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/artifactRegistryPackage": artifact_registry_package
140779140781
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes
140780140782
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing
140781140783
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri
140782140784
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact": containeranalysis_google_devtools_cloudbuild_v1_uploaded_maven_artifact
140785+
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/artifactRegistryPackage": artifact_registry_package
140783140786
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes
140784140787
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing
140785140788
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/uri": uri
140786140789
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_npm_package
140790+
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/artifactRegistryPackage": artifact_registry_package
140787140791
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/fileHashes": file_hashes
140788140792
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/pushTiming": push_timing
140789140793
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/uri": uri
140790140794
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_python_package
140795+
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/artifactRegistryPackage": artifact_registry_package
140791140796
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/fileHashes": file_hashes
140792140797
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/pushTiming": push_timing
140793140798
"/containeranalysis:v1alpha1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/uri": uri

generated/google-apis-containeranalysis_v1alpha1/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_v1alpha1
22

3+
### v0.77.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.76.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250928

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,11 @@ def update!(**args)
22542254
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
22552255
include Google::Apis::Core::Hashable
22562256

2257+
# Output only. Path to the artifact in Artifact Registry.
2258+
# Corresponds to the JSON property `artifactRegistryPackage`
2259+
# @return [String]
2260+
attr_accessor :artifact_registry_package
2261+
22572262
# Docker Registry 2.0 digest.
22582263
# Corresponds to the JSON property `digest`
22592264
# @return [String]
@@ -2276,6 +2281,7 @@ def initialize(**args)
22762281

22772282
# Update properties of this object
22782283
def update!(**args)
2284+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
22792285
@digest = args[:digest] if args.key?(:digest)
22802286
@name = args[:name] if args.key?(:name)
22812287
@push_timing = args[:push_timing] if args.key?(:push_timing)
@@ -3055,6 +3061,11 @@ def update!(**args)
30553061
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
30563062
include Google::Apis::Core::Hashable
30573063

3064+
# Output only. Path to the artifact in Artifact Registry.
3065+
# Corresponds to the JSON property `artifactRegistryPackage`
3066+
# @return [String]
3067+
attr_accessor :artifact_registry_package
3068+
30583069
# Container message for hashes of byte content of files, used in
30593070
# SourceProvenance messages to verify integrity of source input to the build.
30603071
# Corresponds to the JSON property `fileHashes`
@@ -3077,6 +3088,7 @@ def initialize(**args)
30773088

30783089
# Update properties of this object
30793090
def update!(**args)
3091+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
30803092
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
30813093
@push_timing = args[:push_timing] if args.key?(:push_timing)
30823094
@uri = args[:uri] if args.key?(:uri)
@@ -3087,6 +3099,11 @@ def update!(**args)
30873099
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
30883100
include Google::Apis::Core::Hashable
30893101

3102+
# Output only. Path to the artifact in Artifact Registry.
3103+
# Corresponds to the JSON property `artifactRegistryPackage`
3104+
# @return [String]
3105+
attr_accessor :artifact_registry_package
3106+
30903107
# Container message for hashes of byte content of files, used in
30913108
# SourceProvenance messages to verify integrity of source input to the build.
30923109
# Corresponds to the JSON property `fileHashes`
@@ -3109,6 +3126,7 @@ def initialize(**args)
31093126

31103127
# Update properties of this object
31113128
def update!(**args)
3129+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
31123130
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
31133131
@push_timing = args[:push_timing] if args.key?(:push_timing)
31143132
@uri = args[:uri] if args.key?(:uri)
@@ -3119,6 +3137,11 @@ def update!(**args)
31193137
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
31203138
include Google::Apis::Core::Hashable
31213139

3140+
# Output only. Path to the artifact in Artifact Registry.
3141+
# Corresponds to the JSON property `artifactRegistryPackage`
3142+
# @return [String]
3143+
attr_accessor :artifact_registry_package
3144+
31223145
# Container message for hashes of byte content of files, used in
31233146
# SourceProvenance messages to verify integrity of source input to the build.
31243147
# Corresponds to the JSON property `fileHashes`
@@ -3141,6 +3164,7 @@ def initialize(**args)
31413164

31423165
# Update properties of this object
31433166
def update!(**args)
3167+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
31443168
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
31453169
@push_timing = args[:push_timing] if args.key?(:push_timing)
31463170
@uri = args[:uri] if args.key?(:uri)
@@ -3151,6 +3175,11 @@ def update!(**args)
31513175
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
31523176
include Google::Apis::Core::Hashable
31533177

3178+
# Output only. Path to the artifact in Artifact Registry.
3179+
# Corresponds to the JSON property `artifactRegistryPackage`
3180+
# @return [String]
3181+
attr_accessor :artifact_registry_package
3182+
31543183
# Container message for hashes of byte content of files, used in
31553184
# SourceProvenance messages to verify integrity of source input to the build.
31563185
# Corresponds to the JSON property `fileHashes`
@@ -3173,6 +3202,7 @@ def initialize(**args)
31733202

31743203
# Update properties of this object
31753204
def update!(**args)
3205+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
31763206
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
31773207
@push_timing = args[:push_timing] if args.key?(:push_timing)
31783208
@uri = args[:uri] if args.key?(:uri)

generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/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 ContaineranalysisV1alpha1
1818
# Version of the google-apis-containeranalysis_v1alpha1 gem
19-
GEM_VERSION = "0.76.0"
19+
GEM_VERSION = "0.77.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 = "20250928"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,6 +1675,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
16751675
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
16761676
# @private
16771677
class Representation < Google::Apis::Core::JsonRepresentation
1678+
property :artifact_registry_package, as: 'artifactRegistryPackage'
16781679
property :digest, as: 'digest'
16791680
property :name, as: 'name'
16801681
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1905,6 +1906,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19051906
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
19061907
# @private
19071908
class Representation < Google::Apis::Core::JsonRepresentation
1909+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19081910
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19091911

19101912
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1916,6 +1918,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19161918
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
19171919
# @private
19181920
class Representation < Google::Apis::Core::JsonRepresentation
1921+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19191922
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19201923

19211924
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1927,6 +1930,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19271930
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
19281931
# @private
19291932
class Representation < Google::Apis::Core::JsonRepresentation
1933+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19301934
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19311935

19321936
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
@@ -1938,6 +1942,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
19381942
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
19391943
# @private
19401944
class Representation < Google::Apis::Core::JsonRepresentation
1945+
property :artifact_registry_package, as: 'artifactRegistryPackage'
19411946
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
19421947

19431948
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation

0 commit comments

Comments
 (0)