google-apis-osconfig_v1 0.48.0 → 0.49.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: 1768f2453b5b3ba5e52b38a787943ce7f39846df88a94deaf9ae9648236006a2
|
4
|
+
data.tar.gz: 969bc68276ee2a74b850f58306405a688993929b34a199455c4a20abdf661c6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b2d2e29c9f86f648cc04bbe3fc200836877dc192382de64f786e17ca9b29fbd64ba0410d87259b98cabe41e6b3e7400d5e78bf473611e9c70b655c3374dd0fc
|
7
|
+
data.tar.gz: e4746e46a42af1688e7ef239577d2c5bd661a26dcfcaccb49351fa56cd342df9ba7813e531478c602d7120cc9e2f32009fbb6276cd8fe5242611fbeddce8a4ad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-osconfig_v1
|
2
2
|
|
3
|
+
### v0.49.0 (2025-08-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250727
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.48.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250511
|
@@ -3627,6 +3627,12 @@ module Google
|
|
3627
3627
|
class VulnerabilityReport
|
3628
3628
|
include Google::Apis::Core::Hashable
|
3629
3629
|
|
3630
|
+
# Output only. Highest level of severity among all the upgradable
|
3631
|
+
# vulnerabilities with CVEs attached.
|
3632
|
+
# Corresponds to the JSON property `highestUpgradableCveSeverity`
|
3633
|
+
# @return [String]
|
3634
|
+
attr_accessor :highest_upgradable_cve_severity
|
3635
|
+
|
3630
3636
|
# Output only. The `vulnerabilityReport` API resource name. Format: `projects/`
|
3631
3637
|
# project_number`/locations/`location`/instances/`instance_id`/
|
3632
3638
|
# vulnerabilityReport`
|
@@ -3651,6 +3657,7 @@ module Google
|
|
3651
3657
|
|
3652
3658
|
# Update properties of this object
|
3653
3659
|
def update!(**args)
|
3660
|
+
@highest_upgradable_cve_severity = args[:highest_upgradable_cve_severity] if args.key?(:highest_upgradable_cve_severity)
|
3654
3661
|
@name = args[:name] if args.key?(:name)
|
3655
3662
|
@update_time = args[:update_time] if args.key?(:update_time)
|
3656
3663
|
@vulnerabilities = args[:vulnerabilities] if args.key?(:vulnerabilities)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsconfigV1
|
18
18
|
# Version of the google-apis-osconfig_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.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
|
@@ -1560,6 +1560,7 @@ module Google
|
|
1560
1560
|
class VulnerabilityReport
|
1561
1561
|
# @private
|
1562
1562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1563
|
+
property :highest_upgradable_cve_severity, as: 'highestUpgradableCveSeverity'
|
1563
1564
|
property :name, as: 'name'
|
1564
1565
|
property :update_time, as: 'updateTime'
|
1565
1566
|
collection :vulnerabilities, as: 'vulnerabilities', class: Google::Apis::OsconfigV1::VulnerabilityReportVulnerability, decorator: Google::Apis::OsconfigV1::VulnerabilityReportVulnerability::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-osconfig_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.49.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1
|
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 V1
|
79
79
|
test_files: []
|