google-apis-androidpublisher_v3 0.14.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: c83f87cfd561fef6516fb5ca3ffbb72a46683c266aed61a87ec54fe97300b3ec
4
- data.tar.gz: e6428a2c181999afcff5461bf1f1724fbf1e0545072085f4ce514ea114a1b57c
3
+ metadata.gz: 122ec2c3b6b147dbf8ef0a90c54529bca7b6060bd773d5721183aa9d1150ac6b
4
+ data.tar.gz: da81291fad40960dc7bef4571fa44a7fd945b31f20306a03bd1b3c8489409720
5
5
  SHA512:
6
- metadata.gz: ad4952720ee3752adf5b816b73317ce490b6b8099c8284da40a9dda488c8c0876f846175ed433d038d50cd27261e7338770e5ee6d60402bf49d521c6d5f6e005
7
- data.tar.gz: d470cdabb740b839f72e895b9dd0e6e40c679ac8672ef6c3cdb129d04d2f6cc385d54be2a326e0c2b56765bbc5bf458a06906fea4fe41a2d168b57409b96674f
6
+ metadata.gz: f13a74d47fe8a8ac6d93778444a9d19a73ec6bde39d1fb8c40495d93eb5678e082f53087429c57d590872022aead29208957685ce2b75b69bea92a9bd29336bd
7
+ data.tar.gz: 82f72f22cb2630e5bf9b5d8cfa97c643becf1c10a507277f313d9311f66219e49bc08f1279b888756988ac0e3608abb18f810fea68551c3a9a4d2d53d947dbaf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.16.0 (2022-01-25)
8
+
9
+ * Regenerated from discovery document revision 20220123
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.15.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.14.0 (2021-11-30)
4
17
 
5
18
  * Regenerated from discovery document revision 20211125
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/androidpublisher_v3"
51
51
  client = Google::Apis::AndroidpublisherV3::AndroidPublisherService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1412,7 +1412,7 @@ module Google
1412
1412
  end
1413
1413
  end
1414
1414
 
1415
- # Release notes specification, i.e. language and text.
1415
+ # Localized text in given language.
1416
1416
  class LocalizedText
1417
1417
  include Google::Apis::Core::Hashable
1418
1418
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211125"
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.14.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: 2021-12-06 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.14.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Android Developer API V3