google-apis-ondemandscanning_v1beta1 0.32.0 → 0.33.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: 3de2b114b1624861d2a9ca89fb953fbd2187e1fc88bdd36eb4dec0fa05d9016a
4
- data.tar.gz: c244d1ee75313587c63071b2eb71d34c04512eeeb6853eaa66f574dc7dbe8f96
3
+ metadata.gz: cf0678d2fc148eb69ee2849544586e3cd6040438a87927d29a3ae22bad379bf3
4
+ data.tar.gz: acec55094e0bc6d07529870c30696c15b2e35a92e601358f8c848fe394b2bd86
5
5
  SHA512:
6
- metadata.gz: 5ba072dc40a9edf2614ba8098898530f81d2221560c773c92ae30d26b25e582f0e4a5b76a8e9f91b0afa6746baa2f97be5b26e9cbcda22f5ad4bfa25146e1c0c
7
- data.tar.gz: bd069274d622cf2b941c176271542ec5f093eaf01c30ec166392e54040b013149dc74c1e193f17497e90e65a17eb7b130584fcb821bf7d545dc20e109983223b
6
+ metadata.gz: 20aa5760048833d303af64661502f3ef8381a41d852c5c555a053599ab56785a5785e51f796f868e80e128b838a8f2c1a2dea92df262387dcbbdcb622d35c30b
7
+ data.tar.gz: '049c2dda292dd468e7e6cb037a865b6d41c69a017ca1140de4a78dc9f1df662a158990e61a04636d55b3c8500329772fe9566d07c9c2abd2cbe2e5aa8317167a'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230227
6
+
3
7
  ### v0.32.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230213
@@ -1638,6 +1638,31 @@ module Google
1638
1638
  end
1639
1639
  end
1640
1640
 
1641
+ #
1642
+ class Maintainer
1643
+ include Google::Apis::Core::Hashable
1644
+
1645
+ #
1646
+ # Corresponds to the JSON property `kind`
1647
+ # @return [String]
1648
+ attr_accessor :kind
1649
+
1650
+ #
1651
+ # Corresponds to the JSON property `name`
1652
+ # @return [String]
1653
+ attr_accessor :name
1654
+
1655
+ def initialize(**args)
1656
+ update!(**args)
1657
+ end
1658
+
1659
+ # Update properties of this object
1660
+ def update!(**args)
1661
+ @kind = args[:kind] if args.key?(:kind)
1662
+ @name = args[:name] if args.key?(:name)
1663
+ end
1664
+ end
1665
+
1641
1666
  #
1642
1667
  class Material
1643
1668
  include Google::Apis::Core::Hashable
@@ -1977,6 +2002,11 @@ module Google
1977
2002
  # @return [String]
1978
2003
  attr_accessor :hash_digest
1979
2004
 
2005
+ # The maintainer of the package.
2006
+ # Corresponds to the JSON property `maintainer`
2007
+ # @return [Google::Apis::OndemandscanningV1beta1::Maintainer]
2008
+ attr_accessor :maintainer
2009
+
1980
2010
  # The OS affected by a vulnerability Used to generate the cpe_uri for OS
1981
2011
  # packages
1982
2012
  # Corresponds to the JSON property `os`
@@ -2024,6 +2054,7 @@ module Google
2024
2054
  @dependency_chain = args[:dependency_chain] if args.key?(:dependency_chain)
2025
2055
  @file_location = args[:file_location] if args.key?(:file_location)
2026
2056
  @hash_digest = args[:hash_digest] if args.key?(:hash_digest)
2057
+ @maintainer = args[:maintainer] if args.key?(:maintainer)
2027
2058
  @os = args[:os] if args.key?(:os)
2028
2059
  @os_version = args[:os_version] if args.key?(:os_version)
2029
2060
  @package = args[:package] if args.key?(:package)
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230213"
25
+ REVISION = "20230227"
26
26
  end
27
27
  end
28
28
  end
@@ -310,6 +310,12 @@ module Google
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
+ class Maintainer
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
313
319
  class Material
314
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
321
 
@@ -946,6 +952,14 @@ module Google
946
952
  end
947
953
  end
948
954
 
955
+ class Maintainer
956
+ # @private
957
+ class Representation < Google::Apis::Core::JsonRepresentation
958
+ property :kind, as: 'kind'
959
+ property :name, as: 'name'
960
+ end
961
+ end
962
+
949
963
  class Material
950
964
  # @private
951
965
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1031,6 +1045,8 @@ module Google
1031
1045
  collection :file_location, as: 'fileLocation', class: Google::Apis::OndemandscanningV1beta1::FileLocation, decorator: Google::Apis::OndemandscanningV1beta1::FileLocation::Representation
1032
1046
 
1033
1047
  property :hash_digest, as: 'hashDigest'
1048
+ property :maintainer, as: 'maintainer', class: Google::Apis::OndemandscanningV1beta1::Maintainer, decorator: Google::Apis::OndemandscanningV1beta1::Maintainer::Representation
1049
+
1034
1050
  property :os, as: 'os'
1035
1051
  property :os_version, as: 'osVersion'
1036
1052
  property :package, as: 'package'
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.32.0
4
+ version: 0.33.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-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.33.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: []