google-apis-containeranalysis_v1beta1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d171cfed9958615ffebbb00b7506815d5f1ccd5464ac1d9262fad40109ec5112
|
|
4
|
+
data.tar.gz: 00db82ade7257977bdf4f24443500ed3127b6d57ab71ae164867d0e1778f3bc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 273b43601c4dd1d9049653a1f4235156c0cfd3979c499b2bf9f660711b8e0503cd82cc35863c74109ff616186949931f4e136fcdf0d22ac18f584e5139b605c3
|
|
7
|
+
data.tar.gz: fa6c6a7913d59da9563d5f5bfb31c935a06d2b4972ff19cf14e914f95c15338e60721302572a485794f99591e975bfb6b69de3925073bcf8d835787d85fc7ee4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.2.0 (2021-01-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210122
|
|
6
|
+
* Regenerated using generator version 0.1.2
|
|
7
|
+
|
|
3
8
|
### v0.1.0 (2021-01-07)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.1.1
|
|
@@ -894,6 +894,11 @@ module Google
|
|
|
894
894
|
# @return [String]
|
|
895
895
|
attr_accessor :severity_name
|
|
896
896
|
|
|
897
|
+
# The source from which the information in this Detail was obtained.
|
|
898
|
+
# Corresponds to the JSON property `source`
|
|
899
|
+
# @return [String]
|
|
900
|
+
attr_accessor :source
|
|
901
|
+
|
|
897
902
|
# The time this information was last changed at the source. This is an upstream
|
|
898
903
|
# timestamp from the underlying information source - e.g. Ubuntu security
|
|
899
904
|
# tracker.
|
|
@@ -916,6 +921,7 @@ module Google
|
|
|
916
921
|
@package = args[:package] if args.key?(:package)
|
|
917
922
|
@package_type = args[:package_type] if args.key?(:package_type)
|
|
918
923
|
@severity_name = args[:severity_name] if args.key?(:severity_name)
|
|
924
|
+
@source = args[:source] if args.key?(:source)
|
|
919
925
|
@source_update_time = args[:source_update_time] if args.key?(:source_update_time)
|
|
920
926
|
end
|
|
921
927
|
end
|
|
@@ -2959,6 +2965,17 @@ module Google
|
|
|
2959
2965
|
# @return [Fixnum]
|
|
2960
2966
|
attr_accessor :epoch
|
|
2961
2967
|
|
|
2968
|
+
# Whether this version is specifying part of an inclusive range. Grafeas does
|
|
2969
|
+
# not have the capability to specify version ranges; instead we have fields that
|
|
2970
|
+
# specify start version and end versions. At times this is insufficient - we
|
|
2971
|
+
# also need to specify whether the version is included in the range or is
|
|
2972
|
+
# excluded from the range. This boolean is expected to be set to true when the
|
|
2973
|
+
# version is included in a range.
|
|
2974
|
+
# Corresponds to the JSON property `inclusive`
|
|
2975
|
+
# @return [Boolean]
|
|
2976
|
+
attr_accessor :inclusive
|
|
2977
|
+
alias_method :inclusive?, :inclusive
|
|
2978
|
+
|
|
2962
2979
|
# Required. Distinguishes between sentinel MIN/MAX versions and normal versions.
|
|
2963
2980
|
# Corresponds to the JSON property `kind`
|
|
2964
2981
|
# @return [String]
|
|
@@ -2981,6 +2998,7 @@ module Google
|
|
|
2981
2998
|
# Update properties of this object
|
|
2982
2999
|
def update!(**args)
|
|
2983
3000
|
@epoch = args[:epoch] if args.key?(:epoch)
|
|
3001
|
+
@inclusive = args[:inclusive] if args.key?(:inclusive)
|
|
2984
3002
|
@kind = args[:kind] if args.key?(:kind)
|
|
2985
3003
|
@name = args[:name] if args.key?(:name)
|
|
2986
3004
|
@revision = args[:revision] if args.key?(:revision)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1beta1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.1.
|
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -761,6 +761,7 @@ module Google
|
|
|
761
761
|
property :package, as: 'package'
|
|
762
762
|
property :package_type, as: 'packageType'
|
|
763
763
|
property :severity_name, as: 'severityName'
|
|
764
|
+
property :source, as: 'source'
|
|
764
765
|
property :source_update_time, as: 'sourceUpdateTime'
|
|
765
766
|
end
|
|
766
767
|
end
|
|
@@ -1333,6 +1334,7 @@ module Google
|
|
|
1333
1334
|
# @private
|
|
1334
1335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1335
1336
|
property :epoch, as: 'epoch'
|
|
1337
|
+
property :inclusive, as: 'inclusive'
|
|
1336
1338
|
property :kind, as: 'kind'
|
|
1337
1339
|
property :name, as: 'name'
|
|
1338
1340
|
property :revision, as: 'revision'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2021-
|
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.2.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-containeranalysis_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Container Analysis API V1beta1
|