google-apis-containeranalysis_v1beta1 0.3.0 → 0.4.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: d9ad0ec0025ef65951ad6c8110c8a0965a19fe5b8868442fc2ce07f54a54bef7
4
- data.tar.gz: 7599c2337e45c3f8478d418a82e7dd0a73048f29f88c6c08b51c3fc299b8ecb2
3
+ metadata.gz: b8fa127ab2a5cfc89e10a7e197f3e0e8aec891b9a5c46008b20512e3c5fdd285
4
+ data.tar.gz: d1b2824f145aa1df0a155b9d7bd2627b102774f5f6e1e8e4ecbe39ab237400a3
5
5
  SHA512:
6
- metadata.gz: 8ee0c0b8c6b54ab9fc9e39369de83d7136801e0703f3eaa8b7924740e640d598eeedcc676825f4ec6cb0b968d6ba8bdf764e3b152483cbb93601f31110a49ff8
7
- data.tar.gz: aa894ccf9d257e3b9496486e74974fe19ed655fa57cb7c1de25b8545d4eb1f83e311e6909d9d0a77f4af64dc243b41f068a43a63fa768e68335e9e6cff3f8c7a
6
+ metadata.gz: '09b00c3d506d7874b3cda71bbf653cf0697575522335734bdfb8f03088862e78b2b2936b5e5a5d3a05033c94671e567fb64ec5b5f422c31184f80b738a355882'
7
+ data.tar.gz: 66fd6e925bdd8ed1ad008994d428a4cd3b9f40a9629aea2246b055f9469b759ce351f2b04829194d3a3bef9567757e060c090c2b1474c4d0705e271a57e80983
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.4.0 (2021-04-01)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -906,6 +906,11 @@ module Google
906
906
  # @return [String]
907
907
  attr_accessor :source_update_time
908
908
 
909
+ # The name of the vendor of the product.
910
+ # Corresponds to the JSON property `vendor`
911
+ # @return [String]
912
+ attr_accessor :vendor
913
+
909
914
  def initialize(**args)
910
915
  update!(**args)
911
916
  end
@@ -923,6 +928,7 @@ module Google
923
928
  @severity_name = args[:severity_name] if args.key?(:severity_name)
924
929
  @source = args[:source] if args.key?(:source)
925
930
  @source_update_time = args[:source_update_time] if args.key?(:source_update_time)
931
+ @vendor = args[:vendor] if args.key?(:vendor)
926
932
  end
927
933
  end
928
934
 
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210122"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -763,6 +763,7 @@ module Google
763
763
  property :severity_name, as: 'severityName'
764
764
  property :source, as: 'source'
765
765
  property :source_update_time, as: 'sourceUpdateTime'
766
+ property :vendor, as: 'vendor'
766
767
  end
767
768
  end
768
769
 
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.3.0
4
+ version: 0.4.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-04-05 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.4.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: []