google-apis-chromepolicy_v1 0.49.0 → 0.50.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: 0de32f06693d7766bdd68a1a3645f4c8e7596f7eecb33aa5dbeea2964fe988f6
4
- data.tar.gz: c18ea89b69efa1bce8a6c6cc0b16ca1ed6e10e308c752d1ae6ca9aa9105e3d37
3
+ metadata.gz: b9401fe20ab9f9e343d8e8981819d8a602ed594ed1241f7c8e6f7d1f569fd0e2
4
+ data.tar.gz: 40130b725bbafec44d864998ef7ee0fc63cf3e04f2e5a0392565684382dd6632
5
5
  SHA512:
6
- metadata.gz: 24315039d28c33fb05a9c369ebd4f6cc34e858f5e5e69a879e651e0e3e4d41dd9c0bcae46ff866d8c4013a609eeaf879d608de413f5203fbf9f29b84094d2685
7
- data.tar.gz: e2e40634594ac83c881108cb2770bf7244561073e07460680a15efedcc1e3634b2e2ee29f5304dbb7bf6b18d6e4572e305baf515887a3a18f46015581011efb1
6
+ metadata.gz: 5f498db5e9196fb78b22c043285b4c6f2f23d29563bafd19b20d60e41824e38a2ec91ad4518083a953eaa0c803c2809a4865289e376491336c0d1b9cc60fa64a
7
+ data.tar.gz: 432bf269759c4c1b51a6cbeca3f63f0361fcd29d62c8a395a22810867829e87c275b58b3cbc1cc69f1efafcced7c9ee9fbc1f2ea33c17d05f89fcc9a6cdc69b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.50.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.49.0 (2024-11-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20241118
@@ -1689,6 +1689,12 @@ module Google
1689
1689
  # @return [String]
1690
1690
  attr_accessor :name
1691
1691
 
1692
+ # Names of files imported by this file purely for the purpose of providing
1693
+ # option extensions. These are excluded from the dependency list above.
1694
+ # Corresponds to the JSON property `optionDependency`
1695
+ # @return [Array<String>]
1696
+ attr_accessor :option_dependency
1697
+
1692
1698
  # e.g. "foo", "foo.bar", etc.
1693
1699
  # Corresponds to the JSON property `package`
1694
1700
  # @return [String]
@@ -1713,6 +1719,7 @@ module Google
1713
1719
  @enum_type = args[:enum_type] if args.key?(:enum_type)
1714
1720
  @message_type = args[:message_type] if args.key?(:message_type)
1715
1721
  @name = args[:name] if args.key?(:name)
1722
+ @option_dependency = args[:option_dependency] if args.key?(:option_dependency)
1716
1723
  @package = args[:package] if args.key?(:package)
1717
1724
  @syntax = args[:syntax] if args.key?(:syntax)
1718
1725
  end
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241118"
25
+ REVISION = "20250326"
26
26
  end
27
27
  end
28
28
  end
@@ -831,6 +831,7 @@ module Google
831
831
  collection :message_type, as: 'messageType', class: Google::Apis::ChromepolicyV1::Proto2DescriptorProto, decorator: Google::Apis::ChromepolicyV1::Proto2DescriptorProto::Representation
832
832
 
833
833
  property :name, as: 'name'
834
+ collection :option_dependency, as: 'optionDependency'
834
835
  property :package, as: 'package'
835
836
  property :syntax, as: 'syntax'
836
837
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chromepolicy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.49.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.50.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Chrome Policy API V1
82
79
  test_files: []