google-apis-chromemanagement_v1 0.73.0 → 0.74.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: c3547b5bec463b8c0a5f597abca0978f732277cdb379fd1bfd7b03f432656d0e
|
|
4
|
+
data.tar.gz: fc22f7a497fd648e62738b42d447e8ec60c2498c4bdfc84effda38626b9925a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a52fc9efb7e764c6a4aae73a24828c51a270ba3a4c343b49542aa4c45b5efd8fd21f87d172e834bfbac855f3f9ba2e9c2ead363fbc79a6e400e79b894f89aaa
|
|
7
|
+
data.tar.gz: e87f2a9298c588a2d81f0a05686604c43227d41f9a71162bf114559e1746f6b1be78680d356a25eef045a6508796750cf9000728b614ac204db6429ccb698812
|
data/CHANGELOG.md
CHANGED
|
@@ -3004,7 +3004,7 @@ module Google
|
|
|
3004
3004
|
class GoogleChromeManagementV1RiskAssessmentEntry
|
|
3005
3005
|
include Google::Apis::Core::Hashable
|
|
3006
3006
|
|
|
3007
|
-
# The risk assessment provider from which this entry comes from.
|
|
3007
|
+
# Output only. The risk assessment provider from which this entry comes from.
|
|
3008
3008
|
# Corresponds to the JSON property `provider`
|
|
3009
3009
|
# @return [String]
|
|
3010
3010
|
attr_accessor :provider
|
|
@@ -3014,7 +3014,7 @@ module Google
|
|
|
3014
3014
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1RiskAssessment]
|
|
3015
3015
|
attr_accessor :risk_assessment
|
|
3016
3016
|
|
|
3017
|
-
# The bucketed risk level for the risk assessment.
|
|
3017
|
+
# Output only. The bucketed risk level for the risk assessment.
|
|
3018
3018
|
# Corresponds to the JSON property `riskLevel`
|
|
3019
3019
|
# @return [String]
|
|
3020
3020
|
attr_accessor :risk_level
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChromemanagementV1
|
|
18
18
|
# Version of the google-apis-chromemanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.74.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251211"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chromemanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.74.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-chromemanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.74.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|