google-apis-containeranalysis_v1alpha1 0.71.0 → 0.72.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: c348465ff2ab17b87ce5d3ad9aaf166cbd5aa99adc9b641ed5bead038723224e
4
- data.tar.gz: fcbb1ca321793db8da5a4ec053287f91f68025bb50b2b966a768d400aaded636
3
+ metadata.gz: 558a03df86f8c3dfce257daf870bc39bdaef9e66b1905b0fe46b9e029d844851
4
+ data.tar.gz: 2df0cc95fc62c9d13ad6a05cd23670636b40f063ff81302d78080548a5eadbb9
5
5
  SHA512:
6
- metadata.gz: 23759d42f2e8901f547a81f2b12f8e609e6cf774718dd34b1fd082192f8cc372a10d22f6d63203995e6965c1155ab50cb27260f22109907d4ff19a499d2d4400
7
- data.tar.gz: 19947b00de6d6e6f637304bfe5be8b0d3b0eb29c250d08a0ed0311330924721381bef799c9571bdadfd1e12c0d94271e9e251c695e7331b40b08889563c57964
6
+ metadata.gz: a9e984e78ce3b3f851b310cd83ba703e82596c918d1aec1bb694b07859f04eafd5b5f29baf5adb2bf3c6ec8c6d4064a0ac4af41698fef914bb53dc3fe50675f4
7
+ data.tar.gz: c047f4824b4eb412fb179b4d19f96197bad15d746cb8140fa3c6324478df63b66eb7d347700a201211abcf4e833aba2c7063ab41435db19420dda481629db64c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.72.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250528
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.71.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250509
@@ -2364,9 +2364,8 @@ module Google
2364
2364
  class ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository
2365
2365
  include Google::Apis::Core::Hashable
2366
2366
 
2367
- # The Developer Connect Git repository link or the url that matches a repository
2368
- # link in the current project, formatted as `projects/*/locations/*/connections/*
2369
- # /gitRepositoryLink/*`
2367
+ # The Developer Connect Git repository link formatted as `projects/*/locations/*/
2368
+ # connections/*/gitRepositoryLink/*`
2370
2369
  # Corresponds to the JSON property `developerConnect`
2371
2370
  # @return [String]
2372
2371
  attr_accessor :developer_connect
@@ -3566,6 +3565,11 @@ module Google
3566
3565
  # @return [String]
3567
3566
  attr_accessor :cpe
3568
3567
 
3568
+ # Optional. Files that make up the resource described by the occurrence.
3569
+ # Corresponds to the JSON property `files`
3570
+ # @return [Array<Google::Apis::ContaineranalysisV1alpha1::File>]
3571
+ attr_accessor :files
3572
+
3569
3573
  # The last time this resource was scanned.
3570
3574
  # Corresponds to the JSON property `lastScanTime`
3571
3575
  # @return [String]
@@ -3600,6 +3604,7 @@ module Google
3600
3604
  @archive_time = args[:archive_time] if args.key?(:archive_time)
3601
3605
  @continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
3602
3606
  @cpe = args[:cpe] if args.key?(:cpe)
3607
+ @files = args[:files] if args.key?(:files)
3603
3608
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3604
3609
  @operation = args[:operation] if args.key?(:operation)
3605
3610
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
@@ -3962,6 +3967,31 @@ module Google
3962
3967
  end
3963
3968
  end
3964
3969
 
3970
+ # A file as part of a resource.
3971
+ class File
3972
+ include Google::Apis::Core::Hashable
3973
+
3974
+ # Optional. The digest(s) of the file.
3975
+ # Corresponds to the JSON property `digest`
3976
+ # @return [Hash<String,String>]
3977
+ attr_accessor :digest
3978
+
3979
+ # Optional. The name of the file.
3980
+ # Corresponds to the JSON property `name`
3981
+ # @return [String]
3982
+ attr_accessor :name
3983
+
3984
+ def initialize(**args)
3985
+ update!(**args)
3986
+ end
3987
+
3988
+ # Update properties of this object
3989
+ def update!(**args)
3990
+ @digest = args[:digest] if args.key?(:digest)
3991
+ @name = args[:name] if args.key?(:name)
3992
+ end
3993
+ end
3994
+
3965
3995
  # Container message for hashes of byte content of files, used in Source messages
3966
3996
  # to verify integrity of source input to the build.
3967
3997
  class FileHashes
@@ -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.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250509"
25
+ REVISION = "20250528"
26
26
  end
27
27
  end
28
28
  end
@@ -532,6 +532,12 @@ module Google
532
532
  include Google::Apis::Core::JsonObjectSupport
533
533
  end
534
534
 
535
+ class File
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
535
541
  class FileHashes
536
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
537
543
 
@@ -2029,6 +2035,8 @@ module Google
2029
2035
  property :archive_time, as: 'archiveTime'
2030
2036
  property :continuous_analysis, as: 'continuousAnalysis'
2031
2037
  property :cpe, as: 'cpe'
2038
+ collection :files, as: 'files', class: Google::Apis::ContaineranalysisV1alpha1::File, decorator: Google::Apis::ContaineranalysisV1alpha1::File::Representation
2039
+
2032
2040
  property :last_scan_time, as: 'lastScanTime'
2033
2041
  property :operation, as: 'operation', class: Google::Apis::ContaineranalysisV1alpha1::Operation, decorator: Google::Apis::ContaineranalysisV1alpha1::Operation::Representation
2034
2042
 
@@ -2126,6 +2134,14 @@ module Google
2126
2134
  end
2127
2135
  end
2128
2136
 
2137
+ class File
2138
+ # @private
2139
+ class Representation < Google::Apis::Core::JsonRepresentation
2140
+ hash :digest, as: 'digest'
2141
+ property :name, as: 'name'
2142
+ end
2143
+ end
2144
+
2129
2145
  class FileHashes
2130
2146
  # @private
2131
2147
  class Representation < Google::Apis::Core::JsonRepresentation
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.71.0
4
+ version: 0.72.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.71.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.72.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Container Analysis API V1alpha1
79
79
  test_files: []