google-apis-osconfig_v1alpha 0.33.0 → 0.34.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f87cc2783c099274309861c3cce7e79ae17caed81620583485f0c0288a7c52ef
|
4
|
+
data.tar.gz: 66eb69f38f7b46d42fc1c030e0fdfc1f3c203e91bc9fb23fc87c872e1ed93ca9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae4af51c05fc2746f48633df949c59cc9f4c8dd3944bf550010c732406d36dcbdedc8b351d46b685be1fae292ead1573de942b46352005e496d6ea158bc5593d
|
7
|
+
data.tar.gz: 8051bb42f5640d30d86e8705c3930b19968212cfa0becb07483bfd8bb346b5627500832a9fd721bd802818933c48e4c05abc022dcc8de634f9072ef74db6cca5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-osconfig_v1alpha
|
2
2
|
|
3
|
+
### v0.34.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250727
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.33.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250511
|
@@ -2812,6 +2812,12 @@ module Google
|
|
2812
2812
|
class VulnerabilityReport
|
2813
2813
|
include Google::Apis::Core::Hashable
|
2814
2814
|
|
2815
|
+
# Output only. Highest level of severity among all the upgradable
|
2816
|
+
# vulnerabilities with CVEs attached.
|
2817
|
+
# Corresponds to the JSON property `highestUpgradableCveSeverity`
|
2818
|
+
# @return [String]
|
2819
|
+
attr_accessor :highest_upgradable_cve_severity
|
2820
|
+
|
2815
2821
|
# Output only. The `vulnerabilityReport` API resource name. Format: `projects/`
|
2816
2822
|
# project_number`/locations/`location`/instances/`instance_id`/
|
2817
2823
|
# vulnerabilityReport`
|
@@ -2836,6 +2842,7 @@ module Google
|
|
2836
2842
|
|
2837
2843
|
# Update properties of this object
|
2838
2844
|
def update!(**args)
|
2845
|
+
@highest_upgradable_cve_severity = args[:highest_upgradable_cve_severity] if args.key?(:highest_upgradable_cve_severity)
|
2839
2846
|
@name = args[:name] if args.key?(:name)
|
2840
2847
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2841
2848
|
@vulnerabilities = args[:vulnerabilities] if args.key?(:vulnerabilities)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsconfigV1alpha
|
18
18
|
# Version of the google-apis-osconfig_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250727"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1193,6 +1193,7 @@ module Google
|
|
1193
1193
|
class VulnerabilityReport
|
1194
1194
|
# @private
|
1195
1195
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1196
|
+
property :highest_upgradable_cve_severity, as: 'highestUpgradableCveSeverity'
|
1196
1197
|
property :name, as: 'name'
|
1197
1198
|
property :update_time, as: 'updateTime'
|
1198
1199
|
collection :vulnerabilities, as: 'vulnerabilities', class: Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerability, decorator: Google::Apis::OsconfigV1alpha::VulnerabilityReportVulnerability::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-osconfig_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.34.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for OS Config API V1alpha
|
79
79
|
test_files: []
|