google-apis-containeranalysis_v1alpha1 0.1.0 → 0.2.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: 7e15853ad84fadd7ec97da1bd6fd67c1f3d5fbca61a7164a45309736bb9134e5
4
- data.tar.gz: 288a3b118ac554ef3c8c40bd514558500c045d3440084d08a1e18b4a9e82058a
3
+ metadata.gz: ff69a0d30336640628a2641e4fe5541d9c9f0dd42b18f96b9a76c3825b427a49
4
+ data.tar.gz: 5cc22210eac9e963fb82082fb1ad9ee3f1ba3da5e32f0e3d3e13249d5e596a60
5
5
  SHA512:
6
- metadata.gz: 0a0ae3c57bc5e9dc07e75bbb82801f3a29bbb038fb7b7137a4c718be65f71861f1981368d252046c963e6c70aab599ed8e704d1e610afdaa7bccfa2cb9386e37
7
- data.tar.gz: 5399c642360e4046f1aa1e1426cd83de3acdda7616968ba997f0f4209e6562beb57393162d48c412372fc3060ffc95fae0f1d1c502fc9f49ef948a773f292b76
6
+ metadata.gz: 3e77d256972f0734ea86cbc28332f69387fb716931a8ab5d67870d31208ba4cfc662fef7436dc07043081e58a73696ec0a9da7db8cb0bf5cb6a5d5646365971a
7
+ data.tar.gz: 7c3fda7720acfb7e36c66f748ec0598c0da1b37ce267659dc7420194f089548492123d52fcef282668db1c0ece29259eb09edc0c75b84a16222c18a34f59b9b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
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
@@ -715,6 +715,11 @@ module Google
715
715
  # @return [String]
716
716
  attr_accessor :severity_name
717
717
 
718
+ # The source from which the information in this Detail was obtained.
719
+ # Corresponds to the JSON property `source`
720
+ # @return [String]
721
+ attr_accessor :source
722
+
718
723
  def initialize(**args)
719
724
  update!(**args)
720
725
  end
@@ -730,6 +735,7 @@ module Google
730
735
  @package = args[:package] if args.key?(:package)
731
736
  @package_type = args[:package_type] if args.key?(:package_type)
732
737
  @severity_name = args[:severity_name] if args.key?(:severity_name)
738
+ @source = args[:source] if args.key?(:source)
733
739
  end
734
740
  end
735
741
 
@@ -2557,6 +2563,14 @@ module Google
2557
2563
  # @return [Fixnum]
2558
2564
  attr_accessor :epoch
2559
2565
 
2566
+ # Whether this version is vulnerable, when defining the version bounds. For
2567
+ # example, if the minimum version is 2.0, inclusive=true would say 2.0 is
2568
+ # vulnerable, while inclusive=false would say it's not
2569
+ # Corresponds to the JSON property `inclusive`
2570
+ # @return [Boolean]
2571
+ attr_accessor :inclusive
2572
+ alias_method :inclusive?, :inclusive
2573
+
2560
2574
  # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is
2561
2575
  # not NORMAL, then the other fields are ignored.
2562
2576
  # Corresponds to the JSON property `kind`
@@ -2580,6 +2594,7 @@ module Google
2580
2594
  # Update properties of this object
2581
2595
  def update!(**args)
2582
2596
  @epoch = args[:epoch] if args.key?(:epoch)
2597
+ @inclusive = args[:inclusive] if args.key?(:inclusive)
2583
2598
  @kind = args[:kind] if args.key?(:kind)
2584
2599
  @name = args[:name] if args.key?(:name)
2585
2600
  @revision = args[:revision] if args.key?(:revision)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.1.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.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201112"
25
+ REVISION = "20210122"
26
26
  end
27
27
  end
28
28
  end
@@ -600,6 +600,7 @@ module Google
600
600
  property :package, as: 'package'
601
601
  property :package_type, as: 'packageType'
602
602
  property :severity_name, as: 'severityName'
603
+ property :source, as: 'source'
603
604
  end
604
605
  end
605
606
 
@@ -1103,6 +1104,7 @@ module Google
1103
1104
  # @private
1104
1105
  class Representation < Google::Apis::Core::JsonRepresentation
1105
1106
  property :epoch, as: 'epoch'
1107
+ property :inclusive, as: 'inclusive'
1106
1108
  property :kind, as: 'kind'
1107
1109
  property :name, as: 'name'
1108
1110
  property :revision, as: 'revision'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-01-08 00:00:00.000000000 Z
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_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-containeranalysis_v1alpha1
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.1.4
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 V1alpha1