google-apis-containeranalysis_v1alpha1 0.74.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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1alpha1
|
2
2
|
|
3
|
+
### v0.76.0 (2025-10-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250928
|
6
|
+
|
7
|
+
### v0.75.0 (2025-09-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250829
|
10
|
+
|
3
11
|
### v0.74.0 (2025-08-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250813
|
@@ -1543,7 +1543,8 @@ module Google
|
|
1543
1543
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsNpmPackage
|
1544
1544
|
include Google::Apis::Core::Hashable
|
1545
1545
|
|
1546
|
-
# Path to the package.json. e.g. workspace/path/to/package
|
1546
|
+
# Optional. Path to the package.json. e.g. workspace/path/to/package Only one of
|
1547
|
+
# `archive` or `package_path` can be specified.
|
1547
1548
|
# Corresponds to the JSON property `packagePath`
|
1548
1549
|
# @return [String]
|
1549
1550
|
attr_accessor :package_path
|
@@ -5040,6 +5041,11 @@ module Google
|
|
5040
5041
|
# @return [Array<Google::Apis::ContaineranalysisV1alpha1::BaseImage>]
|
5041
5042
|
attr_accessor :base_images
|
5042
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
|
+
|
5043
5049
|
# The layer build command that was used to build the layer. This may not be
|
5044
5050
|
# found in all layers depending on how the container image is built.
|
5045
5051
|
# Corresponds to the JSON property `command`
|
@@ -5063,6 +5069,7 @@ module Google
|
|
5063
5069
|
# Update properties of this object
|
5064
5070
|
def update!(**args)
|
5065
5071
|
@base_images = args[:base_images] if args.key?(:base_images)
|
5072
|
+
@chain_id = args[:chain_id] if args.key?(:chain_id)
|
5066
5073
|
@command = args[:command] if args.key?(:command)
|
5067
5074
|
@diff_id = args[:diff_id] if args.key?(:diff_id)
|
5068
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:
|