File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-paymentsresellersubscription/v1
com/google/api/services/paymentsresellersubscription/v1/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff 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-rev20250929 -2.0.0</version >
25+ <version >v1-rev20251005 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250929 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20251005 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ public final class SubscriptionLineItem extends com.google.api.client.json.Gener
8787 @ com .google .api .client .util .Key
8888 private java .util .List <SubscriptionPromotionSpec > lineItemPromotionSpecs ;
8989
90+ /**
91+ * Identifier. Resource name of the line item. Format:
92+ * partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}
93+ * The value may be {@code null}.
94+ */
95+ @ com .google .api .client .util .Key
96+ private java .lang .String name ;
97+
9098 /**
9199 * Output only. Details only set for a ONE_TIME recurrence line item.
92100 * The value may be {@code null}.
@@ -258,6 +266,25 @@ public SubscriptionLineItem setLineItemPromotionSpecs(java.util.List<Subscriptio
258266 return this ;
259267 }
260268
269+ /**
270+ * Identifier. Resource name of the line item. Format:
271+ * partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}
272+ * @return value or {@code null} for none
273+ */
274+ public java .lang .String getName () {
275+ return name ;
276+ }
277+
278+ /**
279+ * Identifier. Resource name of the line item. Format:
280+ * partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}
281+ * @param name name or {@code null} for none
282+ */
283+ public SubscriptionLineItem setName (java .lang .String name ) {
284+ this .name = name ;
285+ return this ;
286+ }
287+
261288 /**
262289 * Output only. Details only set for a ONE_TIME recurrence line item.
263290 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-paymentsresellersubscription</artifactId >
11- <version >v1-rev20250929 -2.0.0</version >
12- <name >Payments Reseller Subscription API v1-rev20250929 -2.0.0</name >
11+ <version >v1-rev20251005 -2.0.0</version >
12+ <name >Payments Reseller Subscription API v1-rev20251005 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250929 -2.0.0</version >
25+ <version >v1-rev20251005 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250929 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20251005 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments