Skip to content

Commit 1a59596

Browse files
1 parent 35c7d1e commit 1a59596

File tree

5 files changed

+51
-39
lines changed

5 files changed

+51
-39
lines changed

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
25-
<version>v3-rev20241216-2.0.0</version>
25+
<version>v3-rev20241217-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-androidpublisher:v3-rev20241216-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241217-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/AutoRenewingBasePlanType.java

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
3232

3333
/**
3434
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
35-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
36-
* the default value is P30D (30 days).
35+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
36+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
37+
* inclusive.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -49,9 +50,10 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
4950
private java.lang.String billingPeriodDuration;
5051

5152
/**
52-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
53-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
54-
* default value will be used based on the recurring period duration.
53+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
54+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
55+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
56+
* accountHoldDuration must be between P30D and P60D days, inclusive.
5557
* The value may be {@code null}.
5658
*/
5759
@com.google.api.client.util.Key
@@ -94,8 +96,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
9496

9597
/**
9698
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
97-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
98-
* the default value is P30D (30 days).
99+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
100+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
101+
* inclusive.
99102
* @return value or {@code null} for none
100103
*/
101104
public java.lang.String getAccountHoldDuration() {
@@ -104,8 +107,9 @@ public java.lang.String getAccountHoldDuration() {
104107

105108
/**
106109
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
107-
* values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified,
108-
* the default value is P30D (30 days).
110+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
111+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
112+
* inclusive.
109113
* @param accountHoldDuration accountHoldDuration or {@code null} for none
110114
*/
111115
public AutoRenewingBasePlanType setAccountHoldDuration(java.lang.String accountHoldDuration) {
@@ -135,19 +139,21 @@ public AutoRenewingBasePlanType setBillingPeriodDuration(java.lang.String billin
135139
}
136140

137141
/**
138-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
139-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
140-
* default value will be used based on the recurring period duration.
142+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
143+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
144+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
145+
* accountHoldDuration must be between P30D and P60D days, inclusive.
141146
* @return value or {@code null} for none
142147
*/
143148
public java.lang.String getGracePeriodDuration() {
144149
return gracePeriodDuration;
145150
}
146151

147152
/**
148-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
149-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
150-
* default value will be used based on the recurring period duration.
153+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
154+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
155+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
156+
* accountHoldDuration must be between P30D and P60D days, inclusive.
151157
* @param gracePeriodDuration gracePeriodDuration or {@code null} for none
152158
*/
153159
public AutoRenewingBasePlanType setGracePeriodDuration(java.lang.String gracePeriodDuration) {

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/InstallmentsBasePlanType.java

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
public final class InstallmentsBasePlanType extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Account hold period of the subscription, specified exclusively in days and in ISO
35-
* 8601 format. Acceptable values are P0D (zero days) to P30D (30days). If not specified, the
36-
* default value is P30D (30 days).
34+
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
35+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
36+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
37+
* inclusive.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -57,9 +58,10 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
5758
private java.lang.Integer committedPaymentsCount;
5859

5960
/**
60-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
61-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
62-
* default value will be used based on the recurring period duration.
61+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
62+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
63+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
64+
* accountHoldDuration must be between P30D and P60D days, inclusive.
6365
* The value may be {@code null}.
6466
*/
6567
@com.google.api.client.util.Key
@@ -90,19 +92,21 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
9092
private java.lang.String resubscribeState;
9193

9294
/**
93-
* Optional. Account hold period of the subscription, specified exclusively in days and in ISO
94-
* 8601 format. Acceptable values are P0D (zero days) to P30D (30days). If not specified, the
95-
* default value is P30D (30 days).
95+
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
96+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
97+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
98+
* inclusive.
9699
* @return value or {@code null} for none
97100
*/
98101
public java.lang.String getAccountHoldDuration() {
99102
return accountHoldDuration;
100103
}
101104

102105
/**
103-
* Optional. Account hold period of the subscription, specified exclusively in days and in ISO
104-
* 8601 format. Acceptable values are P0D (zero days) to P30D (30days). If not specified, the
105-
* default value is P30D (30 days).
106+
* Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable
107+
* values must be in days and between P0D and P60D. If not specified, the default value is P30D.
108+
* The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days,
109+
* inclusive.
106110
* @param accountHoldDuration accountHoldDuration or {@code null} for none
107111
*/
108112
public InstallmentsBasePlanType setAccountHoldDuration(java.lang.String accountHoldDuration) {
@@ -151,19 +155,21 @@ public InstallmentsBasePlanType setCommittedPaymentsCount(java.lang.Integer comm
151155
}
152156

153157
/**
154-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
155-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
156-
* default value will be used based on the recurring period duration.
158+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
159+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
160+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
161+
* accountHoldDuration must be between P30D and P60D days, inclusive.
157162
* @return value or {@code null} for none
158163
*/
159164
public java.lang.String getGracePeriodDuration() {
160165
return gracePeriodDuration;
161166
}
162167

163168
/**
164-
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values are P0D (zero
165-
* days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a
166-
* default value will be used based on the recurring period duration.
169+
* Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in
170+
* days and between P0D and the lesser of 30D and base plan billing period. If not specified, a
171+
* default value will be used based on the billing period. The sum of gracePeriodDuration and
172+
* accountHoldDuration must be between P30D and P60D days, inclusive.
167173
* @param gracePeriodDuration gracePeriodDuration or {@code null} for none
168174
*/
169175
public InstallmentsBasePlanType setGracePeriodDuration(java.lang.String gracePeriodDuration) {

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
11-
<version>v3-rev20241216-2.0.0</version>
12-
<name>Google Play Android Developer API v3-rev20241216-2.0.0</name>
11+
<version>v3-rev20241217-2.0.0</version>
12+
<name>Google Play Android Developer API v3-rev20241217-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/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-androidpublisher</artifactId>
25-
<version>v3-rev20241216-2.0.0</version>
25+
<version>v3-rev20241217-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-androidpublisher:v3-rev20241216-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241217-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)