google-apis-androidpublisher_v3 0.16.0 → 0.17.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: 82e3680160b2edaee46c243695b5de85a7f0901fbb38904d544c1bf193290151
4
- data.tar.gz: 8364318d9f3cfc0ac968898da6d3c50638a3ef093b32faa661e946bef1753717
3
+ metadata.gz: 122ec2c3b6b147dbf8ef0a90c54529bca7b6060bd773d5721183aa9d1150ac6b
4
+ data.tar.gz: da81291fad40960dc7bef4571fa44a7fd945b31f20306a03bd1b3c8489409720
5
5
  SHA512:
6
- metadata.gz: f6ca1e885a2f64e5989f34c0479fe790f05b0445cefbf972a7ac37e0095f0e180379b56686935de0090ad207edfcb6b52b1edb594b0d11557e1cf50bf000bc1d
7
- data.tar.gz: 884412bd53e847a6a53f5bd2c5c66c2e68115cbc5fab547396b7f2ca69ef2513065c5324b806f1b4176a72ef2691e76d1e799360f54bfb83d52befe5940d4390
6
+ metadata.gz: f13a74d47fe8a8ac6d93778444a9d19a73ec6bde39d1fb8c40495d93eb5678e082f53087429c57d590872022aead29208957685ce2b75b69bea92a9bd29336bd
7
+ data.tar.gz: 82f72f22cb2630e5bf9b5d8cfa97c643becf1c10a507277f313d9311f66219e49bc08f1279b888756988ac0e3608abb18f810fea68551c3a9a4d2d53d947dbaf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.17.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
3
7
  ### v0.16.0 (2022-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220123
@@ -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.16.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 = "20220123"
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.16.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-01-31 00:00:00.000000000 Z
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.16.0
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: []