google-apis-containeranalysis_v1alpha1 0.75.0 → 0.76.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: 6ee1f7d229fbe714b0ad35e87ade16e8b8a7a96f81c1eb84536c1eb5e8c10857
|
4
|
+
data.tar.gz: 72221099062df93d06c720bbbac2801153b98cea5f881ec1fa485fc6edb9e7e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a74543c9318d4222e19e39fd7c2eead4e6385a94181668a79f1ce4513fc54d3cb93bc66c315fd151f1f9af6affc5523df3d20377e04f72644d8caf2ebd8f7614
|
7
|
+
data.tar.gz: 890ae6f8bfdc8b72be386308b4526218dada99491f3f590496b3b62028b52445855909182c9d118b282bdcafeb9263783914cd9b0d4711426f009f8012c60b94
|
data/CHANGELOG.md
CHANGED
@@ -5041,6 +5041,11 @@ module Google
|
|
5041
5041
|
# @return [Array<Google::Apis::ContaineranalysisV1alpha1::BaseImage>]
|
5042
5042
|
attr_accessor :base_images
|
5043
5043
|
|
5044
|
+
# The chain ID of the layer in the container image.
|
5045
|
+
# Corresponds to the JSON property `chainId`
|
5046
|
+
# @return [String]
|
5047
|
+
attr_accessor :chain_id
|
5048
|
+
|
5044
5049
|
# The layer build command that was used to build the layer. This may not be
|
5045
5050
|
# found in all layers depending on how the container image is built.
|
5046
5051
|
# Corresponds to the JSON property `command`
|
@@ -5064,6 +5069,7 @@ module Google
|
|
5064
5069
|
# Update properties of this object
|
5065
5070
|
def update!(**args)
|
5066
5071
|
@base_images = args[:base_images] if args.key?(:base_images)
|
5072
|
+
@chain_id = args[:chain_id] if args.key?(:chain_id)
|
5067
5073
|
@command = args[:command] if args.key?(:command)
|
5068
5074
|
@diff_id = args[:diff_id] if args.key?(:diff_id)
|
5069
5075
|
@index = args[:index] if args.key?(:index)
|
@@ -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.76.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 = "20250928"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2474,6 +2474,7 @@ module Google
|
|
2474
2474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2475
2475
|
collection :base_images, as: 'baseImages', class: Google::Apis::ContaineranalysisV1alpha1::BaseImage, decorator: Google::Apis::ContaineranalysisV1alpha1::BaseImage::Representation
|
2476
2476
|
|
2477
|
+
property :chain_id, as: 'chainId'
|
2477
2478
|
property :command, as: 'command'
|
2478
2479
|
property :diff_id, as: 'diffId'
|
2479
2480
|
property :index, as: 'index'
|
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.76.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.76.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:
|