google-apis-androidpublisher_v3 0.45.0 → 0.46.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: 1874d1e9a04cdbb3a11e9362f43f8ea136fbd11a71ebac188cf26116b07b85ab
|
|
4
|
+
data.tar.gz: 8eb5e013f0b90f01a30392a15a9583c337d0a9ebfc0ffdf5f766ee7437ee51a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f9b8c44018ffb2147c051b01fe53a751b808c6cf5e1b7fec21740c140d89e08e0ebbc405cdc56db00b8c8840a106258d93dea44a412b66ac391e96e9cf178dc
|
|
7
|
+
data.tar.gz: 3968a41f1355ed76d3f1844bacb589769d98b857f0a097e2b74c0b5dd1b45efd4d31c32d28a3fd83b80625c425cbf60cf2154453929edb78307a10d5235617fb
|
data/CHANGELOG.md
CHANGED
|
@@ -3404,6 +3404,14 @@ module Google
|
|
|
3404
3404
|
# @return [String]
|
|
3405
3405
|
attr_accessor :oldest_allowed_price_version_time
|
|
3406
3406
|
|
|
3407
|
+
# Optional. The behavior the caller wants users to see when there is a price
|
|
3408
|
+
# increase during migration. If left unset, the behavior defaults to
|
|
3409
|
+
# PRICE_INCREASE_TYPE_OPT_IN. Note that the first opt-out price increase
|
|
3410
|
+
# migration for each app must be initiated in Play Console.
|
|
3411
|
+
# Corresponds to the JSON property `priceIncreaseType`
|
|
3412
|
+
# @return [String]
|
|
3413
|
+
attr_accessor :price_increase_type
|
|
3414
|
+
|
|
3407
3415
|
# Required. Region code this configuration applies to, as defined by ISO 3166-2,
|
|
3408
3416
|
# e.g. "US".
|
|
3409
3417
|
# Corresponds to the JSON property `regionCode`
|
|
@@ -3417,6 +3425,7 @@ module Google
|
|
|
3417
3425
|
# Update properties of this object
|
|
3418
3426
|
def update!(**args)
|
|
3419
3427
|
@oldest_allowed_price_version_time = args[:oldest_allowed_price_version_time] if args.key?(:oldest_allowed_price_version_time)
|
|
3428
|
+
@price_increase_type = args[:price_increase_type] if args.key?(:price_increase_type)
|
|
3420
3429
|
@region_code = args[:region_code] if args.key?(:region_code)
|
|
3421
3430
|
end
|
|
3422
3431
|
end
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2093,6 +2093,7 @@ module Google
|
|
|
2093
2093
|
# @private
|
|
2094
2094
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2095
2095
|
property :oldest_allowed_price_version_time, as: 'oldestAllowedPriceVersionTime'
|
|
2096
|
+
property :price_increase_type, as: 'priceIncreaseType'
|
|
2096
2097
|
property :region_code, as: 'regionCode'
|
|
2097
2098
|
end
|
|
2098
2099
|
end
|
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.
|
|
4
|
+
version: 0.46.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: 2023-07-
|
|
11
|
+
date: 2023-07-23 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.46.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: []
|