google-apis-androidpublisher_v3 0.45.0 → 0.47.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: ed3f6597bb7fa0c04e08786a22149680e93a8afe57e2bb1ee1a8404469cc6b33
4
- data.tar.gz: b1ff915f5b043f6d669d5eb6b08b9d6d76a5325f1c3f4e54af0fcfbaffbb3207
3
+ metadata.gz: 53851f0d42c71e9d6ea7cff25e399dbe9ee66d9099b872e085f49c2b0d276999
4
+ data.tar.gz: 2ec3037dc1e4bad8eef2a2ca7e61fbd34e21314976fcb3ea802808b430aaa8d5
5
5
  SHA512:
6
- metadata.gz: 1b2f559de5206fb04345d1b3776564f2e9c515cd994f1b92dfb6b761dd86096a6bc75abdc8cd2523d691f2fe8e65034deb878e2808ea15c373bc33fbbc5a6a42
7
- data.tar.gz: 2815ad5f7c7cd5169321ba7f981941dcf66e1434c456ec132375d499b5cc40d861754e2ca974c60193de71f0836e00ee38209be3ea4a01603a801a964a40fb3f
6
+ metadata.gz: a37b03d64ba106b198a0742dd10af6dbf09e464bcdd3212890f5602b399c641fd6947f30086c2d009e2b092714a6fa2f8e711d32299120e8ed820799982c07b4
7
+ data.tar.gz: 1c2b67963c78b2b8379cffa2bc27f92905d6bc2aa396b3cb12feaba6e6987b2cea7d5f7f210f0bf0302b3a429dcb7da8c464e902cbe66d237ca4836923847d02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.47.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
7
+ ### v0.46.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230720
10
+
3
11
  ### v0.45.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230628
@@ -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.45.0"
19
+ GEM_VERSION = "0.47.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 = "20230628"
25
+ REVISION = "20230803"
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
@@ -2832,9 +2832,11 @@ module Google
2832
2832
  # read.
2833
2833
  # @param [String] product_id
2834
2834
  # Required. The parent subscription (ID) for which the offers should be read.
2835
+ # May be specified as '-' to read all offers under an app.
2835
2836
  # @param [String] base_plan_id
2836
2837
  # Required. The parent base plan (ID) for which the offers should be read. May
2837
- # be specified as '-' to read all offers under a subscription.
2838
+ # be specified as '-' to read all offers under a subscription or an app. Must be
2839
+ # specified as '-' if product_id is specified as '-'.
2838
2840
  # @param [Fixnum] page_size
2839
2841
  # The maximum number of subscriptions to return. The service may return fewer
2840
2842
  # than this value. If unspecified, at most 50 subscriptions will be returned.
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.45.0
4
+ version: 0.47.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-02 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.47.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: []