Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141874,6 +141874,7 @@
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/priority": priority
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuildWarning/text": text
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage": containeranalysis_google_devtools_cloudbuild_v1_built_image
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/artifactRegistryPackage": artifact_registry_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/digest": digest
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/name": name
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage/pushTiming": push_timing
Expand Down Expand Up @@ -141988,18 +141989,22 @@
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/endTime": end_time
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan/startTime": start_time
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule": containeranalysis_google_devtools_cloudbuild_v1_uploaded_go_module
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/artifactRegistryPackage": artifact_registry_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/fileHashes": file_hashes
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/pushTiming": push_timing
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule/uri": uri
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact": containeranalysis_google_devtools_cloudbuild_v1_uploaded_maven_artifact
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/artifactRegistryPackage": artifact_registry_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/fileHashes": file_hashes
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/pushTiming": push_timing
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact/uri": uri
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_npm_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/artifactRegistryPackage": artifact_registry_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/fileHashes": file_hashes
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/pushTiming": push_timing
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage/uri": uri
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage": containeranalysis_google_devtools_cloudbuild_v1_uploaded_python_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/artifactRegistryPackage": artifact_registry_package
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/fileHashes": file_hashes
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/pushTiming": push_timing
"/containeranalysis:v1beta1/ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage/uri": uri
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-containeranalysis_v1beta1

### v0.69.0 (2025-11-09)

* Regenerated from discovery document revision 20251030

### v0.68.0 (2025-09-14)

* Regenerated from discovery document revision 20250905
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,11 @@ def update!(**args)
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
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]
Expand All @@ -2203,6 +2208,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)
Expand Down Expand Up @@ -2982,6 +2988,11 @@ def update!(**args)
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
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`
Expand All @@ -3004,6 +3015,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)
Expand All @@ -3014,6 +3026,11 @@ def update!(**args)
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
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`
Expand All @@ -3036,6 +3053,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)
Expand All @@ -3046,6 +3064,11 @@ def update!(**args)
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
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`
Expand All @@ -3068,6 +3091,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)
Expand All @@ -3078,6 +3102,11 @@ def update!(**args)
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
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`
Expand All @@ -3100,6 +3129,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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ContaineranalysisV1beta1
# Version of the google-apis-containeranalysis_v1beta1 gem
GEM_VERSION = "0.68.0"
GEM_VERSION = "0.69.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 = "20250905"
REVISION = "20251030"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
# @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::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
Expand Down Expand Up @@ -1801,6 +1802,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :artifact_registry_package, as: 'artifactRegistryPackage'
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation

property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
Expand All @@ -1812,6 +1814,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :artifact_registry_package, as: 'artifactRegistryPackage'
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation

property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
Expand All @@ -1823,6 +1826,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :artifact_registry_package, as: 'artifactRegistryPackage'
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation

property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
Expand All @@ -1834,6 +1838,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :artifact_registry_package, as: 'artifactRegistryPackage'
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation

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