google-apis-containeranalysis_v1alpha1 0.76.0 → 0.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53467063133afbaa0191e0883e6417bcfc3b31be101423580b70707fb24f3a15
|
|
4
|
+
data.tar.gz: d52e584e7817e00f0e26a27de5700e8073c178083c98a972ed8631b343b9eaaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a370728c48d7c647f8a650b5575eaad566f0a68b73457d8bf1f8228999e18056df7b50b4d099c2e91768a67f74e7e19fb77c8e9a3fb8282ba63afa1a058b719
|
|
7
|
+
data.tar.gz: 949f6b7691708020b7fbf261161980ca8b255c6d62766636eb58f78387eecc01eeaaa92a2a8bc7bcea278a212b5cad0c75db99dd64d68001976214f379c9df4d
|
data/CHANGELOG.md
CHANGED
|
@@ -2254,6 +2254,11 @@ module Google
|
|
|
2254
2254
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
|
|
2255
2255
|
include Google::Apis::Core::Hashable
|
|
2256
2256
|
|
|
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
|
+
|
|
2257
2262
|
# Docker Registry 2.0 digest.
|
|
2258
2263
|
# Corresponds to the JSON property `digest`
|
|
2259
2264
|
# @return [String]
|
|
@@ -2276,6 +2281,7 @@ module Google
|
|
|
2276
2281
|
|
|
2277
2282
|
# Update properties of this object
|
|
2278
2283
|
def update!(**args)
|
|
2284
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
2279
2285
|
@digest = args[:digest] if args.key?(:digest)
|
|
2280
2286
|
@name = args[:name] if args.key?(:name)
|
|
2281
2287
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
@@ -3055,6 +3061,11 @@ module Google
|
|
|
3055
3061
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
|
|
3056
3062
|
include Google::Apis::Core::Hashable
|
|
3057
3063
|
|
|
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
|
+
|
|
3058
3069
|
# Container message for hashes of byte content of files, used in
|
|
3059
3070
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3060
3071
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3077,6 +3088,7 @@ module Google
|
|
|
3077
3088
|
|
|
3078
3089
|
# Update properties of this object
|
|
3079
3090
|
def update!(**args)
|
|
3091
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3080
3092
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3081
3093
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3082
3094
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3087,6 +3099,11 @@ module Google
|
|
|
3087
3099
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
|
3088
3100
|
include Google::Apis::Core::Hashable
|
|
3089
3101
|
|
|
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
|
+
|
|
3090
3107
|
# Container message for hashes of byte content of files, used in
|
|
3091
3108
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3092
3109
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3109,6 +3126,7 @@ module Google
|
|
|
3109
3126
|
|
|
3110
3127
|
# Update properties of this object
|
|
3111
3128
|
def update!(**args)
|
|
3129
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3112
3130
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3113
3131
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3114
3132
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3119,6 +3137,11 @@ module Google
|
|
|
3119
3137
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
|
3120
3138
|
include Google::Apis::Core::Hashable
|
|
3121
3139
|
|
|
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
|
+
|
|
3122
3145
|
# Container message for hashes of byte content of files, used in
|
|
3123
3146
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3124
3147
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3141,6 +3164,7 @@ module Google
|
|
|
3141
3164
|
|
|
3142
3165
|
# Update properties of this object
|
|
3143
3166
|
def update!(**args)
|
|
3167
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3144
3168
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3145
3169
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3146
3170
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -3151,6 +3175,11 @@ module Google
|
|
|
3151
3175
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
|
3152
3176
|
include Google::Apis::Core::Hashable
|
|
3153
3177
|
|
|
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
|
+
|
|
3154
3183
|
# Container message for hashes of byte content of files, used in
|
|
3155
3184
|
# SourceProvenance messages to verify integrity of source input to the build.
|
|
3156
3185
|
# Corresponds to the JSON property `fileHashes`
|
|
@@ -3173,6 +3202,7 @@ module Google
|
|
|
3173
3202
|
|
|
3174
3203
|
# Update properties of this object
|
|
3175
3204
|
def update!(**args)
|
|
3205
|
+
@artifact_registry_package = args[:artifact_registry_package] if args.key?(:artifact_registry_package)
|
|
3176
3206
|
@file_hashes = args[:file_hashes] if args.key?(:file_hashes)
|
|
3177
3207
|
@push_timing = args[:push_timing] if args.key?(:push_timing)
|
|
3178
3208
|
@uri = args[:uri] if args.key?(:uri)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1alpha1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1675,6 +1675,7 @@ module Google
|
|
|
1675
1675
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage
|
|
1676
1676
|
# @private
|
|
1677
1677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1678
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1678
1679
|
property :digest, as: 'digest'
|
|
1679
1680
|
property :name, as: 'name'
|
|
1680
1681
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1905,6 +1906,7 @@ module Google
|
|
|
1905
1906
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule
|
|
1906
1907
|
# @private
|
|
1907
1908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1909
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1908
1910
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1909
1911
|
|
|
1910
1912
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1916,6 +1918,7 @@ module Google
|
|
|
1916
1918
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
|
1917
1919
|
# @private
|
|
1918
1920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1921
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1919
1922
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1920
1923
|
|
|
1921
1924
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1927,6 +1930,7 @@ module Google
|
|
|
1927
1930
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
|
1928
1931
|
# @private
|
|
1929
1932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1933
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1930
1934
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1931
1935
|
|
|
1932
1936
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
|
@@ -1938,6 +1942,7 @@ module Google
|
|
|
1938
1942
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
|
1939
1943
|
# @private
|
|
1940
1944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1945
|
+
property :artifact_registry_package, as: 'artifactRegistryPackage'
|
|
1941
1946
|
property :file_hashes, as: 'fileHashes', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes::Representation
|
|
1942
1947
|
|
|
1943
1948
|
property :push_timing, as: 'pushTiming', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.77.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.77.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|