google-apis-androidpublisher_v3 0.76.0 → 0.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef63cbc44236060b0485b7c91c8f888ac7cfa2f686a0b4d5ca0b46af90af3d7e
4
- data.tar.gz: 389b9279935f3933735c0340ed5cd1ad4ea08b37041867ad6268e1fc05300919
3
+ metadata.gz: 4af38cc97e99513734e921e89f72a865fc80d66b5881846118d9ec18bd07aab2
4
+ data.tar.gz: bc9a730ff48c0cbfd11e4196013a228c95084dc816f2101b595aee684708a8c4
5
5
  SHA512:
6
- metadata.gz: 8a53ab4e5ef493787be9afe3c8372d126aefc752aef1bf6f431779b44696f4211e358471b78812a8c9e3c1a62a73b1f7586211ce0077f687f71a014916ba8e0d
7
- data.tar.gz: 76985c0b1bcfbc164a950b36eab54732191549ee31ac9ef79ef9029a17e6b684eeabf03d732caff969c95f6b645e117e1ef79efe0ce2cbfb0a357e6d6c432bbe
6
+ metadata.gz: 51b4cd15d6c793a3b040666a6c616cddb8090efc668b7908d4388ca1e9d1b93270ebdefa59f04eef29d4fa8243671ccea5d2491bbd46b2e60cdcd4da58c66ace
7
+ data.tar.gz: d7ca8e440e06456a64b353eb699be8dfcdd2fd0bcf6bb142d4a061e3ac882e3a0bb195c7f69fbb7c67b6afd2996377811a2b8c5c35088945adf0966a57884530
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.78.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250318
6
+
7
+ ### v0.77.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250227
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.76.0 (2025-01-05)
4
13
 
5
14
  * Regenerated from discovery document revision 20250102
@@ -1374,6 +1374,11 @@ module Google
1374
1374
  # @return [Hash<String,Google::Apis::AndroidpublisherV3::ConvertedRegionPrice>]
1375
1375
  attr_accessor :converted_region_prices
1376
1376
 
1377
+ # The version of the available regions being used for the specified resource.
1378
+ # Corresponds to the JSON property `regionVersion`
1379
+ # @return [Google::Apis::AndroidpublisherV3::RegionsVersion]
1380
+ attr_accessor :region_version
1381
+
1377
1382
  def initialize(**args)
1378
1383
  update!(**args)
1379
1384
  end
@@ -1382,6 +1387,7 @@ module Google
1382
1387
  def update!(**args)
1383
1388
  @converted_other_regions_price = args[:converted_other_regions_price] if args.key?(:converted_other_regions_price)
1384
1389
  @converted_region_prices = args[:converted_region_prices] if args.key?(:converted_region_prices)
1390
+ @region_version = args[:region_version] if args.key?(:region_version)
1385
1391
  end
1386
1392
  end
1387
1393
 
@@ -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.76.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250102"
25
+ REVISION = "20250318"
26
26
  end
27
27
  end
28
28
  end
@@ -1899,6 +1899,8 @@ module Google
1899
1899
 
1900
1900
  hash :converted_region_prices, as: 'convertedRegionPrices', class: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice, decorator: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice::Representation
1901
1901
 
1902
+ property :region_version, as: 'regionVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
1903
+
1902
1904
  end
1903
1905
  end
1904
1906
 
@@ -385,9 +385,10 @@ module Google
385
385
  # @param [String] edit_id
386
386
  # Identifier of the edit.
387
387
  # @param [Boolean] changes_not_sent_for_review
388
- # Indicates that the changes in this edit will not be reviewed until they are
389
- # explicitly sent for review from the Google Play Console UI. These changes will
390
- # be added to any other changes that are not yet sent for review.
388
+ # When a rejection happens, the parameter will make sure that the changes in
389
+ # this edit won't be reviewed until they are explicitly sent for review from
390
+ # within the Google Play Console UI. These changes will be added to any other
391
+ # changes that are not yet sent for review.
391
392
  # @param [String] fields
392
393
  # Selector specifying which fields to include in a partial response.
393
394
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.78.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Play Android Developer API V3
82
79
  test_files: []