google-apis-androidpublisher_v3 0.10.0 → 0.11.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: b60e088b31281e6008b084d7647707219774e624166506fcffd3c56cff92c401
|
|
4
|
+
data.tar.gz: fb214532661f925dcc44beaa5bac449c89dc374591d73267fe9dbbb65738fb3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 034fe718315856a3e0ddc1ab54bbc9642fda881247cfd36ba64f0762309f0d5cb527b6c6dda125edfba3bbb40bfc83a5de3168f6b831dc24b10464c3910ca3ab
|
|
7
|
+
data.tar.gz: 5eb6f01ecba23c6bf46b947fac4fd86093072f257a8875557f6c780fa1b45ddaa1fde4f01d5384d27c688e97f8039f49b887cf092c7fe344400d7a94fd42872d
|
data/CHANGELOG.md
CHANGED
|
@@ -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.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 = "
|
|
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
|
-
#
|
|
1515
|
+
# Deprecated and ignored. The page size is determined by the server.
|
|
1512
1516
|
# @param [Fixnum] start_index
|
|
1513
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|