google-apis-ondemandscanning_v1beta1 0.16.0 → 0.19.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: e6ab05ffd76637635c7bb225c14bed8af9cfda1c748d67263c7f86668e01f255
4
- data.tar.gz: 10233c4848297c50dfcffbe53828d8fc2f053eb5303143674758425e534f1619
3
+ metadata.gz: 1427ec21513dc27342159e32f4f898b42d35336ba632c2139a1c134cd62aab22
4
+ data.tar.gz: 2ee3039398aaa5bdb2fb89cbd1b641b891d5a42e0598e37bb3b456998e078de4
5
5
  SHA512:
6
- metadata.gz: '00494bfc7f98f28b2e2afb230a62dfbcb2e035e9730fa5b8d92f1128f19b1b70aff3f77265ded6d27aac1c4bf7182780caa0cac8a75ce38e7ccb04dde7fc1ddf'
7
- data.tar.gz: 006a3c856712acfd19b6e84feceea2505ce65b627fbcdf8081d851ec74e146999bdf7f1f9e45d5dc92b046bc8735859971d46e8f7929af4f679a825776b5d92f
6
+ metadata.gz: 1b53a3b7c7fb6c562f222fb06292350189fc90212e0ce139ca773cd11be3b4392d69e1e54679bf5f3afd17fd3af68c0ec31c1137d8fbc3ed25e42510dd052b0a
7
+ data.tar.gz: 57add6fb1150d43067620591eb1bd6c5e739b089c0b1599b1997ceb4c33cbbfcfd723ded64c7299f359fd738dc138c94b0be51a38f78660273705a7b8ad9920b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-ondemandscanning_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220415
6
+
7
+ ### v0.18.0 (2022-03-30)
8
+
9
+ * Regenerated from discovery document revision 20220326
10
+
11
+ ### v0.17.0 (2022-01-12)
12
+
13
+ * Regenerated from discovery document revision 20220107
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.16.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -777,6 +777,12 @@ module Google
777
777
  # @return [Google::Apis::OndemandscanningV1beta1::Status]
778
778
  attr_accessor :analysis_status_error
779
779
 
780
+ # Output only. The time occurrences related to this discovery occurrence were
781
+ # archived.
782
+ # Corresponds to the JSON property `archiveTime`
783
+ # @return [String]
784
+ attr_accessor :archive_time
785
+
780
786
  # Whether the resource is continuously analyzed.
781
787
  # Corresponds to the JSON property `continuousAnalysis`
782
788
  # @return [String]
@@ -800,6 +806,7 @@ module Google
800
806
  def update!(**args)
801
807
  @analysis_status = args[:analysis_status] if args.key?(:analysis_status)
802
808
  @analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
809
+ @archive_time = args[:archive_time] if args.key?(:archive_time)
803
810
  @continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
804
811
  @cpe = args[:cpe] if args.key?(:cpe)
805
812
  @last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
@@ -809,8 +816,7 @@ module Google
809
816
  # A generic empty message that you can re-use to avoid defining duplicated empty
810
817
  # messages in your APIs. A typical example is to use it as the request or the
811
818
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
812
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
813
- # `Empty` is empty JSON object ````.
819
+ # protobuf.Empty) returns (google.protobuf.Empty); `
814
820
  class Empty
815
821
  include Google::Apis::Core::Hashable
816
822
 
@@ -1139,12 +1145,12 @@ module Google
1139
1145
  class InTotoStatement
1140
1146
  include Google::Apis::Core::Hashable
1141
1147
 
1142
- # Always "https://in-toto.io/Statement/v0.1".
1148
+ # Always `https://in-toto.io/Statement/v0.1`.
1143
1149
  # Corresponds to the JSON property `_type`
1144
1150
  # @return [String]
1145
1151
  attr_accessor :_type
1146
1152
 
1147
- # "https://slsa.dev/provenance/v0.1" for SlsaProvenance.
1153
+ # `https://slsa.dev/provenance/v0.1` for SlsaProvenance.
1148
1154
  # Corresponds to the JSON property `predicateType`
1149
1155
  # @return [String]
1150
1156
  attr_accessor :predicate_type
@@ -1383,7 +1389,10 @@ module Google
1383
1389
  end
1384
1390
  end
1385
1391
 
1386
- # Details about files that caused a compliance check to fail.
1392
+ # Details about files that caused a compliance check to fail. display_command is
1393
+ # a single command that can be used to display a list of non compliant files.
1394
+ # When there is no such command, we can also iterate a list of non compliant
1395
+ # file using 'path'.
1387
1396
  class NonCompliantFile
1388
1397
  include Google::Apis::Core::Hashable
1389
1398
 
@@ -1392,9 +1401,7 @@ module Google
1392
1401
  # @return [String]
1393
1402
  attr_accessor :display_command
1394
1403
 
1395
- # display_command is a single command that can be used to display a list of non
1396
- # compliant files. When there is no such command, we can also iterate a list of
1397
- # non compliant file using 'path'. Empty if `display_command` is set.
1404
+ # Empty if `display_command` is set.
1398
1405
  # Corresponds to the JSON property `path`
1399
1406
  # @return [String]
1400
1407
  attr_accessor :path
@@ -1652,6 +1659,12 @@ module Google
1652
1659
  # @return [String]
1653
1660
  attr_accessor :package_type
1654
1661
 
1662
+ # The path to the jar file / go binary file. The same jar file can be in
1663
+ # multiple locations - all of them will be listed.
1664
+ # Corresponds to the JSON property `pathToFile`
1665
+ # @return [Array<String>]
1666
+ attr_accessor :path_to_file
1667
+
1655
1668
  #
1656
1669
  # Corresponds to the JSON property `unused`
1657
1670
  # @return [String]
@@ -1673,6 +1686,7 @@ module Google
1673
1686
  @os_version = args[:os_version] if args.key?(:os_version)
1674
1687
  @package = args[:package] if args.key?(:package)
1675
1688
  @package_type = args[:package_type] if args.key?(:package_type)
1689
+ @path_to_file = args[:path_to_file] if args.key?(:path_to_file)
1676
1690
  @unused = args[:unused] if args.key?(:unused)
1677
1691
  @version = args[:version] if args.key?(:version)
1678
1692
  end
@@ -2303,7 +2317,7 @@ module Google
2303
2317
  class Subject
2304
2318
  include Google::Apis::Core::Hashable
2305
2319
 
2306
- # "": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
2320
+ # `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
2307
2321
  # attestation/blob/main/spec/field_types.md#DigestSet
2308
2322
  # Corresponds to the JSON property `digest`
2309
2323
  # @return [Hash<String,String>]
@@ -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.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211206"
25
+ REVISION = "20220415"
26
26
  end
27
27
  end
28
28
  end
@@ -611,6 +611,7 @@ module Google
611
611
  property :analysis_status, as: 'analysisStatus'
612
612
  property :analysis_status_error, as: 'analysisStatusError', class: Google::Apis::OndemandscanningV1beta1::Status, decorator: Google::Apis::OndemandscanningV1beta1::Status::Representation
613
613
 
614
+ property :archive_time, as: 'archiveTime'
614
615
  property :continuous_analysis, as: 'continuousAnalysis'
615
616
  property :cpe, as: 'cpe'
616
617
  property :last_scan_time, as: 'lastScanTime'
@@ -859,6 +860,7 @@ module Google
859
860
  property :os_version, as: 'osVersion'
860
861
  property :package, as: 'package'
861
862
  property :package_type, as: 'packageType'
863
+ collection :path_to_file, as: 'pathToFile'
862
864
  property :unused, as: 'unused'
863
865
  property :version, as: 'version'
864
866
  end
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.16.0
4
+ version: 0.19.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-10 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.19.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.3.4
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 V1beta1