google-apis-androidpublisher_v3 0.25.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: 5738a4bd925473b19c8d34f6f33aff8da0f1486bc88ac499388fc93123e543f4
4
- data.tar.gz: d52893f4e6669fadb2f1d313e1b5946119c63e8049b76d859505750ff326907f
3
+ metadata.gz: 86f5dd5fd4906fb7f3d058b8396395c56e1d38d0abf3a480fb11cf084ce9182d
4
+ data.tar.gz: 974a7430b8355b7bb022d0f9d69091a0efe2e043771fec27768a913e6bc71dbb
5
5
  SHA512:
6
- metadata.gz: b01f1dbc00253c8aaad40e602fd1194e98a3a7700bf0a1c1e7186b67e1603ad4fee521798233a2f2e6777033d5cc4a46f7c3222adcdc90068ae8078037cfa407
7
- data.tar.gz: 9df11255bda5d5c0c760dce013899d39b632df617ae6eadeb07a1a196e037ffbcb7551469499b3de05f0ab423f6792da9a81d997c02e5384700c718d4d5c1211
6
+ metadata.gz: 7208fbd6426f822dbf4c588dd433738bd405f6713889a3e39acdd03e245869264ddeb62d3534869ea7d8ff7e3ffb5b4aa56778b873aede44ffa17d3dda804dbe
7
+ data.tar.gz: 3335ccefe15f70bdc6379adbf131e9a0b06284058a9b7c02bc359eb58b35dab365413698a9e35fea88d2891ce011f2f70888b8829a4cfc218741e8b33a9a3c66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.25.0 (2022-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220704
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220704"
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.25.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-07-11 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
@@ -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.25.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: []