Skip to content

Commit 90e1cba

Browse files
chore: regenerate paymentsresellersubscription client (googleapis#29717)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent d2277f1 commit 90e1cba

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
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-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
}
3737
dependencies {
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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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>

clients/google-api-services-paymentsresellersubscription/v1/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)