google-apis-chromepolicy_v1 0.41.0 → 0.42.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6342bfe08a451ca5133a09840190b5f2704a5e00193413c4cb4175121c5edcc
|
4
|
+
data.tar.gz: ffb838ddf15179b71a28119f7ebbe3a86e55e60e81bccd093792fbfaf80aee4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2feef20a6bf2da740e0a11f83612c063e6e764acde6bc44a1a98bdae20eaa08f3ecc4bbbc38a17590026462a0207fa0c375d46a9aa8755f3886363fffa8318
|
7
|
+
data.tar.gz: 904a7264c52b3daf8de291335dbb94b8e96a16f8e450e63f3d847c74fd622970ff35f15bd3cbc4beed459200ed1c5d7f5e74df5fc26af1c8fb60f71dc468df56
|
data/CHANGELOG.md
CHANGED
@@ -1576,9 +1576,9 @@ module Google
|
|
1576
1576
|
|
1577
1577
|
# If true, this is a proto3 "optional". When a proto3 field is optional, it
|
1578
1578
|
# tracks presence regardless of field type. When proto3_optional is true, this
|
1579
|
-
# field must
|
1580
|
-
#
|
1581
|
-
#
|
1579
|
+
# field must belong to a oneof to signal to old proto3 clients that presence is
|
1580
|
+
# tracked for this field. This oneof is known as a "synthetic" oneof, and this
|
1581
|
+
# field must be its sole member (each proto3 optional field gets its own
|
1582
1582
|
# synthetic oneof). Synthetic oneofs exist in the descriptor only, and do not
|
1583
1583
|
# generate any API. Synthetic oneofs must be ordered after all "real" oneofs.
|
1584
1584
|
# For message fields, proto3_optional doesn't create any semantic change, since
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231127"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.42.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-
|
11
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.42.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: []
|