google-apis-containeranalysis_v1alpha1 0.48.0 → 0.49.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b33086bc30d5ee75573fb7ac7abba3c1adafb2c207595174e9ca8ad248f729f1
|
4
|
+
data.tar.gz: 6459b853fe858a80eb13aa950bb86f8ace64c4faeceb178a6bb6994cfc02056f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 970a0208f451934eba851b833f9d607f8e89690ceb211466f7af81b49de621919e66179da864938ba6854e0f64caad056e7e2c5afd443348cc4327cd1a14ac99
|
7
|
+
data.tar.gz: d25fc64ebc183159069f89619386242d6ed1805d0842dbef6607b41e912bd9d30632bdab6ed162d24249ebe2efb9bb1b62aee36bee06a6065e23f0757df1874e
|
data/CHANGELOG.md
CHANGED
@@ -3023,6 +3023,11 @@ module Google
|
|
3023
3023
|
# @return [Google::Apis::ContaineranalysisV1alpha1::Operation]
|
3024
3024
|
attr_accessor :operation
|
3025
3025
|
|
3026
|
+
# The status of an SBOM generation.
|
3027
|
+
# Corresponds to the JSON property `sbomStatus`
|
3028
|
+
# @return [Google::Apis::ContaineranalysisV1alpha1::SbomStatus]
|
3029
|
+
attr_accessor :sbom_status
|
3030
|
+
|
3026
3031
|
def initialize(**args)
|
3027
3032
|
update!(**args)
|
3028
3033
|
end
|
@@ -3038,6 +3043,7 @@ module Google
|
|
3038
3043
|
@cpe = args[:cpe] if args.key?(:cpe)
|
3039
3044
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
3040
3045
|
@operation = args[:operation] if args.key?(:operation)
|
3046
|
+
@sbom_status = args[:sbom_status] if args.key?(:sbom_status)
|
3041
3047
|
end
|
3042
3048
|
end
|
3043
3049
|
|
@@ -5913,6 +5919,32 @@ module Google
|
|
5913
5919
|
end
|
5914
5920
|
end
|
5915
5921
|
|
5922
|
+
# The status of an SBOM generation.
|
5923
|
+
class SbomStatus
|
5924
|
+
include Google::Apis::Core::Hashable
|
5925
|
+
|
5926
|
+
# Output only. If there was an error generating an SBOM, this will indicate what
|
5927
|
+
# that error was.
|
5928
|
+
# Corresponds to the JSON property `error`
|
5929
|
+
# @return [String]
|
5930
|
+
attr_accessor :error
|
5931
|
+
|
5932
|
+
# Output only. The progress of the SBOM generation.
|
5933
|
+
# Corresponds to the JSON property `sbomState`
|
5934
|
+
# @return [String]
|
5935
|
+
attr_accessor :sbom_state
|
5936
|
+
|
5937
|
+
def initialize(**args)
|
5938
|
+
update!(**args)
|
5939
|
+
end
|
5940
|
+
|
5941
|
+
# Update properties of this object
|
5942
|
+
def update!(**args)
|
5943
|
+
@error = args[:error] if args.key?(:error)
|
5944
|
+
@sbom_state = args[:sbom_state] if args.key?(:sbom_state)
|
5945
|
+
end
|
5946
|
+
end
|
5947
|
+
|
5916
5948
|
# The actual payload that contains the SBOM Reference data. The payload follows
|
5917
5949
|
# the intoto statement specification. See https://github.com/in-toto/attestation/
|
5918
5950
|
# blob/main/spec/v1.0/statement.md for more details.
|
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -808,6 +808,12 @@ module Google
|
|
808
808
|
include Google::Apis::Core::JsonObjectSupport
|
809
809
|
end
|
810
810
|
|
811
|
+
class SbomStatus
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
811
817
|
class SbomReferenceIntotoPayload
|
812
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
819
|
|
@@ -1738,6 +1744,8 @@ module Google
|
|
1738
1744
|
property :last_scan_time, as: 'lastScanTime'
|
1739
1745
|
property :operation, as: 'operation', class: Google::Apis::ContaineranalysisV1alpha1::Operation, decorator: Google::Apis::ContaineranalysisV1alpha1::Operation::Representation
|
1740
1746
|
|
1747
|
+
property :sbom_status, as: 'sbomStatus', class: Google::Apis::ContaineranalysisV1alpha1::SbomStatus, decorator: Google::Apis::ContaineranalysisV1alpha1::SbomStatus::Representation
|
1748
|
+
|
1741
1749
|
end
|
1742
1750
|
end
|
1743
1751
|
|
@@ -2496,6 +2504,14 @@ module Google
|
|
2496
2504
|
end
|
2497
2505
|
end
|
2498
2506
|
|
2507
|
+
class SbomStatus
|
2508
|
+
# @private
|
2509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2510
|
+
property :error, as: 'error'
|
2511
|
+
property :sbom_state, as: 'sbomState'
|
2512
|
+
end
|
2513
|
+
end
|
2514
|
+
|
2499
2515
|
class SbomReferenceIntotoPayload
|
2500
2516
|
# @private
|
2501
2517
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.49.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: 2023-
|
11
|
+
date: 2023-07-16 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_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.49.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|