You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/classes.rb
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1482,8 +1482,10 @@ class SubscriptionUpgradeDowngradeDetails
1482
1482
# @return [String]
1483
1483
attr_accessor:billing_cycle_spec
1484
1484
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.
1487
1489
# Corresponds to the JSON property `previousSubscriptionId`
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
modulePaymentsresellersubscriptionV1
18
18
# Version of the google-apis-paymentsresellersubscription_v1 gem
19
-
GEM_VERSION="0.55.0"
19
+
GEM_VERSION="0.56.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
0 commit comments