Skip to content

Commit 62b1c85

Browse files
feat: Automated regeneration of paymentsresellersubscription v1 client (#10076)
Auto-created at 2022-06-15 11:41:00 +0000 using the toys pull request generator.
1 parent eeb4263 commit 62b1c85

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md

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

3+
### v0.14.0 (2022-06-15)
4+
5+
* Regenerated from discovery document revision 20220614
6+
* Regenerated using generator version 0.6.0
7+
38
### v0.13.0 (2022-06-07)
49

510
* Regenerated from discovery document revision 20220605

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def update!(**args)
5454
class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
5555
include Google::Apis::Core::Hashable
5656

57-
# LINT.IfChange A Subscription resource managed by 3P Partners.
57+
# A Subscription resource managed by 3P Partners.
5858
# Corresponds to the JSON property `subscription`
5959
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
6060
attr_accessor :subscription
@@ -112,7 +112,7 @@ def update!(**args)
112112
class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
113113
include Google::Apis::Core::Hashable
114114

115-
# LINT.IfChange A Subscription resource managed by 3P Partners.
115+
# A Subscription resource managed by 3P Partners.
116116
# Corresponds to the JSON property `subscription`
117117
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
118118
attr_accessor :subscription
@@ -517,7 +517,7 @@ def update!(**args)
517517
end
518518
end
519519

520-
# LINT.IfChange A Subscription resource managed by 3P Partners.
520+
# A Subscription resource managed by 3P Partners.
521521
class GoogleCloudPaymentsResellerSubscriptionV1Subscription
522522
include Google::Apis::Core::Hashable
523523

@@ -818,7 +818,7 @@ def update!(**args)
818818
class GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse
819819
include Google::Apis::Core::Hashable
820820

821-
# LINT.IfChange A Subscription resource managed by 3P Partners.
821+
# A Subscription resource managed by 3P Partners.
822822
# Corresponds to the JSON property `subscription`
823823
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1Subscription]
824824
attr_accessor :subscription

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

Lines changed: 3 additions & 3 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.13.0"
19+
GEM_VERSION = "0.14.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.5.0"
22+
GENERATOR_VERSION = "0.6.0"
2323

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

0 commit comments

Comments
 (0)