google-apis-containeranalysis_v1 0.52.0 → 0.53.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: f756c3aec3da5fe14b19d4f932b2f98b9545f339e6aea586433624d411250a3c
4
- data.tar.gz: 38d6791b241f3003ae44750509a84f59a001606ee7d279423d5d515abb973224
3
+ metadata.gz: 71bace01e4b9a60cd928bf8448d101e4275856b88503ec48a550637f55233de2
4
+ data.tar.gz: d04aa6323b2011b3a0bbe645b17a68dda369dec5e25dd02c59813a049eace9cd
5
5
  SHA512:
6
- metadata.gz: f983fb7db0d488e849967d43b436d9eee4f39504281930613aceef7a607ab3fc5d9f2f094d782edf46b542a04cddf5f0ef01975f65171ac215975a9da079fd25
7
- data.tar.gz: '015882376046cd7987e6259e592d1bbc94784b38619519b74aaec19356d294203b6b536e16bc5979994fae06b82c92b915db078f244bf03ca8461c5128d18fa3'
6
+ metadata.gz: 4ffd9221921d77200905d72fa6d346b48c54207b9c78eb1d65aa20942904e4463d60614eb6ae7c06d278ef09be53cd5170e7b94ba3ed7f3f7f6a98026efee2e1
7
+ data.tar.gz: af16d63b09e336ab872024add94883d868ad37c1aedc2b0c4211d83cd118d36a81c21b83be4ad45dbbb55b04416c065e9aa6db6b54e52a86e24ca1d3664ae6c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.53.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240704
6
+
3
7
  ### v0.52.0 (2024-06-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20240625
@@ -2365,40 +2365,6 @@ module Google
2365
2365
  end
2366
2366
  end
2367
2367
 
2368
- # Represents a storage location in Cloud Storage
2369
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
2370
- include Google::Apis::Core::Hashable
2371
-
2372
- # Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#
2373
- # requirements
2374
- # Corresponds to the JSON property `bucket`
2375
- # @return [String]
2376
- attr_accessor :bucket
2377
-
2378
- # Cloud Storage generation for the object. If the generation is omitted, the
2379
- # latest generation will be used.
2380
- # Corresponds to the JSON property `generation`
2381
- # @return [Fixnum]
2382
- attr_accessor :generation
2383
-
2384
- # Cloud Storage object. See https://cloud.google.com/storage/docs/naming#
2385
- # objectnames
2386
- # Corresponds to the JSON property `object`
2387
- # @return [String]
2388
- attr_accessor :object
2389
-
2390
- def initialize(**args)
2391
- update!(**args)
2392
- end
2393
-
2394
- # Update properties of this object
2395
- def update!(**args)
2396
- @bucket = args[:bucket] if args.key?(:bucket)
2397
- @generation = args[:generation] if args.key?(:generation)
2398
- @object = args[:object] if args.key?(:object)
2399
- end
2400
- end
2401
-
2402
2368
  # GitConfig is a configuration for git operations.
2403
2369
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
2404
2370
  include Google::Apis::Core::Hashable
@@ -2422,17 +2388,14 @@ module Google
2422
2388
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfigHttpConfig
2423
2389
  include Google::Apis::Core::Hashable
2424
2390
 
2425
- # SecretVersion resource of the HTTP proxy URL. The proxy URL should be in
2426
- # format protocol://@]proxyhost[:port].
2391
+ # SecretVersion resource of the HTTP proxy URL. The Service Account used in the
2392
+ # build (either the default Service Account or user-specified Service Account)
2393
+ # should have `secretmanager.versions.access` permissions on this secret. The
2394
+ # proxy URL should be in format `protocol://@]proxyhost[:port]`.
2427
2395
  # Corresponds to the JSON property `proxySecretVersionName`
2428
2396
  # @return [String]
2429
2397
  attr_accessor :proxy_secret_version_name
2430
2398
 
2431
- # Represents a storage location in Cloud Storage
2432
- # Corresponds to the JSON property `proxySslCaInfo`
2433
- # @return [Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation]
2434
- attr_accessor :proxy_ssl_ca_info
2435
-
2436
2399
  def initialize(**args)
2437
2400
  update!(**args)
2438
2401
  end
@@ -2440,7 +2403,6 @@ module Google
2440
2403
  # Update properties of this object
2441
2404
  def update!(**args)
2442
2405
  @proxy_secret_version_name = args[:proxy_secret_version_name] if args.key?(:proxy_secret_version_name)
2443
- @proxy_ssl_ca_info = args[:proxy_ssl_ca_info] if args.key?(:proxy_ssl_ca_info)
2444
2406
  end
2445
2407
  end
2446
2408
 
@@ -3470,11 +3432,6 @@ module Google
3470
3432
  # @return [Google::Apis::ContaineranalysisV1::SbomStatus]
3471
3433
  attr_accessor :sbom_status
3472
3434
 
3473
- # The status of an vulnerability attestation generation.
3474
- # Corresponds to the JSON property `vulnerabilityAttestation`
3475
- # @return [Google::Apis::ContaineranalysisV1::VulnerabilityAttestation]
3476
- attr_accessor :vulnerability_attestation
3477
-
3478
3435
  def initialize(**args)
3479
3436
  update!(**args)
3480
3437
  end
@@ -3490,7 +3447,6 @@ module Google
3490
3447
  @cpe = args[:cpe] if args.key?(:cpe)
3491
3448
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
3492
3449
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
3493
- @vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
3494
3450
  end
3495
3451
  end
3496
3452
 
@@ -6858,37 +6814,6 @@ module Google
6858
6814
  end
6859
6815
  end
6860
6816
 
6861
- # The status of an vulnerability attestation generation.
6862
- class VulnerabilityAttestation
6863
- include Google::Apis::Core::Hashable
6864
-
6865
- # If failure, the error reason for why the attestation generation failed.
6866
- # Corresponds to the JSON property `error`
6867
- # @return [String]
6868
- attr_accessor :error
6869
-
6870
- # The last time we attempted to generate an attestation.
6871
- # Corresponds to the JSON property `lastAttemptTime`
6872
- # @return [String]
6873
- attr_accessor :last_attempt_time
6874
-
6875
- # The success/failure state of the latest attestation attempt.
6876
- # Corresponds to the JSON property `state`
6877
- # @return [String]
6878
- attr_accessor :state
6879
-
6880
- def initialize(**args)
6881
- update!(**args)
6882
- end
6883
-
6884
- # Update properties of this object
6885
- def update!(**args)
6886
- @error = args[:error] if args.key?(:error)
6887
- @last_attempt_time = args[:last_attempt_time] if args.key?(:last_attempt_time)
6888
- @state = args[:state] if args.key?(:state)
6889
- end
6890
- end
6891
-
6892
6817
  # A security vulnerability that can be found in resources.
6893
6818
  class VulnerabilityNote
6894
6819
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240625"
25
+ REVISION = "20240704"
26
26
  end
27
27
  end
28
28
  end
@@ -304,12 +304,6 @@ module Google
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
308
- class Representation < Google::Apis::Core::JsonRepresentation; end
309
-
310
- include Google::Apis::Core::JsonObjectSupport
311
- end
312
-
313
307
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
314
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
309
 
@@ -994,12 +988,6 @@ module Google
994
988
  include Google::Apis::Core::JsonObjectSupport
995
989
  end
996
990
 
997
- class VulnerabilityAttestation
998
- class Representation < Google::Apis::Core::JsonRepresentation; end
999
-
1000
- include Google::Apis::Core::JsonObjectSupport
1001
- end
1002
-
1003
991
  class VulnerabilityNote
1004
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
1005
993
 
@@ -1595,15 +1583,6 @@ module Google
1595
1583
  end
1596
1584
  end
1597
1585
 
1598
- class ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation
1599
- # @private
1600
- class Representation < Google::Apis::Core::JsonRepresentation
1601
- property :bucket, as: 'bucket'
1602
- property :generation, :numeric_string => true, as: 'generation'
1603
- property :object, as: 'object'
1604
- end
1605
- end
1606
-
1607
1586
  class ContaineranalysisGoogleDevtoolsCloudbuildV1GitConfig
1608
1587
  # @private
1609
1588
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1616,8 +1595,6 @@ module Google
1616
1595
  # @private
1617
1596
  class Representation < Google::Apis::Core::JsonRepresentation
1618
1597
  property :proxy_secret_version_name, as: 'proxySecretVersionName'
1619
- property :proxy_ssl_ca_info, as: 'proxySslCaInfo', class: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation, decorator: Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1GcsLocation::Representation
1620
-
1621
1598
  end
1622
1599
  end
1623
1600
 
@@ -1909,8 +1886,6 @@ module Google
1909
1886
  property :last_scan_time, as: 'lastScanTime'
1910
1887
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1::SbomStatus::Representation
1911
1888
 
1912
- property :vulnerability_attestation, as: 'vulnerabilityAttestation', class: Google::Apis::ContaineranalysisV1::VulnerabilityAttestation, decorator: Google::Apis::ContaineranalysisV1::VulnerabilityAttestation::Representation
1913
-
1914
1889
  end
1915
1890
  end
1916
1891
 
@@ -2837,15 +2812,6 @@ module Google
2837
2812
  end
2838
2813
  end
2839
2814
 
2840
- class VulnerabilityAttestation
2841
- # @private
2842
- class Representation < Google::Apis::Core::JsonRepresentation
2843
- property :error, as: 'error'
2844
- property :last_attempt_time, as: 'lastAttemptTime'
2845
- property :state, as: 'state'
2846
- end
2847
- end
2848
-
2849
2815
  class VulnerabilityNote
2850
2816
  # @private
2851
2817
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-30 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
63
63
  post_install_message:
64
64
  rdoc_options: []