google-apis-androidpublisher_v3 0.16.0 → 0.17.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: 122ec2c3b6b147dbf8ef0a90c54529bca7b6060bd773d5721183aa9d1150ac6b
|
|
4
|
+
data.tar.gz: da81291fad40960dc7bef4571fa44a7fd945b31f20306a03bd1b3c8489409720
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f13a74d47fe8a8ac6d93778444a9d19a73ec6bde39d1fb8c40495d93eb5678e082f53087429c57d590872022aead29208957685ce2b75b69bea92a9bd29336bd
|
|
7
|
+
data.tar.gz: 82f72f22cb2630e5bf9b5d8cfa97c643becf1c10a507277f313d9311f66219e49bc08f1279b888756988ac0e3608abb18f810fea68551c3a9a4d2d53d947dbaf
|
data/CHANGELOG.md
CHANGED
|
@@ -2307,7 +2307,9 @@ module Google
|
|
|
2307
2307
|
end
|
|
2308
2308
|
end
|
|
2309
2309
|
|
|
2310
|
-
# The testers of an app. The resource for TestersService.
|
|
2310
|
+
# The testers of an app. The resource for TestersService. Note: while it is
|
|
2311
|
+
# possible in the Play Console UI to add testers via email lists, email lists
|
|
2312
|
+
# are not supported by this resource.
|
|
2311
2313
|
class Testers
|
|
2312
2314
|
include Google::Apis::Core::Hashable
|
|
2313
2315
|
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220319"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1177,7 +1177,7 @@ module Google
|
|
|
1177
1177
|
execute_or_queue_command(command, &block)
|
|
1178
1178
|
end
|
|
1179
1179
|
|
|
1180
|
-
# Gets testers.
|
|
1180
|
+
# Gets testers. Note: Testers resource does not support email lists.
|
|
1181
1181
|
# @param [String] package_name
|
|
1182
1182
|
# Package name of the app.
|
|
1183
1183
|
# @param [String] edit_id
|
|
@@ -1213,7 +1213,7 @@ module Google
|
|
|
1213
1213
|
execute_or_queue_command(command, &block)
|
|
1214
1214
|
end
|
|
1215
1215
|
|
|
1216
|
-
# Patches testers.
|
|
1216
|
+
# Patches testers. Note: Testers resource does not support email lists.
|
|
1217
1217
|
# @param [String] package_name
|
|
1218
1218
|
# Package name of the app.
|
|
1219
1219
|
# @param [String] edit_id
|
|
@@ -1252,7 +1252,7 @@ module Google
|
|
|
1252
1252
|
execute_or_queue_command(command, &block)
|
|
1253
1253
|
end
|
|
1254
1254
|
|
|
1255
|
-
# Updates testers.
|
|
1255
|
+
# Updates testers. Note: Testers resource does not support email lists.
|
|
1256
1256
|
# @param [String] package_name
|
|
1257
1257
|
# Package name of the app.
|
|
1258
1258
|
# @param [String] edit_id
|
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.17.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: 2022-
|
|
11
|
+
date: 2022-03-28 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.17.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: []
|