diff --git a/api_names_out.yaml b/api_names_out.yaml index 9432dbc325b..68e55f41f29 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -339997,6 +339997,7 @@ "/run:v1/GoogleDevtoolsCloudbuildV1BuildStep/waitFor": wait_for "/run:v1/GoogleDevtoolsCloudbuildV1BuildStep/waitFor/wait_for": wait_for "/run:v1/GoogleDevtoolsCloudbuildV1BuiltImage": google_devtools_cloudbuild_v1_built_image +"/run:v1/GoogleDevtoolsCloudbuildV1BuiltImage/artifactRegistryPackage": artifact_registry_package "/run:v1/GoogleDevtoolsCloudbuildV1BuiltImage/digest": digest "/run:v1/GoogleDevtoolsCloudbuildV1BuiltImage/name": name "/run:v1/GoogleDevtoolsCloudbuildV1BuiltImage/pushTiming": push_timing @@ -340136,18 +340137,22 @@ "/run:v1/GoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time "/run:v1/GoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time "/run:v1/GoogleDevtoolsCloudbuildV1UploadedGoModule": google_devtools_cloudbuild_v1_uploaded_go_module +"/run:v1/GoogleDevtoolsCloudbuildV1UploadedGoModule/artifactRegistryPackage": artifact_registry_package "/run:v1/GoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes "/run:v1/GoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing "/run:v1/GoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri "/run:v1/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact": google_devtools_cloudbuild_v1_uploaded_maven_artifact +"/run:v1/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/artifactRegistryPackage": artifact_registry_package "/run:v1/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes "/run:v1/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing "/run:v1/GoogleDevtoolsCloudbuildV1UploadedMavenArtifact/uri": uri "/run:v1/GoogleDevtoolsCloudbuildV1UploadedNpmPackage": google_devtools_cloudbuild_v1_uploaded_npm_package +"/run:v1/GoogleDevtoolsCloudbuildV1UploadedNpmPackage/artifactRegistryPackage": artifact_registry_package "/run:v1/GoogleDevtoolsCloudbuildV1UploadedNpmPackage/fileHashes": file_hashes "/run:v1/GoogleDevtoolsCloudbuildV1UploadedNpmPackage/pushTiming": push_timing "/run:v1/GoogleDevtoolsCloudbuildV1UploadedNpmPackage/uri": uri "/run:v1/GoogleDevtoolsCloudbuildV1UploadedPythonPackage": google_devtools_cloudbuild_v1_uploaded_python_package +"/run:v1/GoogleDevtoolsCloudbuildV1UploadedPythonPackage/artifactRegistryPackage": artifact_registry_package "/run:v1/GoogleDevtoolsCloudbuildV1UploadedPythonPackage/fileHashes": file_hashes "/run:v1/GoogleDevtoolsCloudbuildV1UploadedPythonPackage/pushTiming": push_timing "/run:v1/GoogleDevtoolsCloudbuildV1UploadedPythonPackage/uri": uri diff --git a/generated/google-apis-run_v1/CHANGELOG.md b/generated/google-apis-run_v1/CHANGELOG.md index ee063062d46..6dc205b8a0b 100644 --- a/generated/google-apis-run_v1/CHANGELOG.md +++ b/generated/google-apis-run_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-run_v1 +### v0.95.0 (2025-11-09) + +* Regenerated from discovery document revision 20251031 + ### v0.94.0 (2025-11-02) * Regenerated from discovery document revision 20251024 diff --git a/generated/google-apis-run_v1/lib/google/apis/run_v1/classes.rb b/generated/google-apis-run_v1/lib/google/apis/run_v1/classes.rb index c09dcd187d8..a13e94f957d 100644 --- a/generated/google-apis-run_v1/lib/google/apis/run_v1/classes.rb +++ b/generated/google-apis-run_v1/lib/google/apis/run_v1/classes.rb @@ -2231,6 +2231,11 @@ def update!(**args) class GoogleDevtoolsCloudbuildV1BuiltImage include Google::Apis::Core::Hashable + # Output only. Path to the artifact in Artifact Registry. + # Corresponds to the JSON property `artifactRegistryPackage` + # @return [String] + attr_accessor :artifact_registry_package + # Docker Registry 2.0 digest. # Corresponds to the JSON property `digest` # @return [String] @@ -2253,6 +2258,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package) @digest = args[:digest] if args.key?(:digest) @name = args[:name] if args.key?(:name) @push_timing = args[:push_timing] if args.key?(:push_timing) @@ -3246,6 +3252,11 @@ def update!(**args) class GoogleDevtoolsCloudbuildV1UploadedGoModule include Google::Apis::Core::Hashable + # Output only. Path to the artifact in Artifact Registry. + # Corresponds to the JSON property `artifactRegistryPackage` + # @return [String] + attr_accessor :artifact_registry_package + # Container message for hashes of byte content of files, used in # SourceProvenance messages to verify integrity of source input to the build. # Corresponds to the JSON property `fileHashes` @@ -3268,6 +3279,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package) @file_hashes = args[:file_hashes] if args.key?(:file_hashes) @push_timing = args[:push_timing] if args.key?(:push_timing) @uri = args[:uri] if args.key?(:uri) @@ -3278,6 +3290,11 @@ def update!(**args) class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact include Google::Apis::Core::Hashable + # Output only. Path to the artifact in Artifact Registry. + # Corresponds to the JSON property `artifactRegistryPackage` + # @return [String] + attr_accessor :artifact_registry_package + # Container message for hashes of byte content of files, used in # SourceProvenance messages to verify integrity of source input to the build. # Corresponds to the JSON property `fileHashes` @@ -3300,6 +3317,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package) @file_hashes = args[:file_hashes] if args.key?(:file_hashes) @push_timing = args[:push_timing] if args.key?(:push_timing) @uri = args[:uri] if args.key?(:uri) @@ -3310,6 +3328,11 @@ def update!(**args) class GoogleDevtoolsCloudbuildV1UploadedNpmPackage include Google::Apis::Core::Hashable + # Output only. Path to the artifact in Artifact Registry. + # Corresponds to the JSON property `artifactRegistryPackage` + # @return [String] + attr_accessor :artifact_registry_package + # Container message for hashes of byte content of files, used in # SourceProvenance messages to verify integrity of source input to the build. # Corresponds to the JSON property `fileHashes` @@ -3332,6 +3355,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package) @file_hashes = args[:file_hashes] if args.key?(:file_hashes) @push_timing = args[:push_timing] if args.key?(:push_timing) @uri = args[:uri] if args.key?(:uri) @@ -3342,6 +3366,11 @@ def update!(**args) class GoogleDevtoolsCloudbuildV1UploadedPythonPackage include Google::Apis::Core::Hashable + # Output only. Path to the artifact in Artifact Registry. + # Corresponds to the JSON property `artifactRegistryPackage` + # @return [String] + attr_accessor :artifact_registry_package + # Container message for hashes of byte content of files, used in # SourceProvenance messages to verify integrity of source input to the build. # Corresponds to the JSON property `fileHashes` @@ -3364,6 +3393,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package) @file_hashes = args[:file_hashes] if args.key?(:file_hashes) @push_timing = args[:push_timing] if args.key?(:push_timing) @uri = args[:uri] if args.key?(:uri) diff --git a/generated/google-apis-run_v1/lib/google/apis/run_v1/gem_version.rb b/generated/google-apis-run_v1/lib/google/apis/run_v1/gem_version.rb index 18d5e026df3..310a08c3315 100644 --- a/generated/google-apis-run_v1/lib/google/apis/run_v1/gem_version.rb +++ b/generated/google-apis-run_v1/lib/google/apis/run_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module RunV1 # Version of the google-apis-run_v1 gem - GEM_VERSION = "0.94.0" + GEM_VERSION = "0.95.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251024" + REVISION = "20251031" end end end diff --git a/generated/google-apis-run_v1/lib/google/apis/run_v1/representations.rb b/generated/google-apis-run_v1/lib/google/apis/run_v1/representations.rb index 95c67304057..e927b519c66 100644 --- a/generated/google-apis-run_v1/lib/google/apis/run_v1/representations.rb +++ b/generated/google-apis-run_v1/lib/google/apis/run_v1/representations.rb @@ -1398,6 +1398,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleDevtoolsCloudbuildV1BuiltImage # @private class Representation < Google::Apis::Core::JsonRepresentation + property :artifact_registry_package, as: 'artifactRegistryPackage' property :digest, as: 'digest' property :name, as: 'name' property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation @@ -1682,6 +1683,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleDevtoolsCloudbuildV1UploadedGoModule # @private class Representation < Google::Apis::Core::JsonRepresentation + property :artifact_registry_package, as: 'artifactRegistryPackage' property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation @@ -1693,6 +1695,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact # @private class Representation < Google::Apis::Core::JsonRepresentation + property :artifact_registry_package, as: 'artifactRegistryPackage' property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation @@ -1704,6 +1707,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleDevtoolsCloudbuildV1UploadedNpmPackage # @private class Representation < Google::Apis::Core::JsonRepresentation + property :artifact_registry_package, as: 'artifactRegistryPackage' property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation @@ -1715,6 +1719,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class GoogleDevtoolsCloudbuildV1UploadedPythonPackage # @private class Representation < Google::Apis::Core::JsonRepresentation + property :artifact_registry_package, as: 'artifactRegistryPackage' property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation