google-apis-androidpublisher_v3 0.10.0 → 0.11.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: d2e1e74dcce264c235bde90cf49375e776a6e1f3d035db6431fa6f4b1ecf4f16
4
- data.tar.gz: 162de662ea220f2000052696597d8a6a1aca29db6d9a0fa25f9cf72cad5424c0
3
+ metadata.gz: b60e088b31281e6008b084d7647707219774e624166506fcffd3c56cff92c401
4
+ data.tar.gz: fb214532661f925dcc44beaa5bac449c89dc374591d73267fe9dbbb65738fb3d
5
5
  SHA512:
6
- metadata.gz: 3d102b5bc2473acec004e315dbdfd1b2de4027d69597ae06f4f298f6a6590b67e6c2df65d7a3a6120b0aefa7d08082740a15003dbc67eed1b3c11f58bc4dea7d
7
- data.tar.gz: d2fa93411bd49682ce6b3e4caf952a50abbc92974bb5bd574345a3c121e9f8d70bb4e43936cdf6eb91c4848cb3a21d107be8f7893974eeb101869781ee3ac197
6
+ metadata.gz: 034fe718315856a3e0ddc1ab54bbc9642fda881247cfd36ba64f0762309f0d5cb527b6c6dda125edfba3bbb40bfc83a5de3168f6b831dc24b10464c3910ca3ab
7
+ data.tar.gz: 5eb6f01ecba23c6bf46b947fac4fd86093072f257a8875557f6c780fa1b45ddaa1fde4f01d5384d27c688e97f8039f49b887cf092c7fe344400d7a94fd42872d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.11.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210901
6
+
3
7
  ### v0.10.0 (2021-07-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210728
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210728"
25
+ REVISION = "20210901"
26
26
  end
27
27
  end
28
28
  end
@@ -1504,13 +1504,17 @@ module Google
1504
1504
  execute_or_queue_command(command, &block)
1505
1505
  end
1506
1506
 
1507
- # Lists all in-app products - both managed products and subscriptions.
1507
+ # Lists all in-app products - both managed products and subscriptions. If an app
1508
+ # has a large number of in-app products, the response may be paginated. In this
1509
+ # case the response field `tokenPagination.nextPageToken` will be set and the
1510
+ # caller should provide its value as a `token` request parameter to retrieve the
1511
+ # next page.
1508
1512
  # @param [String] package_name
1509
1513
  # Package name of the app.
1510
1514
  # @param [Fixnum] max_results
1511
- # How many results the list operation should return.
1515
+ # Deprecated and ignored. The page size is determined by the server.
1512
1516
  # @param [Fixnum] start_index
1513
- # The index of the first element to return.
1517
+ # Deprecated and ignored. Set the `token` parameter to rertieve the next page.
1514
1518
  # @param [String] token
1515
1519
  # Pagination token. If empty, list starts at the first product.
1516
1520
  # @param [String] fields
@@ -1717,7 +1721,8 @@ module Google
1717
1721
  execute_or_queue_command(command, &block)
1718
1722
  end
1719
1723
 
1720
- # Refund a user's subscription or in-app purchase order.
1724
+ # Refunds a user's subscription or in-app purchase order. Orders older than 1
1725
+ # year cannot be refunded.
1721
1726
  # @param [String] package_name
1722
1727
  # The package name of the application for which this subscription or in-app item
1723
1728
  # was purchased (for example, 'com.some.thing').
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.10.0
4
+ version: 0.11.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-09-06 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/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []