google-apis-containeranalysis_v1alpha1 0.30.0 → 0.31.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: 822c5fc9e3802ed5ebe5e451c30c39df33756f6fc5b207ac35ccf55a65b864ae
4
- data.tar.gz: 0cc96304e56d6e792f646e715b42f6c1d551fcfa7b067bd76ba8f5d2eb4df11f
3
+ metadata.gz: 903193d6e6d7a61c9bec27ab6bc88243865804814b6857334e3bfb48144a8787
4
+ data.tar.gz: 5dfd87ef3430018f6ac3521378ded9e318e31360648ba84cd7062c7e30e021c1
5
5
  SHA512:
6
- metadata.gz: 2ea0b8b2d6bc6b9323f85fe7852257496b40ac5d2ac172ad9311fdfcf764e0a68160ec4ac9ecfa7fd6c431b0a5dcbefb95b44219bf69f4b0847ac97897b05ff9
7
- data.tar.gz: 6bf717c68012050c25dfa8f004a6697c82f02cac301fcfcb9dfb2032f00372d399beb7680e2ab9650bceffd792a58ef3331bdd6967ba0302750f4b23049d5bab
6
+ metadata.gz: 0b7ad4e42d20cd0990ab52045efda5c01e6147eba00c0ec748b524a31e4cf13442a5899ae8f9972a26c480114727cdc24da74cc9442ae93c4b2fb0f11485c204
7
+ data.tar.gz: 1f599a18a9d9c71f9bb17e50ca4cf8e4452f08280c514c35406d1687ac295d62ac69cbf176622fd91026e02587f4988803d0b11db4c8fc9ef2a3fdd489c3e06d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.30.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -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.30.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.8.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.30.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-07-04 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
@@ -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.30.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: []