diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java
index 684e6d597cf..9b39e9b1106 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/CancelSubscriptionRequest.java
@@ -33,7 +33,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
/**
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
- * Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
+ * Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
* subscriptions must use this option currently. However, the user will still have access to the
* subscription until the end of the billing cycle.
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class CancelSubscriptionRequest extends com.google.api.client.json.
/**
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
- * Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
+ * Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
* subscriptions must use this option currently. However, the user will still have access to the
* subscription until the end of the billing cycle.
* @return value or {@code null} for none
@@ -63,7 +63,7 @@ public java.lang.Boolean getCancelImmediately() {
/**
* Optional. If true, Google will cancel the subscription immediately, and may or may not (based
* on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise,
- * Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube
+ * Google defers the cancellation at renewal_time, and will not issue a refund. - YouTube
* subscriptions must use this option currently. However, the user will still have access to the
* subscription until the end of the billing cycle.
* @param cancelImmediately cancelImmediately or {@code null} for none
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java
index 49e863fef0d..794480a4c05 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FindEligiblePromotionsRequest.java
@@ -46,17 +46,17 @@ public final class FindEligiblePromotionsRequest extends com.google.api.client.j
/**
* Optional. The maximum number of promotions to return. The service may return fewer than this
- * value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
- * above 1000 will be coerced to 1000.
+ * value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
+ * values above 1000 will be coerced to 1000.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer pageSize;
/**
- * Optional. A page token, received from a previous `ListPromotions` call. Provide this to
+ * Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
* retrieve the subsequent page. When paginating, all other parameters provided to
- * `ListPromotions` must match the call that provided the page token.
+ * `FindEligiblePromotions` must match the call that provided the page token.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -95,8 +95,8 @@ public FindEligiblePromotionsRequest setFilter(java.lang.String filter) {
/**
* Optional. The maximum number of promotions to return. The service may return fewer than this
- * value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
- * above 1000 will be coerced to 1000.
+ * value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
+ * values above 1000 will be coerced to 1000.
* @return value or {@code null} for none
*/
public java.lang.Integer getPageSize() {
@@ -105,8 +105,8 @@ public java.lang.Integer getPageSize() {
/**
* Optional. The maximum number of promotions to return. The service may return fewer than this
- * value. If unspecified, at most 50 products will be returned. The maximum value is 1000; values
- * above 1000 will be coerced to 1000.
+ * value. If unspecified, at most 50 promotions will be returned. The maximum value is 1000;
+ * values above 1000 will be coerced to 1000.
* @param pageSize pageSize or {@code null} for none
*/
public FindEligiblePromotionsRequest setPageSize(java.lang.Integer pageSize) {
@@ -115,9 +115,9 @@ public FindEligiblePromotionsRequest setPageSize(java.lang.Integer pageSize) {
}
/**
- * Optional. A page token, received from a previous `ListPromotions` call. Provide this to
+ * Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
* retrieve the subsequent page. When paginating, all other parameters provided to
- * `ListPromotions` must match the call that provided the page token.
+ * `FindEligiblePromotions` must match the call that provided the page token.
* @return value or {@code null} for none
*/
public java.lang.String getPageToken() {
@@ -125,9 +125,9 @@ public java.lang.String getPageToken() {
}
/**
- * Optional. A page token, received from a previous `ListPromotions` call. Provide this to
+ * Optional. A page token, received from a previous `FindEligiblePromotions` call. Provide this to
* retrieve the subsequent page. When paginating, all other parameters provided to
- * `ListPromotions` must match the call that provided the page token.
+ * `FindEligiblePromotions` must match the call that provided the page token.
* @param pageToken pageToken or {@code null} for none
*/
public FindEligiblePromotionsRequest setPageToken(java.lang.String pageToken) {
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java
index a1eaa8ae177..dcc084c14ec 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/FiniteBillingCycleDetails.java
@@ -17,7 +17,7 @@
package com.google.api.services.paymentsresellersubscription.v1.model;
/**
- * Details for a subscriptiin line item with finite billing cycles.
+ * Details for a subscription line item with finite billing cycles.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Payments Reseller Subscription API. For a detailed
@@ -31,7 +31,7 @@
public final class FiniteBillingCycleDetails extends com.google.api.client.json.GenericJson {
/**
- * Required. The number of a subscription line item billing cycles after which billing will stop
+ * The number of a subscription line item billing cycles after which billing will stop
* automatically.
* The value may be {@code null}.
*/
@@ -39,7 +39,7 @@ public final class FiniteBillingCycleDetails extends com.google.api.client.json.
private java.lang.Long billingCycleCountLimit;
/**
- * Required. The number of a subscription line item billing cycles after which billing will stop
+ * The number of a subscription line item billing cycles after which billing will stop
* automatically.
* @return value or {@code null} for none
*/
@@ -48,7 +48,7 @@ public java.lang.Long getBillingCycleCountLimit() {
}
/**
- * Required. The number of a subscription line item billing cycles after which billing will stop
+ * The number of a subscription line item billing cycles after which billing will stop
* automatically.
* @param billingCycleCountLimit billingCycleCountLimit or {@code null} for none
*/
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java
index f21dc2abc3f..808e0673cbb 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Product.java
@@ -68,7 +68,7 @@ public final class Product extends com.google.api.client.json.GenericJson {
private java.lang.String productType;
/**
- * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
+ * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
* to: https://en.wikipedia.org/wiki/ISO_3166-1
* The value may be {@code null}.
*/
@@ -185,7 +185,7 @@ public Product setProductType(java.lang.String productType) {
}
/**
- * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
+ * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
* to: https://en.wikipedia.org/wiki/ISO_3166-1
* @return value or {@code null} for none
*/
@@ -194,7 +194,7 @@ public java.util.List getRegionCodes() {
}
/**
- * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refers
+ * Output only. 2-letter ISO region code where the product is available in. Ex. "US" Please refer
* to: https://en.wikipedia.org/wiki/ISO_3166-1
* @param regionCodes regionCodes or {@code null} for none
*/
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java
index 211adeb7237..46fcb27b20a 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/Promotion.java
@@ -78,7 +78,7 @@ public final class Promotion extends com.google.api.client.json.GenericJson {
/**
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
- * refers to: https://en.wikipedia.org/wiki/ISO_3166-1
+ * refer to: https://en.wikipedia.org/wiki/ISO_3166-1
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -217,7 +217,7 @@ public Promotion setPromotionType(java.lang.String promotionType) {
/**
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
- * refers to: https://en.wikipedia.org/wiki/ISO_3166-1
+ * refer to: https://en.wikipedia.org/wiki/ISO_3166-1
* @return value or {@code null} for none
*/
public java.util.List getRegionCodes() {
@@ -226,7 +226,7 @@ public java.util.List getRegionCodes() {
/**
* Output only. 2-letter ISO region code where the promotion is available in. Ex. "US" Please
- * refers to: https://en.wikipedia.org/wiki/ISO_3166-1
+ * refer to: https://en.wikipedia.org/wiki/ISO_3166-1
* @param regionCodes regionCodes or {@code null} for none
*/
public Promotion setRegionCodes(java.util.List regionCodes) {
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/SubscriptionLineItem.java b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/SubscriptionLineItem.java
index 2ad15e33cc5..1c066844212 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/SubscriptionLineItem.java
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/SubscriptionLineItem.java
@@ -103,8 +103,8 @@ public final class SubscriptionLineItem extends com.google.api.client.json.Gener
private SubscriptionLineItemOneTimeRecurrenceDetails oneTimeRecurrenceDetails;
/**
- * Required. Product resource name that identifies one the line item The format is
- * 'partners/{partner_id}/products/{product_id}'.
+ * Required. Product resource name that identifies the product associated with this line item. The
+ * format is 'partners/{partner_id}/products/{product_id}'.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -303,8 +303,8 @@ public SubscriptionLineItem setOneTimeRecurrenceDetails(SubscriptionLineItemOneT
}
/**
- * Required. Product resource name that identifies one the line item The format is
- * 'partners/{partner_id}/products/{product_id}'.
+ * Required. Product resource name that identifies the product associated with this line item. The
+ * format is 'partners/{partner_id}/products/{product_id}'.
* @return value or {@code null} for none
*/
public java.lang.String getProduct() {
@@ -312,8 +312,8 @@ public java.lang.String getProduct() {
}
/**
- * Required. Product resource name that identifies one the line item The format is
- * 'partners/{partner_id}/products/{product_id}'.
+ * Required. Product resource name that identifies the product associated with this line item. The
+ * format is 'partners/{partner_id}/products/{product_id}'.
* @param product product or {@code null} for none
*/
public SubscriptionLineItem setProduct(java.lang.String product) {
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml
index a5b39664533..e4f3f8cf959 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-paymentsresellersubscription
- v1-rev20251113-2.0.0
- Payments Reseller Subscription API v1-rev20251113-2.0.0
+ v1-rev20260202-2.0.0
+ Payments Reseller Subscription API v1-rev20260202-2.0.0
jar
2011
diff --git a/clients/google-api-services-paymentsresellersubscription/v1/README.md b/clients/google-api-services-paymentsresellersubscription/v1/README.md
index 0084fbab6e7..9832b71f16f 100644
--- a/clients/google-api-services-paymentsresellersubscription/v1/README.md
+++ b/clients/google-api-services-paymentsresellersubscription/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-paymentsresellersubscription
- v1-rev20251113-2.0.0
+ v1-rev20260202-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20260202-2.0.0'
}
```