Skip to content

Commit 2a4b239

Browse files
feat: Automated regeneration of paymentsresellersubscription v1 client (#12337)
Auto-created at 2022-10-15 11:08:02 +0000 using the toys pull request generator.
1 parent c2020b8 commit 2a4b239

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md

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

3-
### v0.22.0 (2022-10-04)
3+
### v0.22.0 (2022-10-15)
44

5-
* Regenerated from discovery document revision 20221002
5+
* Regenerated from discovery document revision 20221013
66

77
### v0.21.0 (2022-09-28)
88

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def update!(**args)
5252
class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest
5353
include Google::Apis::Core::Hashable
5454

55-
# Optional. If true, the subscription will be cancelled immediately. Otherwise,
56-
# the subscription will be cancelled at renewal_time, and therefore no prorated
57-
# refund will be issued for the rest of the cycle.
55+
# Optional. If true, Google will cancel the subscription immediately, and issue
56+
# a prorated refund for the remainder of the billing cycle. Otherwise, Google
57+
# defers the cancelation at renewal_time, and therefore, will not issue a refund.
5858
# Corresponds to the JSON property `cancelImmediately`
5959
# @return [Boolean]
6060
attr_accessor :cancel_immediately

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module PaymentsresellersubscriptionV1
2222
GENERATOR_VERSION = "0.10.0"
2323

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

0 commit comments

Comments
 (0)