google-apis-ondemandscanning_v1 0.21.0 → 0.24.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: 2397b749ee0a2ee0d1f853c9aa656910056d8503835ad25c8fc7238d698f10a4
|
4
|
+
data.tar.gz: 87cf821b49430048c1a21e629e98c877e0eade64f1fce0125ea766e78ca22ac5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 592c4daa725347268ad07dcdb31635da362c69628f04534699df49c96b45133f04840467c96deb82897cae7b4a10e61b5778557595d5393302041c31126bf146
|
7
|
+
data.tar.gz: 596f146e4419492645893f7ebb6d9b4633f433e9efd903b3378220d18da452a172fbabed66d07eebc09f31f6b92d65e16b0b1ddf8d5b41d72c7c622fa9e4ec4f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Release history for google-apis-ondemandscanning_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2022-06-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220612
|
6
|
+
* Regenerated using generator version 0.6.0
|
7
|
+
|
8
|
+
### v0.23.0 (2022-06-03)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220530
|
11
|
+
* Regenerated using generator version 0.5.0
|
12
|
+
|
13
|
+
### v0.22.0 (2022-05-25)
|
14
|
+
|
15
|
+
* Regenerated from discovery document revision 20220522
|
16
|
+
|
3
17
|
### v0.21.0 (2022-05-19)
|
4
18
|
|
5
19
|
* Regenerated from discovery document revision 20220513
|
@@ -1055,7 +1055,7 @@ module Google
|
|
1055
1055
|
|
1056
1056
|
# Identifies the entity that executed the recipe, which is trusted to have
|
1057
1057
|
# correctly performed the operation and populated this provenance.
|
1058
|
-
class
|
1058
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder
|
1059
1059
|
include Google::Apis::Core::Hashable
|
1060
1060
|
|
1061
1061
|
#
|
@@ -1075,7 +1075,7 @@ module Google
|
|
1075
1075
|
|
1076
1076
|
# Indicates that the builder claims certain fields in this message to be
|
1077
1077
|
# complete.
|
1078
|
-
class
|
1078
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
|
1079
1079
|
include Google::Apis::Core::Hashable
|
1080
1080
|
|
1081
1081
|
#
|
@@ -1110,7 +1110,7 @@ module Google
|
|
1110
1110
|
|
1111
1111
|
# Describes where the config file that kicked off the build came from. This is
|
1112
1112
|
# effectively a pointer to the source where buildConfig came from.
|
1113
|
-
class
|
1113
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
|
1114
1114
|
include Google::Apis::Core::Hashable
|
1115
1115
|
|
1116
1116
|
#
|
@@ -1141,13 +1141,13 @@ module Google
|
|
1141
1141
|
end
|
1142
1142
|
|
1143
1143
|
# Identifies the event that kicked off the build.
|
1144
|
-
class
|
1144
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
|
1145
1145
|
include Google::Apis::Core::Hashable
|
1146
1146
|
|
1147
1147
|
# Describes where the config file that kicked off the build came from. This is
|
1148
1148
|
# effectively a pointer to the source where buildConfig came from.
|
1149
1149
|
# Corresponds to the JSON property `configSource`
|
1150
|
-
# @return [Google::Apis::OndemandscanningV1::
|
1150
|
+
# @return [Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource]
|
1151
1151
|
attr_accessor :config_source
|
1152
1152
|
|
1153
1153
|
#
|
@@ -1174,7 +1174,7 @@ module Google
|
|
1174
1174
|
|
1175
1175
|
# The collection of artifacts that influenced the build including sources,
|
1176
1176
|
# dependencies, build tools, base images, and so on.
|
1177
|
-
class
|
1177
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial
|
1178
1178
|
include Google::Apis::Core::Hashable
|
1179
1179
|
|
1180
1180
|
#
|
@@ -1199,7 +1199,7 @@ module Google
|
|
1199
1199
|
end
|
1200
1200
|
|
1201
1201
|
# Other properties of the build.
|
1202
|
-
class
|
1202
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata
|
1203
1203
|
include Google::Apis::Core::Hashable
|
1204
1204
|
|
1205
1205
|
#
|
@@ -1220,7 +1220,7 @@ module Google
|
|
1220
1220
|
# Indicates that the builder claims certain fields in this message to be
|
1221
1221
|
# complete.
|
1222
1222
|
# Corresponds to the JSON property `completeness`
|
1223
|
-
# @return [Google::Apis::OndemandscanningV1::
|
1223
|
+
# @return [Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness]
|
1224
1224
|
attr_accessor :completeness
|
1225
1225
|
|
1226
1226
|
#
|
@@ -1403,9 +1403,9 @@ module Google
|
|
1403
1403
|
attr_accessor :slsa_provenance
|
1404
1404
|
|
1405
1405
|
# See full explanation of fields at slsa.dev/provenance/v0.2.
|
1406
|
-
# Corresponds to the JSON property `
|
1407
|
-
# @return [Google::Apis::OndemandscanningV1::
|
1408
|
-
attr_accessor :
|
1406
|
+
# Corresponds to the JSON property `slsaProvenanceZeroTwo`
|
1407
|
+
# @return [Google::Apis::OndemandscanningV1::SlsaProvenanceZeroTwo]
|
1408
|
+
attr_accessor :slsa_provenance_zero_two
|
1409
1409
|
|
1410
1410
|
#
|
1411
1411
|
# Corresponds to the JSON property `subject`
|
@@ -1422,7 +1422,7 @@ module Google
|
|
1422
1422
|
@predicate_type = args[:predicate_type] if args.key?(:predicate_type)
|
1423
1423
|
@provenance = args[:provenance] if args.key?(:provenance)
|
1424
1424
|
@slsa_provenance = args[:slsa_provenance] if args.key?(:slsa_provenance)
|
1425
|
-
@
|
1425
|
+
@slsa_provenance_zero_two = args[:slsa_provenance_zero_two] if args.key?(:slsa_provenance_zero_two)
|
1426
1426
|
@subject = args[:subject] if args.key?(:subject)
|
1427
1427
|
end
|
1428
1428
|
end
|
@@ -1448,6 +1448,32 @@ module Google
|
|
1448
1448
|
end
|
1449
1449
|
end
|
1450
1450
|
|
1451
|
+
# Indicates a language package available between this package and the customer's
|
1452
|
+
# resource artifact.
|
1453
|
+
class LanguagePackageDependency
|
1454
|
+
include Google::Apis::Core::Hashable
|
1455
|
+
|
1456
|
+
#
|
1457
|
+
# Corresponds to the JSON property `package`
|
1458
|
+
# @return [String]
|
1459
|
+
attr_accessor :package
|
1460
|
+
|
1461
|
+
#
|
1462
|
+
# Corresponds to the JSON property `version`
|
1463
|
+
# @return [String]
|
1464
|
+
attr_accessor :version
|
1465
|
+
|
1466
|
+
def initialize(**args)
|
1467
|
+
update!(**args)
|
1468
|
+
end
|
1469
|
+
|
1470
|
+
# Update properties of this object
|
1471
|
+
def update!(**args)
|
1472
|
+
@package = args[:package] if args.key?(:package)
|
1473
|
+
@version = args[:version] if args.key?(:version)
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1451
1477
|
# Layer holds metadata specific to a layer of a Docker image.
|
1452
1478
|
class Layer
|
1453
1479
|
include Google::Apis::Core::Hashable
|
@@ -1907,6 +1933,13 @@ module Google
|
|
1907
1933
|
# @return [String]
|
1908
1934
|
attr_accessor :cpe_uri
|
1909
1935
|
|
1936
|
+
# The dependency chain between this package and the user's artifact. List in
|
1937
|
+
# order from the customer's package under review first, to the current package
|
1938
|
+
# last. Inclusive of the original package and the current package.
|
1939
|
+
# Corresponds to the JSON property `dependencyChain`
|
1940
|
+
# @return [Array<Google::Apis::OndemandscanningV1::LanguagePackageDependency>]
|
1941
|
+
attr_accessor :dependency_chain
|
1942
|
+
|
1910
1943
|
# The path to the jar file / go binary file.
|
1911
1944
|
# Corresponds to the JSON property `fileLocation`
|
1912
1945
|
# @return [Array<Google::Apis::OndemandscanningV1::FileLocation>]
|
@@ -1940,6 +1973,12 @@ module Google
|
|
1940
1973
|
# @return [String]
|
1941
1974
|
attr_accessor :package_type
|
1942
1975
|
|
1976
|
+
# CVEs that this package is no longer vulnerable to go/drydock-dd-custom-binary-
|
1977
|
+
# scanning
|
1978
|
+
# Corresponds to the JSON property `patchedCve`
|
1979
|
+
# @return [Array<String>]
|
1980
|
+
attr_accessor :patched_cve
|
1981
|
+
|
1943
1982
|
#
|
1944
1983
|
# Corresponds to the JSON property `unused`
|
1945
1984
|
# @return [String]
|
@@ -1957,12 +1996,14 @@ module Google
|
|
1957
1996
|
# Update properties of this object
|
1958
1997
|
def update!(**args)
|
1959
1998
|
@cpe_uri = args[:cpe_uri] if args.key?(:cpe_uri)
|
1999
|
+
@dependency_chain = args[:dependency_chain] if args.key?(:dependency_chain)
|
1960
2000
|
@file_location = args[:file_location] if args.key?(:file_location)
|
1961
2001
|
@hash_digest = args[:hash_digest] if args.key?(:hash_digest)
|
1962
2002
|
@os = args[:os] if args.key?(:os)
|
1963
2003
|
@os_version = args[:os_version] if args.key?(:os_version)
|
1964
2004
|
@package = args[:package] if args.key?(:package)
|
1965
2005
|
@package_type = args[:package_type] if args.key?(:package_type)
|
2006
|
+
@patched_cve = args[:patched_cve] if args.key?(:patched_cve)
|
1966
2007
|
@unused = args[:unused] if args.key?(:unused)
|
1967
2008
|
@version = args[:version] if args.key?(:version)
|
1968
2009
|
end
|
@@ -2447,7 +2488,7 @@ module Google
|
|
2447
2488
|
end
|
2448
2489
|
|
2449
2490
|
# See full explanation of fields at slsa.dev/provenance/v0.2.
|
2450
|
-
class
|
2491
|
+
class SlsaProvenanceZeroTwo
|
2451
2492
|
include Google::Apis::Core::Hashable
|
2452
2493
|
|
2453
2494
|
#
|
@@ -2463,22 +2504,22 @@ module Google
|
|
2463
2504
|
# Identifies the entity that executed the recipe, which is trusted to have
|
2464
2505
|
# correctly performed the operation and populated this provenance.
|
2465
2506
|
# Corresponds to the JSON property `builder`
|
2466
|
-
# @return [Google::Apis::OndemandscanningV1::
|
2507
|
+
# @return [Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder]
|
2467
2508
|
attr_accessor :builder
|
2468
2509
|
|
2469
2510
|
# Identifies the event that kicked off the build.
|
2470
2511
|
# Corresponds to the JSON property `invocation`
|
2471
|
-
# @return [Google::Apis::OndemandscanningV1::
|
2512
|
+
# @return [Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation]
|
2472
2513
|
attr_accessor :invocation
|
2473
2514
|
|
2474
2515
|
#
|
2475
2516
|
# Corresponds to the JSON property `materials`
|
2476
|
-
# @return [Array<Google::Apis::OndemandscanningV1::
|
2517
|
+
# @return [Array<Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial>]
|
2477
2518
|
attr_accessor :materials
|
2478
2519
|
|
2479
2520
|
# Other properties of the build.
|
2480
2521
|
# Corresponds to the JSON property `metadata`
|
2481
|
-
# @return [Google::Apis::OndemandscanningV1::
|
2522
|
+
# @return [Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata]
|
2482
2523
|
attr_accessor :metadata
|
2483
2524
|
|
2484
2525
|
def initialize(**args)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OndemandscanningV1
|
18
18
|
# Version of the google-apis-ondemandscanning_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.6.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220612"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -196,37 +196,37 @@ module Google
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
-
class
|
199
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder
|
200
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
201
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class
|
205
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
|
206
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
207
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class
|
211
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
|
212
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
213
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
-
class
|
217
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
|
218
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
219
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
-
class
|
223
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial
|
224
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
225
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class
|
229
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -268,6 +268,12 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class LanguagePackageDependency
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
271
277
|
class Layer
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
@@ -400,7 +406,7 @@ module Google
|
|
400
406
|
include Google::Apis::Core::JsonObjectSupport
|
401
407
|
end
|
402
408
|
|
403
|
-
class
|
409
|
+
class SlsaProvenanceZeroTwo
|
404
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
411
|
|
406
412
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -753,14 +759,14 @@ module Google
|
|
753
759
|
end
|
754
760
|
end
|
755
761
|
|
756
|
-
class
|
762
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder
|
757
763
|
# @private
|
758
764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
759
765
|
property :id, as: 'id'
|
760
766
|
end
|
761
767
|
end
|
762
768
|
|
763
|
-
class
|
769
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness
|
764
770
|
# @private
|
765
771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
766
772
|
property :environment, as: 'environment'
|
@@ -769,7 +775,7 @@ module Google
|
|
769
775
|
end
|
770
776
|
end
|
771
777
|
|
772
|
-
class
|
778
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource
|
773
779
|
# @private
|
774
780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
775
781
|
hash :digest, as: 'digest'
|
@@ -778,17 +784,17 @@ module Google
|
|
778
784
|
end
|
779
785
|
end
|
780
786
|
|
781
|
-
class
|
787
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation
|
782
788
|
# @private
|
783
789
|
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
-
property :config_source, as: 'configSource', class: Google::Apis::OndemandscanningV1::
|
790
|
+
property :config_source, as: 'configSource', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource::Representation
|
785
791
|
|
786
792
|
hash :environment, as: 'environment'
|
787
793
|
hash :parameters, as: 'parameters'
|
788
794
|
end
|
789
795
|
end
|
790
796
|
|
791
|
-
class
|
797
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial
|
792
798
|
# @private
|
793
799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
794
800
|
hash :digest, as: 'digest'
|
@@ -796,13 +802,13 @@ module Google
|
|
796
802
|
end
|
797
803
|
end
|
798
804
|
|
799
|
-
class
|
805
|
+
class GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata
|
800
806
|
# @private
|
801
807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
802
808
|
property :build_finished_on, as: 'buildFinishedOn'
|
803
809
|
property :build_invocation_id, as: 'buildInvocationId'
|
804
810
|
property :build_started_on, as: 'buildStartedOn'
|
805
|
-
property :completeness, as: 'completeness', class: Google::Apis::OndemandscanningV1::
|
811
|
+
property :completeness, as: 'completeness', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaCompleteness::Representation
|
806
812
|
|
807
813
|
property :reproducible, as: 'reproducible'
|
808
814
|
end
|
@@ -858,7 +864,7 @@ module Google
|
|
858
864
|
|
859
865
|
property :slsa_provenance, as: 'slsaProvenance', class: Google::Apis::OndemandscanningV1::SlsaProvenance, decorator: Google::Apis::OndemandscanningV1::SlsaProvenance::Representation
|
860
866
|
|
861
|
-
property :
|
867
|
+
property :slsa_provenance_zero_two, as: 'slsaProvenanceZeroTwo', class: Google::Apis::OndemandscanningV1::SlsaProvenanceZeroTwo, decorator: Google::Apis::OndemandscanningV1::SlsaProvenanceZeroTwo::Representation
|
862
868
|
|
863
869
|
collection :subject, as: 'subject', class: Google::Apis::OndemandscanningV1::Subject, decorator: Google::Apis::OndemandscanningV1::Subject::Representation
|
864
870
|
|
@@ -872,6 +878,14 @@ module Google
|
|
872
878
|
end
|
873
879
|
end
|
874
880
|
|
881
|
+
class LanguagePackageDependency
|
882
|
+
# @private
|
883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
884
|
+
property :package, as: 'package'
|
885
|
+
property :version, as: 'version'
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
875
889
|
class Layer
|
876
890
|
# @private
|
877
891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -996,6 +1010,8 @@ module Google
|
|
996
1010
|
# @private
|
997
1011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
998
1012
|
property :cpe_uri, as: 'cpeUri'
|
1013
|
+
collection :dependency_chain, as: 'dependencyChain', class: Google::Apis::OndemandscanningV1::LanguagePackageDependency, decorator: Google::Apis::OndemandscanningV1::LanguagePackageDependency::Representation
|
1014
|
+
|
999
1015
|
collection :file_location, as: 'fileLocation', class: Google::Apis::OndemandscanningV1::FileLocation, decorator: Google::Apis::OndemandscanningV1::FileLocation::Representation
|
1000
1016
|
|
1001
1017
|
property :hash_digest, as: 'hashDigest'
|
@@ -1003,6 +1019,7 @@ module Google
|
|
1003
1019
|
property :os_version, as: 'osVersion'
|
1004
1020
|
property :package, as: 'package'
|
1005
1021
|
property :package_type, as: 'packageType'
|
1022
|
+
collection :patched_cve, as: 'patchedCve'
|
1006
1023
|
property :unused, as: 'unused'
|
1007
1024
|
property :version, as: 'version'
|
1008
1025
|
end
|
@@ -1129,18 +1146,18 @@ module Google
|
|
1129
1146
|
end
|
1130
1147
|
end
|
1131
1148
|
|
1132
|
-
class
|
1149
|
+
class SlsaProvenanceZeroTwo
|
1133
1150
|
# @private
|
1134
1151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1135
1152
|
hash :build_config, as: 'buildConfig'
|
1136
1153
|
property :build_type, as: 'buildType'
|
1137
|
-
property :builder, as: 'builder', class: Google::Apis::OndemandscanningV1::
|
1154
|
+
property :builder, as: 'builder', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder::Representation
|
1138
1155
|
|
1139
|
-
property :invocation, as: 'invocation', class: Google::Apis::OndemandscanningV1::
|
1156
|
+
property :invocation, as: 'invocation', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation::Representation
|
1140
1157
|
|
1141
|
-
collection :materials, as: 'materials', class: Google::Apis::OndemandscanningV1::
|
1158
|
+
collection :materials, as: 'materials', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial::Representation
|
1142
1159
|
|
1143
|
-
property :metadata, as: 'metadata', class: Google::Apis::OndemandscanningV1::
|
1160
|
+
property :metadata, as: 'metadata', class: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata, decorator: Google::Apis::OndemandscanningV1::GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata::Representation
|
1144
1161
|
|
1145
1162
|
end
|
1146
1163
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ondemandscanning_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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: 2022-
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1
|
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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for On-Demand Scanning API V1
|