google-apis-ondemandscanning_v1beta1 0.47.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57299e62b016395afeca5bd2d7a30a2c5ffab037dba7e4c7c84e272aa4eda62d
4
- data.tar.gz: 1c99227d898f69f87c82171531aae3332965dfdd468b1888d82772113f8c9e06
3
+ metadata.gz: 85600389999e2690edc5ee16c738d1ad9f23a578f69c7bbb8076ea9223a8dac5
4
+ data.tar.gz: e2989589029453d2a0defeaf2146a52589349a26cc3f0b52eb3a9fc62635d10d
5
5
  SHA512:
6
- metadata.gz: c2fe565ac52fdd186e7b1c4d1f8a4d0f9c80de04006eec04809685d6d3eb3c7fe2260967ad7132ca4db9f4cc37de6b54c2ba62d46859d4c821e3f90f3e8024ea
7
- data.tar.gz: bc27aeb8b156c1b483a7b49b96db1f8fb653b3009101465e4c2680266cc216a8795a5bbf944e45d2035ff193cabf25607debf2f24f174b7c4869662760102c11
6
+ metadata.gz: 45fe0c6bafd0eabb980f37c35ca529f1a79456d86c46ffd215547d8f6c76899888792c87d61112285906242c5c037bfbb2455788e2724548cb4070577939e286
7
+ data.tar.gz: aaf20242d77d3e05d5b8af6cb0b28fab2fa07220923d5b6db8fa4745502b75725606017eb7204dcc26222e841b45c65c69a19456b0345be1a0baecd9cb00b00e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1beta1
2
2
 
3
+ ### v0.48.0 (2024-06-26)
4
+
5
+ * Regenerated from discovery document revision 20240624
6
+
3
7
  ### v0.47.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -984,6 +984,11 @@ module Google
984
984
  # @return [Google::Apis::OndemandscanningV1beta1::SbomStatus]
985
985
  attr_accessor :sbom_status
986
986
 
987
+ # The status of an vulnerability attestation generation.
988
+ # Corresponds to the JSON property `vulnerabilityAttestation`
989
+ # @return [Google::Apis::OndemandscanningV1beta1::VulnerabilityAttestation]
990
+ attr_accessor :vulnerability_attestation
991
+
987
992
  def initialize(**args)
988
993
  update!(**args)
989
994
  end
@@ -999,6 +1004,7 @@ module Google
999
1004
  @cpe = args[:cpe] if args.key?(:cpe)
1000
1005
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
1001
1006
  @sbom_status = args[:sbom_status] if args.key?(:sbom_status)
1007
+ @vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
1002
1008
  end
1003
1009
  end
1004
1010
 
@@ -3641,6 +3647,37 @@ module Google
3641
3647
  end
3642
3648
  end
3643
3649
 
3650
+ # The status of an vulnerability attestation generation.
3651
+ class VulnerabilityAttestation
3652
+ include Google::Apis::Core::Hashable
3653
+
3654
+ # If failure, the error reason for why the attestation generation failed.
3655
+ # Corresponds to the JSON property `error`
3656
+ # @return [String]
3657
+ attr_accessor :error
3658
+
3659
+ # The last time we attempted to generate an attestation.
3660
+ # Corresponds to the JSON property `lastAttemptTime`
3661
+ # @return [String]
3662
+ attr_accessor :last_attempt_time
3663
+
3664
+ # The success/failure state of the latest attestation attempt.
3665
+ # Corresponds to the JSON property `state`
3666
+ # @return [String]
3667
+ attr_accessor :state
3668
+
3669
+ def initialize(**args)
3670
+ update!(**args)
3671
+ end
3672
+
3673
+ # Update properties of this object
3674
+ def update!(**args)
3675
+ @error = args[:error] if args.key?(:error)
3676
+ @last_attempt_time = args[:last_attempt_time] if args.key?(:last_attempt_time)
3677
+ @state = args[:state] if args.key?(:state)
3678
+ end
3679
+ end
3680
+
3644
3681
  # An occurrence of a severity vulnerability on a resource.
3645
3682
  class VulnerabilityOccurrence
3646
3683
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OndemandscanningV1beta1
18
18
  # Version of the google-apis-ondemandscanning_v1beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.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 = "20240429"
25
+ REVISION = "20240624"
26
26
  end
27
27
  end
28
28
  end
@@ -574,6 +574,12 @@ module Google
574
574
  include Google::Apis::Core::JsonObjectSupport
575
575
  end
576
576
 
577
+ class VulnerabilityAttestation
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
577
583
  class VulnerabilityOccurrence
578
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
585
 
@@ -851,6 +857,8 @@ module Google
851
857
  property :last_scan_time, as: 'lastScanTime'
852
858
  property :sbom_status, as: 'sbomStatus', class: Google::Apis::OndemandscanningV1beta1::SbomStatus, decorator: Google::Apis::OndemandscanningV1beta1::SbomStatus::Representation
853
859
 
860
+ property :vulnerability_attestation, as: 'vulnerabilityAttestation', class: Google::Apis::OndemandscanningV1beta1::VulnerabilityAttestation, decorator: Google::Apis::OndemandscanningV1beta1::VulnerabilityAttestation::Representation
861
+
854
862
  end
855
863
  end
856
864
 
@@ -1584,6 +1592,15 @@ module Google
1584
1592
  end
1585
1593
  end
1586
1594
 
1595
+ class VulnerabilityAttestation
1596
+ # @private
1597
+ class Representation < Google::Apis::Core::JsonRepresentation
1598
+ property :error, as: 'error'
1599
+ property :last_attempt_time, as: 'lastAttemptTime'
1600
+ property :state, as: 'state'
1601
+ end
1602
+ end
1603
+
1587
1604
  class VulnerabilityOccurrence
1588
1605
  # @private
1589
1606
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ondemandscanning_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-27 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-ondemandscanning_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []