google-apis-androidpublisher_v3 0.7.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
@@ -1,5 +1,21 @@
|
|
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
|
+
|
7
|
+
### v0.10.0 (2021-07-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210728
|
10
|
+
|
11
|
+
### v0.9.0 (2021-07-21)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210720
|
14
|
+
|
15
|
+
### v0.8.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.7.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Unspecified changes
|
@@ -206,7 +206,7 @@ module Google
|
|
206
206
|
end
|
207
207
|
end
|
208
208
|
|
209
|
-
# Information about
|
209
|
+
# Information about an app bundle. The resource for BundlesService.
|
210
210
|
class Bundle
|
211
211
|
include Google::Apis::Core::Hashable
|
212
212
|
|
@@ -240,11 +240,11 @@ module Google
|
|
240
240
|
end
|
241
241
|
end
|
242
242
|
|
243
|
-
# Response listing all bundles.
|
243
|
+
# Response listing all app bundles.
|
244
244
|
class BundlesListResponse
|
245
245
|
include Google::Apis::Core::Hashable
|
246
246
|
|
247
|
-
# All bundles.
|
247
|
+
# All app bundles.
|
248
248
|
# Corresponds to the JSON property `bundles`
|
249
249
|
# @return [Array<Google::Apis::AndroidpublisherV3::Bundle>]
|
250
250
|
attr_accessor :bundles
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -375,9 +375,9 @@ module Google
|
|
375
375
|
# @param [String] edit_id
|
376
376
|
# Identifier of the edit.
|
377
377
|
# @param [Boolean] ack_bundle_installation_warning
|
378
|
-
# Must be set to true if the bundle installation may trigger a warning on
|
379
|
-
# devices (for example, if installation size may be over a threshold,
|
380
|
-
# 100 MB).
|
378
|
+
# Must be set to true if the app bundle installation may trigger a warning on
|
379
|
+
# user devices (for example, if installation size may be over a threshold,
|
380
|
+
# typically 100 MB).
|
381
381
|
# @param [String] fields
|
382
382
|
# Selector specifying which fields to include in a partial response.
|
383
383
|
# @param [String] quota_user
|
@@ -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
|
@@ -1590,6 +1594,9 @@ module Google
|
|
1590
1594
|
# @param [String] sku
|
1591
1595
|
# Unique identifier for the in-app product.
|
1592
1596
|
# @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
|
1597
|
+
# @param [Boolean] allow_missing
|
1598
|
+
# If set to true, and the in-app product with the given package_name and sku
|
1599
|
+
# doesn't exist, the in-app product will be created.
|
1593
1600
|
# @param [Boolean] auto_convert_missing_prices
|
1594
1601
|
# If true the prices for all regions targeted by the parent app that don't have
|
1595
1602
|
# a price specified for this in-app product will be auto converted to the target
|
@@ -1611,7 +1618,7 @@ module Google
|
|
1611
1618
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1612
1619
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1613
1620
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1614
|
-
def update_inappproduct(package_name, sku, in_app_product_object = nil, auto_convert_missing_prices: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1621
|
+
def update_inappproduct(package_name, sku, in_app_product_object = nil, allow_missing: nil, auto_convert_missing_prices: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1615
1622
|
command = make_simple_command(:put, 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', options)
|
1616
1623
|
command.request_representation = Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
1617
1624
|
command.request_object = in_app_product_object
|
@@ -1619,6 +1626,7 @@ module Google
|
|
1619
1626
|
command.response_class = Google::Apis::AndroidpublisherV3::InAppProduct
|
1620
1627
|
command.params['packageName'] = package_name unless package_name.nil?
|
1621
1628
|
command.params['sku'] = sku unless sku.nil?
|
1629
|
+
command.query['allowMissing'] = allow_missing unless allow_missing.nil?
|
1622
1630
|
command.query['autoConvertMissingPrices'] = auto_convert_missing_prices unless auto_convert_missing_prices.nil?
|
1623
1631
|
command.query['fields'] = fields unless fields.nil?
|
1624
1632
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -1713,7 +1721,8 @@ module Google
|
|
1713
1721
|
execute_or_queue_command(command, &block)
|
1714
1722
|
end
|
1715
1723
|
|
1716
|
-
#
|
1724
|
+
# Refunds a user's subscription or in-app purchase order. Orders older than 1
|
1725
|
+
# year cannot be refunded.
|
1717
1726
|
# @param [String] package_name
|
1718
1727
|
# The package name of the application for which this subscription or in-app item
|
1719
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-06
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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: []
|