google-apis-chromemanagement_v1 0.72.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: acc817d4c0afdee3e101fb7729c01dce54cccf80e6c497e567a056113000e4b3
4
- data.tar.gz: 942769cd95f29a743ff0f454c7c1dac4de245d39522ac57bf7e982d33bedb74b
3
+ metadata.gz: c3547b5bec463b8c0a5f597abca0978f732277cdb379fd1bfd7b03f432656d0e
4
+ data.tar.gz: fc22f7a497fd648e62738b42d447e8ec60c2498c4bdfc84effda38626b9925a6
5
5
  SHA512:
6
- metadata.gz: 3d37fc18cdfc641dc06dc10bed7b5f4b076e70aa98f826ed65db48176cff5e64f7288bbd63b2d49f7f9c3cd842b29f0eae078a42ce1f66e2ee5f762d4b8fc07a
7
- data.tar.gz: 2dbb2835a68bf065b4ee4c44b0d8c50dc31669cab40607c78fe469ebb74c5867437276b062aacec9433b95bae2f5d5852591739888203c63a7d24fd4ae92a18b
6
+ metadata.gz: 9a52fc9efb7e764c6a4aae73a24828c51a270ba3a4c343b49542aa4c45b5efd8fd21f87d172e834bfbac855f3f9ba2e9c2ead363fbc79a6e400e79b894f89aaa
7
+ data.tar.gz: e87f2a9298c588a2d81f0a05686604c43227d41f9a71162bf114559e1746f6b1be78680d356a25eef045a6508796750cf9000728b614ac204db6429ccb698812
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.74.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251211
6
+
7
+ ### v0.73.0 (2025-11-16)
8
+
9
+ * Regenerated from discovery document revision 20251112
10
+
3
11
  ### v0.72.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251105
@@ -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
@@ -5617,8 +5617,9 @@ module Google
5617
5617
  attr_accessor :operations
5618
5618
 
5619
5619
  # Unordered list. Unreachable resources. Populated when the request sets `
5620
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
5621
- # when attempting to list all resources across all supported locations.
5620
+ # ListOperationsRequest.return_partial_success` and reads across collections.
5621
+ # For example, when attempting to list all resources across all supported
5622
+ # locations.
5622
5623
  # Corresponds to the JSON property `unreachable`
5623
5624
  # @return [Array<String>]
5624
5625
  attr_accessor :unreachable
@@ -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.72.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 = "20251105"
25
+ REVISION = "20251211"
26
26
  end
27
27
  end
28
28
  end
@@ -1866,11 +1866,12 @@ module Google
1866
1866
  # The standard list page token.
1867
1867
  # @param [Boolean] return_partial_success
1868
1868
  # When set to `true`, operations that are reachable are returned as normal, and
1869
- # those that are unreachable are returned in the [ListOperationsResponse.
1870
- # unreachable] field. This can only be `true` when reading across collections e.
1871
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1872
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1873
- # explicitly documented otherwise in service or product specific documentation.
1869
+ # those that are unreachable are returned in the ListOperationsResponse.
1870
+ # unreachable field. This can only be `true` when reading across collections.
1871
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1872
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1873
+ # if set unless explicitly documented otherwise in service or product specific
1874
+ # documentation.
1874
1875
  # @param [String] fields
1875
1876
  # Selector specifying which fields to include in a partial response.
1876
1877
  # @param [String] quota_user
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.72.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.72.0
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: