google-apis-ondemandscanning_v1 0.33.0 → 0.34.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: fdde65facedb2ea110a1c308fc9f63978e6cd040fe2989236e2aa67d3500a70e
4
- data.tar.gz: 1bdbef05288d797b546da5f2c1948f78076a0dcceba45acaa961e3e1fdb509bf
3
+ metadata.gz: 57dec02c084594b5178dd5fe31742a2fb8ff2ead1b321f2bfed9fa530d2a5eaf
4
+ data.tar.gz: 385fd0465706125af3a890fff7ec522c13f3802328b7fbb0d35846072b604b3a
5
5
  SHA512:
6
- metadata.gz: b516d0e050372912b7482fc0dc26782e4047b6d8ffcea1746a8756080095b1ada4f8fd7af7f704e87a55025dd0cf0bfc6284a5dbe50b28eb1cf8e64e7c83a779
7
- data.tar.gz: 70606b40e78bd0554ff692e1d924a1b380bd173dae9df2d6dd870b1d6298f85c893ec130f180148c183630c461dee009eca8f5b130b3429da96ef23d5a5ad84e
6
+ metadata.gz: 907b848eee91a9c202490e4e8f85b57de080cc7f03397e5948a033598e12db002b4df593ccfd26053416431d727b7a4b4ef7c0be3ea14ebb6da31a3dd164fe81
7
+ data.tar.gz: 196dfd8f9f4939f696eef193ee2987d6df6840a04ce17f4e4b43c18dbe21758d397d7acae3f64890face482168191431a7a8dcf20a36247b17fe5f1e2e92ebbe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1
2
2
 
3
+ ### v0.34.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230306
6
+
3
7
  ### v0.33.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230227
@@ -1985,6 +1985,11 @@ module Google
1985
1985
  class PackageData
1986
1986
  include Google::Apis::Core::Hashable
1987
1987
 
1988
+ # The architecture of the package.
1989
+ # Corresponds to the JSON property `architecture`
1990
+ # @return [String]
1991
+ attr_accessor :architecture
1992
+
1988
1993
  # The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) in which
1989
1994
  # the vulnerability may manifest. Examples include distro or storage location
1990
1995
  # for vulnerable jar.
@@ -2058,6 +2063,7 @@ module Google
2058
2063
 
2059
2064
  # Update properties of this object
2060
2065
  def update!(**args)
2066
+ @architecture = args[:architecture] if args.key?(:architecture)
2061
2067
  @cpe_uri = args[:cpe_uri] if args.key?(:cpe_uri)
2062
2068
  @dependency_chain = args[:dependency_chain] if args.key?(:dependency_chain)
2063
2069
  @file_location = args[:file_location] if args.key?(:file_location)
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.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 = "20230227"
25
+ REVISION = "20230306"
26
26
  end
27
27
  end
28
28
  end
@@ -1040,6 +1040,7 @@ module Google
1040
1040
  class PackageData
1041
1041
  # @private
1042
1042
  class Representation < Google::Apis::Core::JsonRepresentation
1043
+ property :architecture, as: 'architecture'
1043
1044
  property :cpe_uri, as: 'cpeUri'
1044
1045
  collection :dependency_chain, as: 'dependencyChain', class: Google::Apis::OndemandscanningV1::LanguagePackageDependency, decorator: Google::Apis::OndemandscanningV1::LanguagePackageDependency::Representation
1045
1046
 
@@ -151,13 +151,7 @@ module Google
151
151
  end
152
152
 
153
153
  # Lists operations that match the specified filter in the request. If the server
154
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
155
- # binding allows API services to override the binding to use different resource
156
- # name schemes, such as `users/*/operations`. To override the binding, API
157
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
158
- # service configuration. For backwards compatibility, the default name includes
159
- # the operations collection id, however overriding users must ensure the name
160
- # binding is the parent resource, without the operations collection id.
154
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
161
155
  # @param [String] name
162
156
  # The name of the operation's parent resource.
163
157
  # @param [String] filter
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.33.0
4
+ version: 0.34.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.34.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: []