google-apis-androidpublisher_v3 0.6.0 → 0.10.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: 0b2450352e326cd2101cb971c2a39b2e553ad10bd204a5d78edee7299797ac48
4
- data.tar.gz: 05cd5477abab2e2d6e9dbcf65c0abbae6fbbaa915e380269b07aaa29c89e0118
3
+ metadata.gz: d2e1e74dcce264c235bde90cf49375e776a6e1f3d035db6431fa6f4b1ecf4f16
4
+ data.tar.gz: 162de662ea220f2000052696597d8a6a1aca29db6d9a0fa25f9cf72cad5424c0
5
5
  SHA512:
6
- metadata.gz: ea0a13f55ce8c156303d336db1754797ef79b4c75b482adda04694ac187f461a1f3cba8f3bb630e222d086226894cabf05c27ec15f88a569889725ce3d266028
7
- data.tar.gz: d527ef7c68387430103388b897ec0ccbfc0dc660e12b988e998fe5314060aa7128db03128eab9349ec200a60b3a2bc50bd7930d1ca8ea063858935aebbee50a7
6
+ metadata.gz: 3d102b5bc2473acec004e315dbdfd1b2de4027d69597ae06f4f298f6a6590b67e6c2df65d7a3a6120b0aefa7d08082740a15003dbc67eed1b3c11f58bc4dea7d
7
+ data.tar.gz: d2fa93411bd49682ce6b3e4caf952a50abbc92974bb5bd574345a3c121e9f8d70bb4e43936cdf6eb91c4848cb3a21d107be8f7893974eeb101869781ee3ac197
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.10.0 (2021-07-30)
4
+
5
+ * Regenerated from discovery document revision 20210728
6
+
7
+ ### v0.9.0 (2021-07-21)
8
+
9
+ * Regenerated from discovery document revision 20210720
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.7.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.6.0 (2021-06-08)
4
20
 
5
21
  * Regenerated from discovery document revision 20210605
@@ -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
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210605"
25
+ REVISION = "20210728"
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 user
379
- # devices (for example, if installation size may be over a threshold, typically
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
@@ -1590,6 +1590,9 @@ module Google
1590
1590
  # @param [String] sku
1591
1591
  # Unique identifier for the in-app product.
1592
1592
  # @param [Google::Apis::AndroidpublisherV3::InAppProduct] in_app_product_object
1593
+ # @param [Boolean] allow_missing
1594
+ # If set to true, and the in-app product with the given package_name and sku
1595
+ # doesn't exist, the in-app product will be created.
1593
1596
  # @param [Boolean] auto_convert_missing_prices
1594
1597
  # If true the prices for all regions targeted by the parent app that don't have
1595
1598
  # a price specified for this in-app product will be auto converted to the target
@@ -1611,7 +1614,7 @@ module Google
1611
1614
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1612
1615
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1613
1616
  # @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)
1617
+ 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
1618
  command = make_simple_command(:put, 'androidpublisher/v3/applications/{packageName}/inappproducts/{sku}', options)
1616
1619
  command.request_representation = Google::Apis::AndroidpublisherV3::InAppProduct::Representation
1617
1620
  command.request_object = in_app_product_object
@@ -1619,6 +1622,7 @@ module Google
1619
1622
  command.response_class = Google::Apis::AndroidpublisherV3::InAppProduct
1620
1623
  command.params['packageName'] = package_name unless package_name.nil?
1621
1624
  command.params['sku'] = sku unless sku.nil?
1625
+ command.query['allowMissing'] = allow_missing unless allow_missing.nil?
1622
1626
  command.query['autoConvertMissingPrices'] = auto_convert_missing_prices unless auto_convert_missing_prices.nil?
1623
1627
  command.query['fields'] = fields unless fields.nil?
1624
1628
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.6.0
4
+ version: 0.10.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-14 00:00:00.000000000 Z
11
+ date: 2021-08-02 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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.10.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: []