google-apis-ondemandscanning_v1 0.14.0 → 0.15.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: 67aa857bfd88927eb23fc0c025756bdd1e9a1f4e24ca1a2aa2145ce1c7bf9ed6
|
4
|
+
data.tar.gz: 3fc344719d963a7147a63b6f3ba448cefbc5c80fb886735900854d06c0af8397
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ed5301e5e79ac8508015796c855faed5364ef561d880b4ae01993d9a4a3b011e6c4c0de42e573131b430188e87017a3eaac02df4923e5ec12b3a9178ab26508
|
7
|
+
data.tar.gz: 70cdad78c25ff32fe3b28a73c7732cdf908baca28c3766200058767bce623e2d04bf3ce56e4112a64d0047cafcc519119dd84c6f13da23df801edddb73d600cb
|
data/CHANGELOG.md
CHANGED
@@ -785,6 +785,12 @@ module Google
|
|
785
785
|
# @return [Google::Apis::OndemandscanningV1::Status]
|
786
786
|
attr_accessor :analysis_status_error
|
787
787
|
|
788
|
+
# Output only. The time occurrences related to this discovery occurrence were
|
789
|
+
# archived.
|
790
|
+
# Corresponds to the JSON property `archiveTime`
|
791
|
+
# @return [String]
|
792
|
+
attr_accessor :archive_time
|
793
|
+
|
788
794
|
# Whether the resource is continuously analyzed.
|
789
795
|
# Corresponds to the JSON property `continuousAnalysis`
|
790
796
|
# @return [String]
|
@@ -808,6 +814,7 @@ module Google
|
|
808
814
|
def update!(**args)
|
809
815
|
@analysis_status = args[:analysis_status] if args.key?(:analysis_status)
|
810
816
|
@analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
|
817
|
+
@archive_time = args[:archive_time] if args.key?(:archive_time)
|
811
818
|
@continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
|
812
819
|
@cpe = args[:cpe] if args.key?(:cpe)
|
813
820
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
@@ -1147,12 +1154,12 @@ module Google
|
|
1147
1154
|
class InTotoStatement
|
1148
1155
|
include Google::Apis::Core::Hashable
|
1149
1156
|
|
1150
|
-
# Always
|
1157
|
+
# Always `https://in-toto.io/Statement/v0.1`.
|
1151
1158
|
# Corresponds to the JSON property `_type`
|
1152
1159
|
# @return [String]
|
1153
1160
|
attr_accessor :_type
|
1154
1161
|
|
1155
|
-
#
|
1162
|
+
# `https://slsa.dev/provenance/v0.1` for SlsaProvenance.
|
1156
1163
|
# Corresponds to the JSON property `predicateType`
|
1157
1164
|
# @return [String]
|
1158
1165
|
attr_accessor :predicate_type
|
@@ -1391,7 +1398,10 @@ module Google
|
|
1391
1398
|
end
|
1392
1399
|
end
|
1393
1400
|
|
1394
|
-
# Details about files that caused a compliance check to fail.
|
1401
|
+
# Details about files that caused a compliance check to fail. display_command is
|
1402
|
+
# a single command that can be used to display a list of non compliant files.
|
1403
|
+
# When there is no such command, we can also iterate a list of non compliant
|
1404
|
+
# file using 'path'.
|
1395
1405
|
class NonCompliantFile
|
1396
1406
|
include Google::Apis::Core::Hashable
|
1397
1407
|
|
@@ -1400,9 +1410,7 @@ module Google
|
|
1400
1410
|
# @return [String]
|
1401
1411
|
attr_accessor :display_command
|
1402
1412
|
|
1403
|
-
# display_command is
|
1404
|
-
# compliant files. When there is no such command, we can also iterate a list of
|
1405
|
-
# non compliant file using 'path'. Empty if `display_command` is set.
|
1413
|
+
# Empty if `display_command` is set.
|
1406
1414
|
# Corresponds to the JSON property `path`
|
1407
1415
|
# @return [String]
|
1408
1416
|
attr_accessor :path
|
@@ -2311,7 +2319,7 @@ module Google
|
|
2311
2319
|
class Subject
|
2312
2320
|
include Google::Apis::Core::Hashable
|
2313
2321
|
|
2314
|
-
# "": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
|
2322
|
+
# `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
|
2315
2323
|
# attestation/blob/main/spec/field_types.md#DigestSet
|
2316
2324
|
# Corresponds to the JSON property `digest`
|
2317
2325
|
# @return [Hash<String,String>]
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220107"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -612,6 +612,7 @@ module Google
|
|
612
612
|
property :analysis_status, as: 'analysisStatus'
|
613
613
|
property :analysis_status_error, as: 'analysisStatusError', class: Google::Apis::OndemandscanningV1::Status, decorator: Google::Apis::OndemandscanningV1::Status::Representation
|
614
614
|
|
615
|
+
property :archive_time, as: 'archiveTime'
|
615
616
|
property :continuous_analysis, as: 'continuousAnalysis'
|
616
617
|
property :cpe, as: 'cpe'
|
617
618
|
property :last_scan_time, as: 'lastScanTime'
|
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.15.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-01-
|
11
|
+
date: 2022-01-17 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_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.15.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.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for On-Demand Scanning API V1
|