google-apis-androidpublisher_v3 0.80.0 → 0.81.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: bafed792def75fbc064712f666603d3adafc2f98c855d5f6b958134ae5835b83
4
- data.tar.gz: '08223442f5bef210fa781f13b9593fdeca105574af7ca6132fc49543a4172ae8'
3
+ metadata.gz: 077a1bdb0d31b5b471e9298bdbcb4d7c59ec4e7f86d19117e955d1c0f381de79
4
+ data.tar.gz: 53f74cc9cc8bca1814004be445af1eb7b1e0b80ccbfabd6e02e06a8747c20dec
5
5
  SHA512:
6
- metadata.gz: 8d83535cc357bec88019494741582a06cce65b3bda420a9d932d724236ae892035a4c471a5706e2fc123ff07092a240826352b0bec22612ed18d4f34c84fe162
7
- data.tar.gz: a9efe4c47d862bf92cc83c435f33dbffce31414b413005b1720297e601de21b16d3dcd0fae4e4e76972bc99707fcc77e38cf2d34f5ec333f38d377f446ce46b3
6
+ metadata.gz: af08282823773af7aaf3d91ecd3eb308168c8783a023c76332549e002fc76067090e2bbd9d3ec1e3d7ee747a27f55b288f8456ea6729f1f3fc23a5cfb86923e9
7
+ data.tar.gz: a32bd2eb3bc4fb421b90b3097651a36a63ac323082b58cb1ad4f51568ed28e59505e6925af1f7ab960d33cf14a1e36e1e69346829451502a26e0fffe946ceeac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-androidpublisher_v3
2
2
 
3
+ ### v0.81.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250529
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.80.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250520
@@ -3020,7 +3020,7 @@ module Google
3020
3020
  # @return [String]
3021
3021
  attr_accessor :subscription_period
3022
3022
 
3023
- # Details about taxation, Google Play policy and legal compliance for
3023
+ # Details about taxation, Google Play policy, and legal compliance for
3024
3024
  # subscription products.
3025
3025
  # Corresponds to the JSON property `subscriptionTaxesAndComplianceSettings`
3026
3026
  # @return [Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings]
@@ -5278,14 +5278,13 @@ module Google
5278
5278
  include Google::Apis::Core::Hashable
5279
5279
 
5280
5280
  # Required. A string representing the version of available regions being used
5281
- # for the specified resource. Regional prices for the resource have to be
5282
- # specified according to the information published in [this article](https://
5283
- # support.google.com/googleplay/android-developer/answer/10532353). Each time
5284
- # the supported locations substantially change, the version will be incremented.
5285
- # The latest supported version is available in this article. Using this field
5286
- # will ensure that creating and updating the resource with an older region's
5287
- # version and set of regional prices and currencies will succeed even though a
5288
- # new version is available.
5281
+ # for the specified resource. Regional prices and latest supported version for
5282
+ # the resource have to be specified according to the information published in [
5283
+ # this article](https://support.google.com/googleplay/android-developer/answer/
5284
+ # 10532353). Each time the supported locations substantially change, the version
5285
+ # will be incremented. Using this field will ensure that creating and updating
5286
+ # the resource with an older region's version and set of regional prices and
5287
+ # currencies will succeed even though a new version is available.
5289
5288
  # Corresponds to the JSON property `version`
5290
5289
  # @return [String]
5291
5290
  attr_accessor :version
@@ -5596,8 +5595,8 @@ module Google
5596
5595
  class RevocationContextItemBasedRefund
5597
5596
  include Google::Apis::Core::Hashable
5598
5597
 
5599
- # Required. If the subscription is a subscription bundle, the product id of the
5600
- # subscription to revoke.
5598
+ # Required. If the subscription is a subscription with add-ons, the product id
5599
+ # of the subscription item to revoke.
5601
5600
  # Corresponds to the JSON property `productId`
5602
5601
  # @return [String]
5603
5602
  attr_accessor :product_id
@@ -5980,7 +5979,7 @@ module Google
5980
5979
  # @return [Google::Apis::AndroidpublisherV3::RestrictedPaymentCountries]
5981
5980
  attr_accessor :restricted_payment_countries
5982
5981
 
5983
- # Details about taxation, Google Play policy and legal compliance for
5982
+ # Details about taxation, Google Play policy, and legal compliance for
5984
5983
  # subscription products.
5985
5984
  # Corresponds to the JSON property `taxAndComplianceSettings`
5986
5985
  # @return [Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings]
@@ -6635,6 +6634,13 @@ module Google
6635
6634
  # @return [String]
6636
6635
  attr_accessor :expiry_time
6637
6636
 
6637
+ # The order id of the latest successful order associated with this item. Not
6638
+ # present if the item is not owned by the user yet (e.g. the item being deferred
6639
+ # replaced to).
6640
+ # Corresponds to the JSON property `latestSuccessfulOrderId`
6641
+ # @return [String]
6642
+ attr_accessor :latest_successful_order_id
6643
+
6638
6644
  # Offer details information related to a purchase line item.
6639
6645
  # Corresponds to the JSON property `offerDetails`
6640
6646
  # @return [Google::Apis::AndroidpublisherV3::OfferDetails]
@@ -6664,6 +6670,7 @@ module Google
6664
6670
  @auto_renewing_plan = args[:auto_renewing_plan] if args.key?(:auto_renewing_plan)
6665
6671
  @deferred_item_replacement = args[:deferred_item_replacement] if args.key?(:deferred_item_replacement)
6666
6672
  @expiry_time = args[:expiry_time] if args.key?(:expiry_time)
6673
+ @latest_successful_order_id = args[:latest_successful_order_id] if args.key?(:latest_successful_order_id)
6667
6674
  @offer_details = args[:offer_details] if args.key?(:offer_details)
6668
6675
  @prepaid_plan = args[:prepaid_plan] if args.key?(:prepaid_plan)
6669
6676
  @product_id = args[:product_id] if args.key?(:product_id)
@@ -6834,7 +6841,7 @@ module Google
6834
6841
  end
6835
6842
  end
6836
6843
 
6837
- # Details about taxation, Google Play policy and legal compliance for
6844
+ # Details about taxation, Google Play policy, and legal compliance for
6838
6845
  # subscription products.
6839
6846
  class SubscriptionTaxAndComplianceSettings
6840
6847
  include Google::Apis::Core::Hashable
@@ -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.80.0"
19
+ GEM_VERSION = "0.81.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250520"
25
+ REVISION = "20250529"
26
26
  end
27
27
  end
28
28
  end
@@ -3553,6 +3553,7 @@ module Google
3553
3553
  property :deferred_item_replacement, as: 'deferredItemReplacement', class: Google::Apis::AndroidpublisherV3::DeferredItemReplacement, decorator: Google::Apis::AndroidpublisherV3::DeferredItemReplacement::Representation
3554
3554
 
3555
3555
  property :expiry_time, as: 'expiryTime'
3556
+ property :latest_successful_order_id, as: 'latestSuccessfulOrderId'
3556
3557
  property :offer_details, as: 'offerDetails', class: Google::Apis::AndroidpublisherV3::OfferDetails, decorator: Google::Apis::AndroidpublisherV3::OfferDetails::Representation
3557
3558
 
3558
3559
  property :prepaid_plan, as: 'prepaidPlan', class: Google::Apis::AndroidpublisherV3::PrepaidPlan, decorator: Google::Apis::AndroidpublisherV3::PrepaidPlan::Representation
@@ -2707,14 +2707,13 @@ module Google
2707
2707
  # resource.
2708
2708
  # @param [String] regions_version_version
2709
2709
  # Required. A string representing the version of available regions being used
2710
- # for the specified resource. Regional prices for the resource have to be
2711
- # specified according to the information published in [this article](https://
2712
- # support.google.com/googleplay/android-developer/answer/10532353). Each time
2713
- # the supported locations substantially change, the version will be incremented.
2714
- # The latest supported version is available in this article. Using this field
2715
- # will ensure that creating and updating the resource with an older region's
2716
- # version and set of regional prices and currencies will succeed even though a
2717
- # new version is available.
2710
+ # for the specified resource. Regional prices and latest supported version for
2711
+ # the resource have to be specified according to the information published in [
2712
+ # this article](https://support.google.com/googleplay/android-developer/answer/
2713
+ # 10532353). Each time the supported locations substantially change, the version
2714
+ # will be incremented. Using this field will ensure that creating and updating
2715
+ # the resource with an older region's version and set of regional prices and
2716
+ # currencies will succeed even though a new version is available.
2718
2717
  # @param [String] fields
2719
2718
  # Selector specifying which fields to include in a partial response.
2720
2719
  # @param [String] quota_user
@@ -2875,14 +2874,13 @@ module Google
2875
2874
  # Defaults to latency-sensitive.
2876
2875
  # @param [String] regions_version_version
2877
2876
  # Required. A string representing the version of available regions being used
2878
- # for the specified resource. Regional prices for the resource have to be
2879
- # specified according to the information published in [this article](https://
2880
- # support.google.com/googleplay/android-developer/answer/10532353). Each time
2881
- # the supported locations substantially change, the version will be incremented.
2882
- # The latest supported version is available in this article. Using this field
2883
- # will ensure that creating and updating the resource with an older region's
2884
- # version and set of regional prices and currencies will succeed even though a
2885
- # new version is available.
2877
+ # for the specified resource. Regional prices and latest supported version for
2878
+ # the resource have to be specified according to the information published in [
2879
+ # this article](https://support.google.com/googleplay/android-developer/answer/
2880
+ # 10532353). Each time the supported locations substantially change, the version
2881
+ # will be incremented. Using this field will ensure that creating and updating
2882
+ # the resource with an older region's version and set of regional prices and
2883
+ # currencies will succeed even though a new version is available.
2886
2884
  # @param [String] update_mask
2887
2885
  # Required. The list of fields to be updated.
2888
2886
  # @param [String] fields
@@ -3357,14 +3355,13 @@ module Google
3357
3355
  # see the documentation of the offer_id field on the SubscriptionOffer resource.
3358
3356
  # @param [String] regions_version_version
3359
3357
  # Required. A string representing the version of available regions being used
3360
- # for the specified resource. Regional prices for the resource have to be
3361
- # specified according to the information published in [this article](https://
3362
- # support.google.com/googleplay/android-developer/answer/10532353). Each time
3363
- # the supported locations substantially change, the version will be incremented.
3364
- # The latest supported version is available in this article. Using this field
3365
- # will ensure that creating and updating the resource with an older region's
3366
- # version and set of regional prices and currencies will succeed even though a
3367
- # new version is available.
3358
+ # for the specified resource. Regional prices and latest supported version for
3359
+ # the resource have to be specified according to the information published in [
3360
+ # this article](https://support.google.com/googleplay/android-developer/answer/
3361
+ # 10532353). Each time the supported locations substantially change, the version
3362
+ # will be incremented. Using this field will ensure that creating and updating
3363
+ # the resource with an older region's version and set of regional prices and
3364
+ # currencies will succeed even though a new version is available.
3368
3365
  # @param [String] fields
3369
3366
  # Selector specifying which fields to include in a partial response.
3370
3367
  # @param [String] quota_user
@@ -3592,14 +3589,13 @@ module Google
3592
3589
  # Defaults to latency-sensitive.
3593
3590
  # @param [String] regions_version_version
3594
3591
  # Required. A string representing the version of available regions being used
3595
- # for the specified resource. Regional prices for the resource have to be
3596
- # specified according to the information published in [this article](https://
3597
- # support.google.com/googleplay/android-developer/answer/10532353). Each time
3598
- # the supported locations substantially change, the version will be incremented.
3599
- # The latest supported version is available in this article. Using this field
3600
- # will ensure that creating and updating the resource with an older region's
3601
- # version and set of regional prices and currencies will succeed even though a
3602
- # new version is available.
3592
+ # for the specified resource. Regional prices and latest supported version for
3593
+ # the resource have to be specified according to the information published in [
3594
+ # this article](https://support.google.com/googleplay/android-developer/answer/
3595
+ # 10532353). Each time the supported locations substantially change, the version
3596
+ # will be incremented. Using this field will ensure that creating and updating
3597
+ # the resource with an older region's version and set of regional prices and
3598
+ # currencies will succeed even though a new version is available.
3603
3599
  # @param [String] update_mask
3604
3600
  # Required. The list of fields to be updated.
3605
3601
  # @param [String] fields
@@ -3865,7 +3861,9 @@ module Google
3865
3861
  # The package name of the application for which this subscription was purchased (
3866
3862
  # for example, 'com.some.thing').
3867
3863
  # @param [String] subscription_id
3868
- # The purchased subscription ID (for example, 'monthly001').
3864
+ # Note: Since May 21, 2025, subscription_id is not required, and not recommended
3865
+ # for subscription with add-ons. The purchased subscription ID (for example, '
3866
+ # monthly001').
3869
3867
  # @param [String] token
3870
3868
  # The token provided to the user's device when the subscription was purchased.
3871
3869
  # @param [Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest] subscription_purchases_acknowledge_request_object
@@ -3904,7 +3902,9 @@ module Google
3904
3902
  # The package name of the application for which this subscription was purchased (
3905
3903
  # for example, 'com.some.thing').
3906
3904
  # @param [String] subscription_id
3907
- # The purchased subscription ID (for example, 'monthly001').
3905
+ # Note: Since May 21, 2025, subscription_id is not required, and not recommended
3906
+ # for subscription with add-ons. The purchased subscription ID (for example, '
3907
+ # monthly001').
3908
3908
  # @param [String] token
3909
3909
  # The token provided to the user's device when the subscription was purchased.
3910
3910
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-androidpublisher_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.80.0
4
+ version: 0.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.80.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.81.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
62
62
  rdoc_options: []
63
63
  require_paths: