Skip to content

Commit e2fb9e0

Browse files
feat: Automated regeneration of paymentsresellersubscription v1 client (googleapis#23986)
Auto-created at 2025-08-17 10:54:13 +0000 using the toys pull request generator.
1 parent 641a24f commit e2fb9e0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-paymentsresellersubscription_v1
22

3+
### v0.56.0 (2025-08-17)
4+
5+
* Regenerated from discovery document revision 20250814
6+
37
### v0.55.0 (2025-08-10)
48

59
* Regenerated from discovery document revision 20250808

generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/classes.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,8 +1482,10 @@ class SubscriptionUpgradeDowngradeDetails
14821482
# @return [String]
14831483
attr_accessor :billing_cycle_spec
14841484

1485-
# Required. The previous subscription id to be replaced. This is not the full
1486-
# resource name, use the subscription_id segment only.
1485+
# Required. The previous subscription id to be replaced. The format can be one
1486+
# of the following: 1. `subscription_id`: the old subscription id under the same
1487+
# partner_id. 2. `partners/`partner_id`/subscriptions/`subscription_id``. A
1488+
# different partner_id is allowed. But they must be under the same partner group.
14871489
# Corresponds to the JSON property `previousSubscriptionId`
14881490
# @return [String]
14891491
attr_accessor :previous_subscription_id

generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PaymentsresellersubscriptionV1
1818
# Version of the google-apis-paymentsresellersubscription_v1 gem
19-
GEM_VERSION = "0.55.0"
19+
GEM_VERSION = "0.56.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250808"
25+
REVISION = "20250814"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)