google-apis-androidpublisher_v3 0.23.0 → 0.26.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: d4b3bec2d106a2976ccc88d90d239e589fe27d5300819c18facb4a6fbdc7ed36
4
- data.tar.gz: 9c52e4f46f2b2de397b11f0ecf98e21e12594a84176175df435cbf76287c8d48
3
+ metadata.gz: 86f5dd5fd4906fb7f3d058b8396395c56e1d38d0abf3a480fb11cf084ce9182d
4
+ data.tar.gz: 974a7430b8355b7bb022d0f9d69091a0efe2e043771fec27768a913e6bc71dbb
5
5
  SHA512:
6
- metadata.gz: db993b03ca70e8e9796fbeb6d34a47e095b7d3ba6b8c773b16e31fcdb6259e4dbf1e3555e62b8bd333e25d0cde44014d870c6dad79e184d8fa14c29f7d1198a2
7
- data.tar.gz: d35fccf5c41ef2648e399884866d3fd3c3a2578b53414c8d662176773a4808c91d7a2959c4d4167e4545c5e355a18002a842576036dd774e3c73171485b56634
6
+ metadata.gz: 7208fbd6426f822dbf4c588dd433738bd405f6713889a3e39acdd03e245869264ddeb62d3534869ea7d8ff7e3ffb5b4aa56778b873aede44ffa17d3dda804dbe
7
+ data.tar.gz: 3335ccefe15f70bdc6379adbf131e9a0b06284058a9b7c02bc359eb58b35dab365413698a9e35fea88d2891ce011f2f70888b8829a4cfc218741e8b33a9a3c66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.26.0 (2022-09-07)
4
+
5
+ * Regenerated from discovery document revision 20220906
6
+
7
+ ### v0.25.0 (2022-07-07)
8
+
9
+ * Regenerated from discovery document revision 20220704
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.24.0 (2022-07-03)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.23.0 (2022-06-21)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -284,9 +284,10 @@ module Google
284
284
  # @return [String]
285
285
  attr_accessor :grace_period_duration
286
286
 
287
- # Whether the renewing base plan is compatible with legacy version of the Play
288
- # Billing Library (prior to version 3) or not. Only one renewing base plan can
289
- # be marked as legacy compatible for a given subscription.
287
+ # Whether the renewing base plan is backward compatible. The backward compatible
288
+ # base plan is returned by the Google Play Billing Library deprecated method
289
+ # querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy
290
+ # compatible for a given subscription.
290
291
  # Corresponds to the JSON property `legacyCompatible`
291
292
  # @return [Boolean]
292
293
  attr_accessor :legacy_compatible
@@ -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.23.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220609"
25
+ REVISION = "20220906"
26
26
  end
27
27
  end
28
28
  end
@@ -489,6 +489,9 @@ module Google
489
489
  # Must be set to true if the app bundle installation may trigger a warning on
490
490
  # user devices (for example, if installation size may be over a threshold,
491
491
  # typically 100 MB).
492
+ # @param [String] device_tier_config_id
493
+ # Device tier config (DTC) to be used for generating deliverables (APKs).
494
+ # Contains id of the DTC or "LATEST" for last uploaded DTC.
492
495
  # @param [String] fields
493
496
  # Selector specifying which fields to include in a partial response.
494
497
  # @param [String] quota_user
@@ -510,7 +513,7 @@ module Google
510
513
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
511
514
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
512
515
  # @raise [Google::Apis::AuthorizationError] Authorization is required
513
- def upload_edit_bundle(package_name, edit_id, ack_bundle_installation_warning: nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
516
+ def upload_edit_bundle(package_name, edit_id, ack_bundle_installation_warning: nil, device_tier_config_id: nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
514
517
  if upload_source.nil?
515
518
  command = make_simple_command(:post, 'androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles', options)
516
519
  else
@@ -523,6 +526,7 @@ module Google
523
526
  command.params['packageName'] = package_name unless package_name.nil?
524
527
  command.params['editId'] = edit_id unless edit_id.nil?
525
528
  command.query['ackBundleInstallationWarning'] = ack_bundle_installation_warning unless ack_bundle_installation_warning.nil?
529
+ command.query['deviceTierConfigId'] = device_tier_config_id unless device_tier_config_id.nil?
526
530
  command.query['fields'] = fields unless fields.nil?
527
531
  command.query['quotaUser'] = quota_user unless quota_user.nil?
528
532
  execute_or_queue_command(command, &block)
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.23.0
4
+ version: 0.26.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-09-12 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
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/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
63
63
  post_install_message:
64
64
  rdoc_options: []