google-apis-containeranalysis_v1alpha1 0.30.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 903193d6e6d7a61c9bec27ab6bc88243865804814b6857334e3bfb48144a8787
|
4
|
+
data.tar.gz: 5dfd87ef3430018f6ac3521378ded9e318e31360648ba84cd7062c7e30e021c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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: []
|