Skip to content

Commit 48d8ff2

Browse files
chore: regenerate paymentsresellersubscription client
1 parent 5ec85f7 commit 48d8ff2

File tree

10 files changed

+61
-61
lines changed

10 files changed

+61
-61
lines changed

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-paymentsresellersubscription</artifactId>
25-
<version>v1-rev20251113-2.0.0</version>
25+
<version>v1-rev20260202-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20251113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20260202-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/PaymentsResellerSubscription.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public class Products {
175175

176176
/**
177177
* Currently, it doesn't support **YouTube** products. Retrieves the products that can be resold by
178-
* the partner. It should be autenticated with a service account.
178+
* the partner. It should be authenticated with a service account.
179179
*
180180
* Create a request for the method "products.list".
181181
*
@@ -201,7 +201,7 @@ public class List extends PaymentsResellerSubscriptionRequest<com.google.api.ser
201201

202202
/**
203203
* Currently, it doesn't support **YouTube** products. Retrieves the products that can be resold
204-
* by the partner. It should be autenticated with a service account.
204+
* by the partner. It should be authenticated with a service account.
205205
*
206206
* Create a request for the method "products.list".
207207
*
@@ -430,7 +430,7 @@ public Promotions promotions() {
430430
public class Promotions {
431431

432432
/**
433-
* Currently, it is only enabeld for **YouTube**. Finds eligible promotions for the current user.
433+
* Currently, it is only enabled for **YouTube**. Finds eligible promotions for the current user.
434434
* The API requires user authorization via OAuth. The bare minimum oauth scope `openid` is
435435
* sufficient, which will skip the consent screen.
436436
*
@@ -458,7 +458,7 @@ public class FindEligible extends PaymentsResellerSubscriptionRequest<com.google
458458
java.util.regex.Pattern.compile("^partners/[^/]+$");
459459

460460
/**
461-
* Currently, it is only enabeld for **YouTube**. Finds eligible promotions for the current user.
461+
* Currently, it is only enabled for **YouTube**. Finds eligible promotions for the current user.
462462
* The API requires user authorization via OAuth. The bare minimum oauth scope `openid` is
463463
* sufficient, which will skip the consent screen.
464464
*
@@ -567,7 +567,7 @@ public FindEligible set(String parameterName, Object value) {
567567
}
568568
/**
569569
* Currently, it doesn't support **YouTube** promotions. Retrieves the promotions, such as free
570-
* trial, that can be used by the partner. It should be autenticated with a service account.
570+
* trial, that can be used by the partner. It should be authenticated with a service account.
571571
*
572572
* Create a request for the method "promotions.list".
573573
*
@@ -593,7 +593,7 @@ public class List extends PaymentsResellerSubscriptionRequest<com.google.api.ser
593593

594594
/**
595595
* Currently, it doesn't support **YouTube** promotions. Retrieves the promotions, such as free
596-
* trial, that can be used by the partner. It should be autenticated with a service account.
596+
* trial, that can be used by the partner. It should be authenticated with a service account.
597597
*
598598
* Create a request for the method "promotions.list".
599599
*
@@ -747,23 +747,23 @@ public List setFilter(java.lang.String filter) {
747747

748748
/**
749749
* Optional. The maximum number of promotions to return. The service may return fewer than
750-
* this value. If unspecified, at most 50 products will be returned. The maximum value is
750+
* this value. If unspecified, at most 50 promotions will be returned. The maximum value is
751751
* 1000; values above 1000 will be coerced to 1000.
752752
*/
753753
@com.google.api.client.util.Key
754754
private java.lang.Integer pageSize;
755755

756756
/** Optional. The maximum number of promotions to return. The service may return fewer than this value.
757-
If unspecified, at most 50 products will be returned. The maximum value is 1000; values above 1000
758-
will be coerced to 1000.
757+
If unspecified, at most 50 promotions will be returned. The maximum value is 1000; values above
758+
1000 will be coerced to 1000.
759759
*/
760760
public java.lang.Integer getPageSize() {
761761
return pageSize;
762762
}
763763

764764
/**
765765
* Optional. The maximum number of promotions to return. The service may return fewer than
766-
* this value. If unspecified, at most 50 products will be returned. The maximum value is
766+
* this value. If unspecified, at most 50 promotions will be returned. The maximum value is
767767
* 1000; values above 1000 will be coerced to 1000.
768768
*/
769769
public List setPageSize(java.lang.Integer pageSize) {
@@ -1109,24 +1109,24 @@ public Create setParent(java.lang.String parent) {
11091109

11101110
/**
11111111
* Required. Identifies the subscription resource on the Partner side. The value is
1112-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1113-
* created with the same subscription_id, we will directly return that one.
1112+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1113+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
11141114
*/
11151115
@com.google.api.client.util.Key
11161116
private java.lang.String subscriptionId;
11171117

11181118
/** Required. Identifies the subscription resource on the Partner side. The value is restricted to 63
1119-
ASCII characters at the maximum. If a subscription was previously created with the same
1120-
subscription_id, we will directly return that one.
1119+
ASCII characters at the maximum. If a subscription with the same ID already exists, the creation
1120+
fails with an `ALREADY_EXISTS` error.
11211121
*/
11221122
public java.lang.String getSubscriptionId() {
11231123
return subscriptionId;
11241124
}
11251125

11261126
/**
11271127
* Required. Identifies the subscription resource on the Partner side. The value is
1128-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1129-
* created with the same subscription_id, we will directly return that one.
1128+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1129+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
11301130
*/
11311131
public Create setSubscriptionId(java.lang.String subscriptionId) {
11321132
this.subscriptionId = subscriptionId;
@@ -1753,24 +1753,24 @@ public Provision setCycleOptionsInitialCycleDurationUnit(java.lang.String cycleO
17531753

17541754
/**
17551755
* Required. Identifies the subscription resource on the Partner side. The value is
1756-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1757-
* created with the same subscription_id, we will directly return that one.
1756+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1757+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
17581758
*/
17591759
@com.google.api.client.util.Key
17601760
private java.lang.String subscriptionId;
17611761

17621762
/** Required. Identifies the subscription resource on the Partner side. The value is restricted to 63
1763-
ASCII characters at the maximum. If a subscription was previously created with the same
1764-
subscription_id, we will directly return that one.
1763+
ASCII characters at the maximum. If a subscription with the same ID already exists, the creation
1764+
fails with an `ALREADY_EXISTS` error.
17651765
*/
17661766
public java.lang.String getSubscriptionId() {
17671767
return subscriptionId;
17681768
}
17691769

17701770
/**
17711771
* Required. Identifies the subscription resource on the Partner side. The value is
1772-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1773-
* created with the same subscription_id, we will directly return that one.
1772+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1773+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
17741774
*/
17751775
public Provision setSubscriptionId(java.lang.String subscriptionId) {
17761776
this.subscriptionId = subscriptionId;
@@ -2239,7 +2239,7 @@ public LineItems lineItems() {
22392239
public class LineItems {
22402240

22412241
/**
2242-
* Updates a line item of a subscription. It should be autenticated with a service account.
2242+
* Updates a line item of a subscription. It should be authenticated with a service account.
22432243
*
22442244
* Create a request for the method "lineItems.patch".
22452245
*
@@ -2266,7 +2266,7 @@ public class Patch extends PaymentsResellerSubscriptionRequest<com.google.api.se
22662266
java.util.regex.Pattern.compile("^partners/[^/]+/subscriptions/[^/]+/lineItems/[^/]+$");
22672267

22682268
/**
2269-
* Updates a line item of a subscription. It should be autenticated with a service account.
2269+
* Updates a line item of a subscription. It should be authenticated with a service account.
22702270
*
22712271
* Create a request for the method "lineItems.patch".
22722272
*

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
3333
/**
3434
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
3535
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
36-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
36+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
3737
* subscriptions must use this option currently. However, the user will still have access to the
3838
* subscription until the end of the billing cycle.
3939
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
5151
/**
5252
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
5353
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
54-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
54+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
5555
* subscriptions must use this option currently. However, the user will still have access to the
5656
* subscription until the end of the billing cycle.
5757
* @return value or {@code null} for none
@@ -63,7 +63,7 @@ public java.lang.Boolean getCancelImmediately() {
6363
/**
6464
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
6565
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
66-
* Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
66+
* Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
6767
* subscriptions must use this option currently. However, the user will still have access to the
6868
* subscription until the end of the billing cycle.
6969
* @param cancelImmediately cancelImmediately or {@code null} for none

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ public final class FindEligiblePromotionsRequest extends com.google.api.client.j
4646

4747
/**
4848
* Optional. The maximum number of promotions to return. The service may return fewer than this
49-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
50-
* above 1000 will be coerced to 1000.
49+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
50+
* values above 1000 will be coerced to 1000.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
5454
private java.lang.Integer pageSize;
5555

5656
/**
57-
* Optional. A page token, received from a previous `ListPromotions` call. Provide this to
57+
* Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
5858
* retrieve the subsequent page. When paginating, all other parameters provided to
59-
* `ListPromotions` must match the call that provided the page token.
59+
* `FindEligiblePromotions` must match the call that provided the page token.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -95,8 +95,8 @@ public FindEligiblePromotionsRequest setFilter(java.lang.String filter) {
9595

9696
/**
9797
* Optional. The maximum number of promotions to return. The service may return fewer than this
98-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
99-
* above 1000 will be coerced to 1000.
98+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
99+
* values above 1000 will be coerced to 1000.
100100
* @return value or {@code null} for none
101101
*/
102102
public java.lang.Integer getPageSize() {
@@ -105,8 +105,8 @@ public java.lang.Integer getPageSize() {
105105

106106
/**
107107
* Optional. The maximum number of promotions to return. The service may return fewer than this
108-
* value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
109-
* above 1000 will be coerced to 1000.
108+
* value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
109+
* values above 1000 will be coerced to 1000.
110110
* @param pageSize pageSize or {@code null} for none
111111
*/
112112
public FindEligiblePromotionsRequest setPageSize(java.lang.Integer pageSize) {
@@ -115,19 +115,19 @@ public FindEligiblePromotionsRequest setPageSize(java.lang.Integer pageSize) {
115115
}
116116

117117
/**
118-
* Optional. A page token, received from a previous `ListPromotions` call. Provide this to
118+
* Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
119119
* retrieve the subsequent page. When paginating, all other parameters provided to
120-
* `ListPromotions` must match the call that provided the page token.
120+
* `FindEligiblePromotions` must match the call that provided the page token.
121121
* @return value or {@code null} for none
122122
*/
123123
public java.lang.String getPageToken() {
124124
return pageToken;
125125
}
126126

127127
/**
128-
* Optional. A page token, received from a previous `ListPromotions` call. Provide this to
128+
* Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
129129
* retrieve the subsequent page. When paginating, all other parameters provided to
130-
* `ListPromotions` must match the call that provided the page token.
130+
* `FindEligiblePromotions` must match the call that provided the page token.
131131
* @param pageToken pageToken or {@code null} for none
132132
*/
133133
public FindEligiblePromotionsRequest setPageToken(java.lang.String pageToken) {

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.paymentsresellersubscription.v1.model;
1818

1919
/**
20-
* Details for a subscriptiin line item with finite billing cycles.
20+
* Details for a subscription line item with finite billing cycles.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Payments Reseller Subscription API. For a detailed
@@ -31,15 +31,15 @@
3131
public final class FiniteBillingCycleDetails extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The number of a subscription line item billing cycles after which billing will stop
34+
* The number of a subscription line item billing cycles after which billing will stop
3535
* automatically.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3939
private java.lang.Long billingCycleCountLimit;
4040

4141
/**
42-
* Required. The number of a subscription line item billing cycles after which billing will stop
42+
* The number of a subscription line item billing cycles after which billing will stop
4343
* automatically.
4444
* @return value or {@code null} for none
4545
*/
@@ -48,7 +48,7 @@ public java.lang.Long getBillingCycleCountLimit() {
4848
}
4949

5050
/**
51-
* Required. The number of a subscription line item billing cycles after which billing will stop
51+
* The number of a subscription line item billing cycles after which billing will stop
5252
* automatically.
5353
* @param billingCycleCountLimit billingCycleCountLimit or {@code null} for none
5454
*/

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class Product extends com.google.api.client.json.GenericJson {
6868
private java.lang.String productType;
6969

7070
/**
71-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
71+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
7272
* to: https://en.wikipedia.org/wiki/ISO_3166-1
7373
* The value may be {@code null}.
7474
*/
@@ -185,7 +185,7 @@ public Product setProductType(java.lang.String productType) {
185185
}
186186

187187
/**
188-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
188+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
189189
* to: https://en.wikipedia.org/wiki/ISO_3166-1
190190
* @return value or {@code null} for none
191191
*/
@@ -194,7 +194,7 @@ public java.util.List<java.lang.String> getRegionCodes() {
194194
}
195195

196196
/**
197-
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
197+
* Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
198198
* to: https://en.wikipedia.org/wiki/ISO_3166-1
199199
* @param regionCodes regionCodes or {@code null} for none
200200
*/

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class Promotion extends com.google.api.client.json.GenericJson {
7878

7979
/**
8080
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
81-
* refers to: https://en.wikipedia.org/wiki/ISO_3166-1
81+
* refer to: https://en.wikipedia.org/wiki/ISO_3166-1
8282
* The value may be {@code null}.
8383
*/
8484
@com.google.api.client.util.Key
@@ -217,7 +217,7 @@ public Promotion setPromotionType(java.lang.String promotionType) {
217217

218218
/**
219219
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
220-
* refers to: https://en.wikipedia.org/wiki/ISO_3166-1
220+
* refer to: https://en.wikipedia.org/wiki/ISO_3166-1
221221
* @return value or {@code null} for none
222222
*/
223223
public java.util.List<java.lang.String> getRegionCodes() {
@@ -226,7 +226,7 @@ public java.util.List<java.lang.String> getRegionCodes() {
226226

227227
/**
228228
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
229-
* refers to: https://en.wikipedia.org/wiki/ISO_3166-1
229+
* refer to: https://en.wikipedia.org/wiki/ISO_3166-1
230230
* @param regionCodes regionCodes or {@code null} for none
231231
*/
232232
public Promotion setRegionCodes(java.util.List<java.lang.String> regionCodes) {

0 commit comments

Comments
 (0)