google-apis-containeranalysis_v1alpha1 0.77.0 → 0.79.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: 0cfe94fefbb645b90c53f5648ce21ecc044a4570d8d0c52400e107e66076c342
|
|
4
|
+
data.tar.gz: 67eae0ac47dc0e0876ba3b0c2d607390becaa30291991484d6c1d97cd9237437
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75fa16843ff11826d0c52f89fb00e0d1520df63ea425786e820f37726b1d31d4dadf33d56fdf7bd39ed38d845847246b038dea2e87fd00e4bc27472a95977cdb
|
|
7
|
+
data.tar.gz: 5182f55af6622cfcba2a18786ba83e1c4a57c16957d576fa7ce8575e2d49871d80de3b7ede4a138dcefca96b1377f8d858d31c8265259f60097d969c60aa7874
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.79.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260123
|
|
6
|
+
|
|
7
|
+
### v0.78.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251203
|
|
10
|
+
|
|
3
11
|
### v0.77.0 (2025-11-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251030
|
|
@@ -1499,6 +1499,14 @@ module Google
|
|
|
1499
1499
|
# @return [String]
|
|
1500
1500
|
attr_accessor :artifact_id
|
|
1501
1501
|
|
|
1502
|
+
# Optional. Path to a folder containing the files to upload to Artifact Registry.
|
|
1503
|
+
# This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a
|
|
1504
|
+
# relative path from /workspace, e.g. `my-app/target/`. This field is mutually
|
|
1505
|
+
# exclusive with the `path` field.
|
|
1506
|
+
# Corresponds to the JSON property `deployFolder`
|
|
1507
|
+
# @return [String]
|
|
1508
|
+
attr_accessor :deploy_folder
|
|
1509
|
+
|
|
1502
1510
|
# Maven `groupId` value used when uploading the artifact to Artifact Registry.
|
|
1503
1511
|
# Corresponds to the JSON property `groupId`
|
|
1504
1512
|
# @return [String]
|
|
@@ -1531,6 +1539,7 @@ module Google
|
|
|
1531
1539
|
# Update properties of this object
|
|
1532
1540
|
def update!(**args)
|
|
1533
1541
|
@artifact_id = args[:artifact_id] if args.key?(:artifact_id)
|
|
1542
|
+
@deploy_folder = args[:deploy_folder] if args.key?(:deploy_folder)
|
|
1534
1543
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
1535
1544
|
@path = args[:path] if args.key?(:path)
|
|
1536
1545
|
@repository = args[:repository] if args.key?(:repository)
|
|
@@ -3633,6 +3642,11 @@ module Google
|
|
|
3633
3642
|
# @return [String]
|
|
3634
3643
|
attr_accessor :last_scan_time
|
|
3635
3644
|
|
|
3645
|
+
# Optional. The last time vulnerability scan results changed.
|
|
3646
|
+
# Corresponds to the JSON property `lastVulnerabilityUpdateTime`
|
|
3647
|
+
# @return [String]
|
|
3648
|
+
attr_accessor :last_vulnerability_update_time
|
|
3649
|
+
|
|
3636
3650
|
# This resource represents a long-running operation that is the result of a
|
|
3637
3651
|
# network API call.
|
|
3638
3652
|
# Corresponds to the JSON property `operation`
|
|
@@ -3664,6 +3678,7 @@ module Google
|
|
|
3664
3678
|
@cpe = args[:cpe] if args.key?(:cpe)
|
|
3665
3679
|
@files = args[:files] if args.key?(:files)
|
|
3666
3680
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
|
3681
|
+
@last_vulnerability_update_time = args[:last_vulnerability_update_time] if args.key?(:last_vulnerability_update_time)
|
|
3667
3682
|
@operation = args[:operation] if args.key?(:operation)
|
|
3668
3683
|
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
|
3669
3684
|
@vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
|
|
@@ -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.79.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 = "20260123"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1512,6 +1512,7 @@ module Google
|
|
|
1512
1512
|
# @private
|
|
1513
1513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1514
1514
|
property :artifact_id, as: 'artifactId'
|
|
1515
|
+
property :deploy_folder, as: 'deployFolder'
|
|
1515
1516
|
property :group_id, as: 'groupId'
|
|
1516
1517
|
property :path, as: 'path'
|
|
1517
1518
|
property :repository, as: 'repository'
|
|
@@ -2069,6 +2070,7 @@ module Google
|
|
|
2069
2070
|
collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1alpha1::File, decorator: Google::Apis::ContaineranalysisV1alpha1::File::Representation
|
|
2070
2071
|
|
|
2071
2072
|
property :last_scan_time, as: 'lastScanTime'
|
|
2073
|
+
property :last_vulnerability_update_time, as: 'lastVulnerabilityUpdateTime'
|
|
2072
2074
|
property :operation, as: 'operation', class: Google::Apis::ContaineranalysisV1alpha1::Operation, decorator: Google::Apis::ContaineranalysisV1alpha1::Operation::Representation
|
|
2073
2075
|
|
|
2074
2076
|
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1alpha1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1alpha1::SbomStatus::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.79.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.79.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:
|