google-apis-androidpublisher_v3 0.35.0 → 0.36.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: e738060ce097744b02d81a0e6d5bcda6feae66b51699483fef9de5cd8a1b6744
|
|
4
|
+
data.tar.gz: 7617a3c6eaaa716faae77cacd82bec4ca90ecc923e0db47d58c2340e54addaaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '02194e57fddc12ba0fb3517ef9bbd121e67d600cf8cc07da26db3c067596fced7f9965233069d4050f36df04159376a50eef2d9a23a3a27f45adb4bffc75f5e5'
|
|
7
|
+
data.tar.gz: 73c6ee89c744b929c1fa1887debb121cfcf3536471cf67cac63d761760c94438c6b662948b99fb7c71eab440fc699ae03f21e08879a4d83a4cc5dffffe175130
|
data/CHANGELOG.md
CHANGED
|
@@ -801,9 +801,8 @@ module Google
|
|
|
801
801
|
end
|
|
802
802
|
end
|
|
803
803
|
|
|
804
|
-
#
|
|
805
|
-
#
|
|
806
|
-
# OR).
|
|
804
|
+
# A group of devices. A group is defined by a set of device selectors. A device
|
|
805
|
+
# belongs to the group if it matches any selector (logical OR).
|
|
807
806
|
class DeviceGroup
|
|
808
807
|
include Google::Apis::Core::Hashable
|
|
809
808
|
|
|
@@ -1076,8 +1075,7 @@ module Google
|
|
|
1076
1075
|
end
|
|
1077
1076
|
end
|
|
1078
1077
|
|
|
1079
|
-
#
|
|
1080
|
-
# content of an app.
|
|
1078
|
+
# Configuration describing device targeting criteria for the content of an app.
|
|
1081
1079
|
class DeviceTierConfig
|
|
1082
1080
|
include Google::Apis::Core::Hashable
|
|
1083
1081
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidpublisherV3
|
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.36.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 = "20230308"
|
|
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-androidpublisher_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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-03-
|
|
11
|
+
date: 2023-03-12 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-androidpublisher_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.36.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|