google-apis-containeranalysis_v1alpha1 0.28.0 → 0.31.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: aac0de427098073dbd54315c6e0bbc2dd87fa6eb40d2de84d04644c035101b40
4
- data.tar.gz: 3150d5810e3bc1b8234a3d2ce0ef80d0b16475eac5f4ee171a43725fcafe8bef
3
+ metadata.gz: 903193d6e6d7a61c9bec27ab6bc88243865804814b6857334e3bfb48144a8787
4
+ data.tar.gz: 5dfd87ef3430018f6ac3521378ded9e318e31360648ba84cd7062c7e30e021c1
5
5
  SHA512:
6
- metadata.gz: '0739c8d0598406dfb574af17ac95b0771df3fbf50c17e7037923a88aeb28ccf45b026f12be3dbc84d924b76d2d094b738c00e44291b03b539cdbb61d3d63d6f9'
7
- data.tar.gz: 9478dae099441076ccd5171fe59549c58994cb7149f3bf849d97c845b24770b10693e74acc072f662850afb0f0d12bc7bf265b279ffc3cbaab00e63d1f055112
6
+ metadata.gz: 0b7ad4e42d20cd0990ab52045efda5c01e6147eba00c0ec748b524a31e4cf13442a5899ae8f9972a26c480114727cdc24da74cc9442ae93c4b2fb0f11485c204
7
+ data.tar.gz: 1f599a18a9d9c71f9bb17e50ca4cf8e4452f08280c514c35406d1687ac295d62ac69cbf176622fd91026e02587f4988803d0b11db4c8fc9ef2a3fdd489c3e06d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.31.0 (2022-07-13)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.30.0 (2022-07-01)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.29.0 (2022-06-17)
13
+
14
+ * Regenerated using generator version 0.6.0
15
+
3
16
  ### v0.28.0 (2022-06-08)
4
17
 
5
18
  * Regenerated from discovery document revision 20220602
@@ -784,6 +784,12 @@ module Google
784
784
  class ComplianceVersion
785
785
  include Google::Apis::Core::Hashable
786
786
 
787
+ # The name of the document that defines this benchmark, e.g. "CIS Container-
788
+ # Optimized OS".
789
+ # Corresponds to the JSON property `benchmarkDocument`
790
+ # @return [String]
791
+ attr_accessor :benchmark_document
792
+
787
793
  # The CPE URI (https://cpe.mitre.org/specification/) this benchmark is
788
794
  # applicable to.
789
795
  # Corresponds to the JSON property `cpeUri`
@@ -802,6 +808,7 @@ module Google
802
808
 
803
809
  # Update properties of this object
804
810
  def update!(**args)
811
+ @benchmark_document = args[:benchmark_document] if args.key?(:benchmark_document)
805
812
  @cpe_uri = args[:cpe_uri] if args.key?(:cpe_uri)
806
813
  @version = args[:version] if args.key?(:version)
807
814
  end
@@ -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.28.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220707"
26
26
  end
27
27
  end
28
28
  end
@@ -1031,6 +1031,7 @@ module Google
1031
1031
  class ComplianceVersion
1032
1032
  # @private
1033
1033
  class Representation < Google::Apis::Core::JsonRepresentation
1034
+ property :benchmark_document, as: 'benchmarkDocument'
1034
1035
  property :cpe_uri, as: 'cpeUri'
1035
1036
  property :version, as: 'version'
1036
1037
  end
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.28.0
4
+ version: 0.31.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-containeranalysis_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []