google-apis-androidpublisher_v3 0.1.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: 38bd35ef40d9fc1051d3f51608575dc9b713165263e0b8304a4a08f2fadcee52
4
- data.tar.gz: '0521943d4a99d3c63b66a7bbe5ed0cedede20ac05d694b4737f311593537da4c'
3
+ metadata.gz: b60e088b31281e6008b084d7647707219774e624166506fcffd3c56cff92c401
4
+ data.tar.gz: fb214532661f925dcc44beaa5bac449c89dc374591d73267fe9dbbb65738fb3d
5
5
  SHA512:
6
- metadata.gz: 0c995acca3569bc6c12edba3217d90bdf4d03360945d148f1d1a847b5a8c4627a2f92192f3ec4fe30fc5bfc231bb10dfea5550dcbd4aac0d77d6cb00a44484b3
7
- data.tar.gz: '09d47fa8e99d5793400711d1f40260f7d5f98e1bb125b23cc7860936d850e05ee239d567e20ea21597141ef6ce3861ee665281a8505f701e4491b84bb99a11e9'
6
+ metadata.gz: 034fe718315856a3e0ddc1ab54bbc9642fda881247cfd36ba64f0762309f0d5cb527b6c6dda125edfba3bbb40bfc83a5de3168f6b831dc24b10464c3910ca3ab
7
+ data.tar.gz: 5eb6f01ecba23c6bf46b947fac4fd86093072f257a8875557f6c780fa1b45ddaa1fde4f01d5384d27c688e97f8039f49b887cf092c7fe344400d7a94fd42872d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
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
+
19
+ ### v0.7.0 (2021-06-24)
20
+
21
+ * Unspecified changes
22
+
23
+ ### v0.6.0 (2021-06-08)
24
+
25
+ * Regenerated from discovery document revision 20210605
26
+ * Regenerated using generator version 0.3.0
27
+
28
+ ### v0.5.0 (2021-05-28)
29
+
30
+ * Regenerated from discovery document revision 20210527
31
+
32
+ ### v0.4.0 (2021-05-19)
33
+
34
+ * Unspecified changes
35
+
36
+ ### v0.3.0 (2021-04-30)
37
+
38
+ * Regenerated from discovery document revision 20210429
39
+ * Regenerated using generator version 0.2.0
40
+
41
+ ### v0.2.0 (2021-03-04)
42
+
43
+ * Regenerated using generator version 0.1.2
44
+
3
45
  ### v0.1.0 (2021-01-07)
4
46
 
5
47
  * Regenerated using generator version 0.1.1
@@ -206,7 +206,7 @@ module Google
206
206
  end
207
207
  end
208
208
 
209
- # Information about a bundle. The resource for BundlesService.
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
@@ -1626,7 +1626,8 @@ module Google
1626
1626
  attr_accessor :obfuscated_external_profile_id
1627
1627
 
1628
1628
  # The order id of the latest recurring order associated with the purchase of the
1629
- # subscription.
1629
+ # subscription. If the subscription was canceled because payment was declined,
1630
+ # this will be the order id from the payment declined order.
1630
1631
  # Corresponds to the JSON property `orderId`
1631
1632
  # @return [String]
1632
1633
  attr_accessor :order_id
@@ -1638,9 +1639,11 @@ module Google
1638
1639
  # @return [Fixnum]
1639
1640
  attr_accessor :payment_state
1640
1641
 
1641
- # Price of the subscription, not including tax. Price is expressed in micro-
1642
- # units, where 1,000,000 micro-units represents one unit of the currency. For
1643
- # example, if the subscription price is €1.99, price_amount_micros is 1990000.
1642
+ # Price of the subscription, For tax exclusive countries, the price doesn't
1643
+ # include tax. For tax inclusive countries, the price includes tax. Price is
1644
+ # expressed in micro-units, where 1,000,000 micro-units represents one unit of
1645
+ # the currency. For example, if the subscription price is €1.99,
1646
+ # price_amount_micros is 1990000.
1644
1647
  # Corresponds to the JSON property `priceAmountMicros`
1645
1648
  # @return [Fixnum]
1646
1649
  attr_accessor :price_amount_micros
@@ -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.1.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.1.1"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201125"
25
+ REVISION = "20210901"
26
26
  end
27
27
  end
28
28
  end
@@ -54,6 +54,10 @@ module Google
54
54
  # Package name of the app.
55
55
  # @param [String] edit_id
56
56
  # Identifier of the edit.
57
+ # @param [Boolean] changes_not_sent_for_review
58
+ # Indicates that the changes in this edit will not be reviewed until they are
59
+ # explicitly sent for review from the Google Play Console UI. These changes will
60
+ # be added to any other changes that are not yet sent for review.
57
61
  # @param [String] fields
58
62
  # Selector specifying which fields to include in a partial response.
59
63
  # @param [String] quota_user
@@ -71,12 +75,13 @@ module Google
71
75
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
72
76
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
73
77
  # @raise [Google::Apis::AuthorizationError] Authorization is required
74
- def commit_edit(package_name, edit_id, fields: nil, quota_user: nil, options: nil, &block)
78
+ def commit_edit(package_name, edit_id, changes_not_sent_for_review: nil, fields: nil, quota_user: nil, options: nil, &block)
75
79
  command = make_simple_command(:post, 'androidpublisher/v3/applications/{packageName}/edits/{editId}:commit', options)
76
80
  command.response_representation = Google::Apis::AndroidpublisherV3::AppEdit::Representation
77
81
  command.response_class = Google::Apis::AndroidpublisherV3::AppEdit
78
82
  command.params['packageName'] = package_name unless package_name.nil?
79
83
  command.params['editId'] = edit_id unless edit_id.nil?
84
+ command.query['changesNotSentForReview'] = changes_not_sent_for_review unless changes_not_sent_for_review.nil?
80
85
  command.query['fields'] = fields unless fields.nil?
81
86
  command.query['quotaUser'] = quota_user unless quota_user.nil?
82
87
  execute_or_queue_command(command, &block)
@@ -370,9 +375,9 @@ module Google
370
375
  # @param [String] edit_id
371
376
  # Identifier of the edit.
372
377
  # @param [Boolean] ack_bundle_installation_warning
373
- # Must be set to true if the bundle installation may trigger a warning on user
374
- # devices (for example, if installation size may be over a threshold, typically
375
- # 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).
376
381
  # @param [String] fields
377
382
  # Selector specifying which fields to include in a partial response.
378
383
  # @param [String] quota_user
@@ -1499,13 +1504,17 @@ module Google
1499
1504
  execute_or_queue_command(command, &block)
1500
1505
  end
1501
1506
 
1502
- # 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.
1503
1512
  # @param [String] package_name
1504
1513
  # Package name of the app.
1505
1514
  # @param [Fixnum] max_results
1506
- # How many results the list operation should return.
1515
+ # Deprecated and ignored. The page size is determined by the server.
1507
1516
  # @param [Fixnum] start_index
1508
- # The index of the first element to return.
1517
+ # Deprecated and ignored. Set the `token` parameter to rertieve the next page.
1509
1518
  # @param [String] token
1510
1519
  # Pagination token. If empty, list starts at the first product.
1511
1520
  # @param [String] fields
@@ -1585,6 +1594,9 @@ module Google
1585
1594
  # @param [String] sku
1586
1595
  # Unique identifier for the in-app product.
1587
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.
1588
1600
  # @param [Boolean] auto_convert_missing_prices
1589
1601
  # If true the prices for all regions targeted by the parent app that don't have
1590
1602
  # a price specified for this in-app product will be auto converted to the target
@@ -1606,7 +1618,7 @@ module Google
1606
1618
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1607
1619
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1608
1620
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1609
- 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)
1610
1622
  command = make_simple_command(:put, 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', options)
1611
1623
  command.request_representation = Google::Apis::AndroidpublisherV3::InAppProduct::Representation
1612
1624
  command.request_object = in_app_product_object
@@ -1614,6 +1626,7 @@ module Google
1614
1626
  command.response_class = Google::Apis::AndroidpublisherV3::InAppProduct
1615
1627
  command.params['packageName'] = package_name unless package_name.nil?
1616
1628
  command.params['sku'] = sku unless sku.nil?
1629
+ command.query['allowMissing'] = allow_missing unless allow_missing.nil?
1617
1630
  command.query['autoConvertMissingPrices'] = auto_convert_missing_prices unless auto_convert_missing_prices.nil?
1618
1631
  command.query['fields'] = fields unless fields.nil?
1619
1632
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1708,7 +1721,8 @@ module Google
1708
1721
  execute_or_queue_command(command, &block)
1709
1722
  end
1710
1723
 
1711
- # 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.
1712
1726
  # @param [String] package_name
1713
1727
  # The package name of the application for which this subscription or in-app item
1714
1728
  # was purchased (for example, 'com.some.thing').
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-01-08 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Play Android Developer API
28
34
  V3. Simple REST clients are Ruby client libraries that provide access to Google
29
35
  services via their HTTP REST API endpoints. These libraries are generated and updated
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidpublisher_v3
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Google Play Android Developer API V3