google-apis-androidpublisher_v3 0.76.0 → 0.77.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce4a6d9697dc0142477c72c54a479478151b70c82a7f1513e3e9c436c64359fa
|
4
|
+
data.tar.gz: a2ca284dc592421b506c34d410510cbc87fdf202af1038de6013462985ed349e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0449db71e070c1821912e8b81f7b27248f9f61d8b0e7a9fffb2f06655c049024c7e6b2ff067751f56ed5c306df0db4f6e98cf15a45b5d43743c4ff1b1af23131'
|
7
|
+
data.tar.gz: aaf5b3fe5b73b1b6e601667705cd9d6c45ab3ee269f217b6ca6c8b8f66470094bcec460aff6fc2e92e6eedd747ae58047b4603ceb4f09b50cdb5835fb659a8cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-androidpublisher_v3
|
2
2
|
|
3
|
+
### v0.77.0 (2025-03-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250227
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.76.0 (2025-01-05)
|
4
9
|
|
5
10
|
* 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.
|
19
|
+
GEM_VERSION = "0.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
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
|
|
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.
|
4
|
+
version: 0.77.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-
|
10
|
+
date: 2025-03-02 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.77.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
|
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: []
|