google-apis-androidpublisher_v3 0.25.0 → 0.27.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: c70d045a813fb27ab17a790ad848716bb29a549ed9089908e13bab56a84df38a
4
+ data.tar.gz: 590911e262d7aada79fa07edc00f7640acf6df15bad23b8272ff65ce20b97392
5
5
  SHA512:
6
- metadata.gz: b01f1dbc00253c8aaad40e602fd1194e98a3a7700bf0a1c1e7186b67e1603ad4fee521798233a2f2e6777033d5cc4a46f7c3222adcdc90068ae8078037cfa407
7
- data.tar.gz: 9df11255bda5d5c0c760dce013899d39b632df617ae6eadeb07a1a196e037ffbcb7551469499b3de05f0ab423f6792da9a81d997c02e5384700c718d4d5c1211
6
+ metadata.gz: 64b97f766665a0393322c10d2257ccee600a1a071ad3a63b963f5a0c76033711d11560fd6fddc6a516266e21a74ac508348495c3eebca1bd024bea02c5d7aee5
7
+ data.tar.gz: ed05b6356e02f3cbbad62ac11baf1aef01514ea2d30d4d40a9e2ad33c7a694c089c580463512857dcaa85eb1730674e0a18dcbb3f926557cbc497f518639bc00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.27.0 (2022-09-18)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.26.0 (2022-09-07)
8
+
9
+ * Regenerated from discovery document revision 20220906
10
+
3
11
  ### v0.25.0 (2022-07-07)
4
12
 
5
13
  * 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.27.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.27.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-19 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.7'
19
+ version: 0.7.2
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.7'
29
+ version: 0.7.2
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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.27.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: []