google-apis-ondemandscanning_v1beta1 0.18.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1427ec21513dc27342159e32f4f898b42d35336ba632c2139a1c134cd62aab22
|
4
|
+
data.tar.gz: 2ee3039398aaa5bdb2fb89cbd1b641b891d5a42e0598e37bb3b456998e078de4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b53a3b7c7fb6c562f222fb06292350189fc90212e0ce139ca773cd11be3b4392d69e1e54679bf5f3afd17fd3af68c0ec31c1137d8fbc3ed25e42510dd052b0a
|
7
|
+
data.tar.gz: 57add6fb1150d43067620591eb1bd6c5e739b089c0b1599b1997ceb4c33cbbfcfd723ded64c7299f359fd738dc138c94b0be51a38f78660273705a7b8ad9920b
|
data/CHANGELOG.md
CHANGED
@@ -1659,6 +1659,12 @@ module Google
|
|
1659
1659
|
# @return [String]
|
1660
1660
|
attr_accessor :package_type
|
1661
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
|
+
|
1662
1668
|
#
|
1663
1669
|
# Corresponds to the JSON property `unused`
|
1664
1670
|
# @return [String]
|
@@ -1680,6 +1686,7 @@ module Google
|
|
1680
1686
|
@os_version = args[:os_version] if args.key?(:os_version)
|
1681
1687
|
@package = args[:package] if args.key?(:package)
|
1682
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)
|
1683
1690
|
@unused = args[:unused] if args.key?(:unused)
|
1684
1691
|
@version = args[:version] if args.key?(:version)
|
1685
1692
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.19.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
|
@@ -860,6 +860,7 @@ module Google
|
|
860
860
|
property :os_version, as: 'osVersion'
|
861
861
|
property :package, as: 'package'
|
862
862
|
property :package_type, as: 'packageType'
|
863
|
+
collection :path_to_file, as: 'pathToFile'
|
863
864
|
property :unused, as: 'unused'
|
864
865
|
property :version, as: 'version'
|
865
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.
|
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-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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.
|
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: []
|