google-apis-chromepolicy_v1 0.32.0 → 0.33.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: '092ddd5d3c4394b7e138a03158d2548d84ac3031080793a26801f98bbfd936aa'
4
- data.tar.gz: 559b59f179b866d224f066f5aa17213f6cf287a256ab9ce3e226fef01066b241
3
+ metadata.gz: aeef93aea35ff01561faf2461f86a6ae20df2117fdeda2ea431f276251644fde
4
+ data.tar.gz: d3df49639f0a3f3a840fab6c3687aea4eda8997353ee2d643132565ae1a26ef7
5
5
  SHA512:
6
- metadata.gz: be0ba7e45c65830454064c200f415e5625a68ae0e87f00c85e0409feb5bedd71d2485cab690180872a1dbade3e8560638b9ff13d3c665a08a2d519c3d9e94281
7
- data.tar.gz: 7ad0a9234965632a132df035d0c271d797e188e841835d37d52ab947e0039850fc2b2b89604c2f3abefd4f2e37ac2992b20559d2bb3d2b57df21e672a5c6ffb8
6
+ metadata.gz: abf6bd692b7067a0a5463efd779f6b1c1b65352f1137a769d117056da5010f17abef1d4dc427f4bfc2b094808dc1e7941848afd86516b45c857ef613a7a96021
7
+ data.tar.gz: 32fa80ab322d7949a0e90f6b6aff61ccc7bfa2ced5ed98099b29a963357440751f1a99a7bcf5c73fe709351037038b0c9b348fc968414784fbf57fcd34525df4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.33.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230211
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.32.0 (2023-01-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20230105
@@ -26,6 +26,13 @@ module Google
26
26
  class ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
+ # In the event that this policy was deprecated in favor of another policy, the
30
+ # fully qualified namespace(s) of the new policies as they will show in
31
+ # PolicyAPI.
32
+ # Corresponds to the JSON property `deprecatedInFavorOf`
33
+ # @return [Array<String>]
34
+ attr_accessor :deprecated_in_favor_of
35
+
29
36
  # Description about current life cycle.
30
37
  # Corresponds to the JSON property `description`
31
38
  # @return [String]
@@ -54,6 +61,7 @@ module Google
54
61
 
55
62
  # Update properties of this object
56
63
  def update!(**args)
64
+ @deprecated_in_favor_of = args[:deprecated_in_favor_of] if args.key?(:deprecated_in_favor_of)
57
65
  @description = args[:description] if args.key?(:description)
58
66
  @end_support = args[:end_support] if args.key?(:end_support)
59
67
  @policy_api_lifecycle_stage = args[:policy_api_lifecycle_stage] if args.key?(:policy_api_lifecycle_stage)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChromepolicyV1
18
18
  # Version of the google-apis-chromepolicy_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230105"
25
+ REVISION = "20230211"
26
26
  end
27
27
  end
28
28
  end
@@ -319,6 +319,7 @@ module Google
319
319
  class ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle
320
320
  # @private
321
321
  class Representation < Google::Apis::Core::JsonRepresentation
322
+ collection :deprecated_in_favor_of, as: 'deprecatedInFavorOf'
322
323
  property :description, as: 'description'
323
324
  property :end_support, as: 'endSupport', class: Google::Apis::ChromepolicyV1::GoogleTypeDate, decorator: Google::Apis::ChromepolicyV1::GoogleTypeDate::Representation
324
325
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromepolicy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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: 2023-01-08 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-chromepolicy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_v1
63
63
  post_install_message:
64
64
  rdoc_options: []