google-apis-chromepolicy_v1 0.48.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9401fe20ab9f9e343d8e8981819d8a602ed594ed1241f7c8e6f7d1f569fd0e2
|
4
|
+
data.tar.gz: 40130b725bbafec44d864998ef7ee0fc63cf3e04f2e5a0392565684382dd6632
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f498db5e9196fb78b22c043285b4c6f2f23d29563bafd19b20d60e41824e38a2ec91ad4518083a953eaa0c803c2809a4865289e376491336c0d1b9cc60fa64a
|
7
|
+
data.tar.gz: 432bf269759c4c1b51a6cbeca3f63f0361fcd29d62c8a395a22810867829e87c275b58b3cbc1cc69f1efafcced7c9ee9fbc1f2ea33c17d05f89fcc9a6cdc69b4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.49.0 (2024-11-24)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241118
|
11
|
+
|
3
12
|
### v0.48.0 (2024-10-06)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241004
|
@@ -1689,13 +1689,22 @@ 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]
|
1695
1701
|
attr_accessor :package
|
1696
1702
|
|
1697
1703
|
# The syntax of the proto file. The supported values are "proto2", "proto3", and
|
1698
|
-
# "editions". If `edition` is present, this value must be "editions".
|
1704
|
+
# "editions". If `edition` is present, this value must be "editions". WARNING:
|
1705
|
+
# This field should only be used by protobuf plugins or special cases like the
|
1706
|
+
# proto compiler. Other uses are discouraged and developers should rely on the
|
1707
|
+
# protoreflect APIs for their client language.
|
1699
1708
|
# Corresponds to the JSON property `syntax`
|
1700
1709
|
# @return [String]
|
1701
1710
|
attr_accessor :syntax
|
@@ -1710,6 +1719,7 @@ module Google
|
|
1710
1719
|
@enum_type = args[:enum_type] if args.key?(:enum_type)
|
1711
1720
|
@message_type = args[:message_type] if args.key?(:message_type)
|
1712
1721
|
@name = args[:name] if args.key?(:name)
|
1722
|
+
@option_dependency = args[:option_dependency] if args.key?(:option_dependency)
|
1713
1723
|
@package = args[:package] if args.key?(:package)
|
1714
1724
|
@syntax = args[:syntax] if args.key?(:syntax)
|
1715
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.
|
19
|
+
GEM_VERSION = "0.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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:
|
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.
|
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
|
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: []
|