google-apis-ondemandscanning_v1beta1 0.48.0 → 0.50.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/ondemandscanning_v1beta1/classes.rb +0 -37
- data/lib/google/apis/ondemandscanning_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/ondemandscanning_v1beta1/representations.rb +0 -17
- data/lib/google/apis/ondemandscanning_v1beta1/service.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdfe2e09efed48bd1f11ac88e47efd51252e2b718c00795a172053b8316eb8a5
|
4
|
+
data.tar.gz: 3cbe4f3188482f208fb3066732b398d2c3699ed710f2163fa796cb8a39faa79e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b7b3d1443e96fc1c1f7e827cf89b1dbc9e5c4225899422db19a3e3e0c05c1b8ff5c037d91a775ebd8f3ef3a4a730c6a5127917392b21c72c1cf4d6dc566237d
|
7
|
+
data.tar.gz: 98023da8c409de2208d7617b4c6ba801a06a9243accac126598d406ba7f992ce92b7fcf45b19fcb0bcbffc8bb63bd025afb0c009c0163d1317faeda5c47684c8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-ondemandscanning_v1beta1
|
2
2
|
|
3
|
+
### v0.50.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241209
|
6
|
+
|
7
|
+
### v0.49.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240715
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.48.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240624
|
@@ -984,11 +984,6 @@ 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
|
-
|
992
987
|
def initialize(**args)
|
993
988
|
update!(**args)
|
994
989
|
end
|
@@ -1004,7 +999,6 @@ module Google
|
|
1004
999
|
@cpe = args[:cpe] if args.key?(:cpe)
|
1005
1000
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
1006
1001
|
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
1007
|
-
@vulnerability_attestation = args[:vulnerability_attestation] if args.key?(:vulnerability_attestation)
|
1008
1002
|
end
|
1009
1003
|
end
|
1010
1004
|
|
@@ -3647,37 +3641,6 @@ module Google
|
|
3647
3641
|
end
|
3648
3642
|
end
|
3649
3643
|
|
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
|
-
|
3681
3644
|
# An occurrence of a severity vulnerability on a resource.
|
3682
3645
|
class VulnerabilityOccurrence
|
3683
3646
|
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.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -574,12 +574,6 @@ 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
|
-
|
583
577
|
class VulnerabilityOccurrence
|
584
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
579
|
|
@@ -857,8 +851,6 @@ module Google
|
|
857
851
|
property :last_scan_time, as: 'lastScanTime'
|
858
852
|
property :sbom_status, as: 'sbomStatus', class: Google::Apis::OndemandscanningV1beta1::SbomStatus, decorator: Google::Apis::OndemandscanningV1beta1::SbomStatus::Representation
|
859
853
|
|
860
|
-
property :vulnerability_attestation, as: 'vulnerabilityAttestation', class: Google::Apis::OndemandscanningV1beta1::VulnerabilityAttestation, decorator: Google::Apis::OndemandscanningV1beta1::VulnerabilityAttestation::Representation
|
861
|
-
|
862
854
|
end
|
863
855
|
end
|
864
856
|
|
@@ -1592,15 +1584,6 @@ module Google
|
|
1592
1584
|
end
|
1593
1585
|
end
|
1594
1586
|
|
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
|
-
|
1604
1587
|
class VulnerabilityOccurrence
|
1605
1588
|
# @private
|
1606
1589
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -57,8 +57,8 @@ module Google
|
|
57
57
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
58
58
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
59
59
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
60
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
61
|
-
# corresponding to `Code.CANCELLED`.
|
60
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
61
|
+
# , corresponding to `Code.CANCELLED`.
|
62
62
|
# @param [String] name
|
63
63
|
# The name of the operation resource to be cancelled.
|
64
64
|
# @param [String] fields
|
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.
|
4
|
+
version: 0.50.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-
|
11
|
+
date: 2024-12-15 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.50.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for On-Demand Scanning API V1beta1
|