Skip to content

Commit 4893c8e

Browse files
1 parent 2c13b26 commit 4893c8e

File tree

6 files changed

+45
-33
lines changed

6 files changed

+45
-33
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-rev20240821-2.0.0</version>
25+
<version>v3-rev20240912-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-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240912-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: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ public final class AutoRenewingBasePlanType extends com.google.api.client.json.G
4040
private java.lang.String accountHoldDuration;
4141

4242
/**
43-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
44-
* periods, refer to the help center.
43+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
44+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
45+
* plan is created.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
@@ -113,17 +114,19 @@ public AutoRenewingBasePlanType setAccountHoldDuration(java.lang.String accountH
113114
}
114115

115116
/**
116-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
117-
* periods, refer to the help center.
117+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
118+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
119+
* plan is created.
118120
* @return value or {@code null} for none
119121
*/
120122
public java.lang.String getBillingPeriodDuration() {
121123
return billingPeriodDuration;
122124
}
123125

124126
/**
125-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
126-
* periods, refer to the help center.
127+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
128+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
129+
* plan is created.
127130
* @param billingPeriodDuration billingPeriodDuration or {@code null} for none
128131
*/
129132
public AutoRenewingBasePlanType setBillingPeriodDuration(java.lang.String billingPeriodDuration) {

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

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,17 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
4040
private java.lang.String accountHoldDuration;
4141

4242
/**
43-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
44-
* periods, refer to the help center.
43+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
44+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
45+
* plan is created.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
4849
private java.lang.String billingPeriodDuration;
4950

5051
/**
51-
* Required. The number of payments the user is committed to.
52+
* Required. Immutable. The number of payments the user is committed to. It is immutable after the
53+
* base plan is created.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
@@ -72,8 +74,8 @@ public final class InstallmentsBasePlanType extends com.google.api.client.json.G
7274
private java.lang.String prorationMode;
7375

7476
/**
75-
* Required. Installments base plan renewal type. Determines the behavior at the end of the
76-
* initial commitment.
77+
* Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of
78+
* the initial commitment. The renewal type is immutable after the base plan is created.
7779
* The value may be {@code null}.
7880
*/
7981
@com.google.api.client.util.Key
@@ -109,17 +111,19 @@ public InstallmentsBasePlanType setAccountHoldDuration(java.lang.String accountH
109111
}
110112

111113
/**
112-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
113-
* periods, refer to the help center.
114+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
115+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
116+
* plan is created.
114117
* @return value or {@code null} for none
115118
*/
116119
public java.lang.String getBillingPeriodDuration() {
117120
return billingPeriodDuration;
118121
}
119122

120123
/**
121-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
122-
* periods, refer to the help center.
124+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
125+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
126+
* plan is created.
123127
* @param billingPeriodDuration billingPeriodDuration or {@code null} for none
124128
*/
125129
public InstallmentsBasePlanType setBillingPeriodDuration(java.lang.String billingPeriodDuration) {
@@ -128,15 +132,17 @@ public InstallmentsBasePlanType setBillingPeriodDuration(java.lang.String billin
128132
}
129133

130134
/**
131-
* Required. The number of payments the user is committed to.
135+
* Required. Immutable. The number of payments the user is committed to. It is immutable after the
136+
* base plan is created.
132137
* @return value or {@code null} for none
133138
*/
134139
public java.lang.Integer getCommittedPaymentsCount() {
135140
return committedPaymentsCount;
136141
}
137142

138143
/**
139-
* Required. The number of payments the user is committed to.
144+
* Required. Immutable. The number of payments the user is committed to. It is immutable after the
145+
* base plan is created.
140146
* @param committedPaymentsCount committedPaymentsCount or {@code null} for none
141147
*/
142148
public InstallmentsBasePlanType setCommittedPaymentsCount(java.lang.Integer committedPaymentsCount) {
@@ -185,17 +191,17 @@ public InstallmentsBasePlanType setProrationMode(java.lang.String prorationMode)
185191
}
186192

187193
/**
188-
* Required. Installments base plan renewal type. Determines the behavior at the end of the
189-
* initial commitment.
194+
* Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of
195+
* the initial commitment. The renewal type is immutable after the base plan is created.
190196
* @return value or {@code null} for none
191197
*/
192198
public java.lang.String getRenewalType() {
193199
return renewalType;
194200
}
195201

196202
/**
197-
* Required. Installments base plan renewal type. Determines the behavior at the end of the
198-
* initial commitment.
203+
* Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of
204+
* the initial commitment. The renewal type is immutable after the base plan is created.
199205
* @param renewalType renewalType or {@code null} for none
200206
*/
201207
public InstallmentsBasePlanType setRenewalType(java.lang.String renewalType) {

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
public final class PrepaidBasePlanType extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
36-
* periods, refer to the help center.
35+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
36+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
37+
* plan is created.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -48,17 +49,19 @@ public final class PrepaidBasePlanType extends com.google.api.client.json.Generi
4849
private java.lang.String timeExtension;
4950

5051
/**
51-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
52-
* periods, refer to the help center.
52+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
53+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
54+
* plan is created.
5355
* @return value or {@code null} for none
5456
*/
5557
public java.lang.String getBillingPeriodDuration() {
5658
return billingPeriodDuration;
5759
}
5860

5961
/**
60-
* Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing
61-
* periods, refer to the help center.
62+
* Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of
63+
* acceptable billing periods, refer to the help center. The duration is immutable after the base
64+
* plan is created.
6265
* @param billingPeriodDuration billingPeriodDuration or {@code null} for none
6366
*/
6467
public PrepaidBasePlanType setBillingPeriodDuration(java.lang.String billingPeriodDuration) {

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-rev20240821-2.0.0</version>
12-
<name>Google Play Android Developer API v3-rev20240821-2.0.0</name>
11+
<version>v3-rev20240912-2.0.0</version>
12+
<name>Google Play Android Developer API v3-rev20240912-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-rev20240821-2.0.0</version>
25+
<version>v3-rev20240912-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-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240912-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)