google-apis-ondemandscanning_v1 0.16.0 → 0.17.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: 6fd0147cc156e48e87d90783bb88f7cdeb4c7379edd2f6cc8df661e4f7cd3f9d
|
4
|
+
data.tar.gz: 8f1717748079515b2195de73d2322f9ce861b77583f611bd5e2f278acef63ddc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cacbd1b0427d34feff92f8b4465ad8391d1e6ffe148dc7a69ead8dba2fda3d7cd174a8a155bd465cdb564ee70bcc1847a2d4f33b4381dfee878a8cc20849e6d9
|
7
|
+
data.tar.gz: 6323f3e1024870dbcca2e9df917015fca28c5551e2b5f85af01134bc6f9e01ca614a3686713078a188e458d9b1d62f9538de7122eb681845d59663adf1d2ff1a
|
data/CHANGELOG.md
CHANGED
@@ -1667,6 +1667,12 @@ module Google
|
|
1667
1667
|
# @return [String]
|
1668
1668
|
attr_accessor :package_type
|
1669
1669
|
|
1670
|
+
# The path to the jar file / go binary file. The same jar file can be in
|
1671
|
+
# multiple locations - all of them will be listed.
|
1672
|
+
# Corresponds to the JSON property `pathToFile`
|
1673
|
+
# @return [Array<String>]
|
1674
|
+
attr_accessor :path_to_file
|
1675
|
+
|
1670
1676
|
#
|
1671
1677
|
# Corresponds to the JSON property `unused`
|
1672
1678
|
# @return [String]
|
@@ -1688,6 +1694,7 @@ module Google
|
|
1688
1694
|
@os_version = args[:os_version] if args.key?(:os_version)
|
1689
1695
|
@package = args[:package] if args.key?(:package)
|
1690
1696
|
@package_type = args[:package_type] if args.key?(:package_type)
|
1697
|
+
@path_to_file = args[:path_to_file] if args.key?(:path_to_file)
|
1691
1698
|
@unused = args[:unused] if args.key?(:unused)
|
1692
1699
|
@version = args[:version] if args.key?(:version)
|
1693
1700
|
end
|
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220415"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -861,6 +861,7 @@ module Google
|
|
861
861
|
property :os_version, as: 'osVersion'
|
862
862
|
property :package, as: 'package'
|
863
863
|
property :package_type, as: 'packageType'
|
864
|
+
collection :path_to_file, as: 'pathToFile'
|
864
865
|
property :unused, as: 'unused'
|
865
866
|
property :version, as: 'version'
|
866
867
|
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.17.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-04-
|
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_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.17.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: []
|