Skip to content

Commit a71c4fc

Browse files
1 parent a1f7866 commit a71c4fc

File tree

4 files changed

+6
-36
lines changed

4 files changed

+6
-36
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-rev20251211-2.0.0</version>
25+
<version>v3-rev20251215-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-rev20251211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20251215-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
@SuppressWarnings("javadoc")
3737
public final class ProrationPeriodDetails extends com.google.api.client.json.GenericJson {
3838

39-
/**
40-
* The last order id of the original subscription purchase prior to the plan change. This is only
41-
* populated if this proration period is from an ugrade/downgrade from a previous subscription and
42-
* carries the remaining offer phase from the linked order of the previous subscription.
43-
* The value may be {@code null}.
44-
*/
45-
@com.google.api.client.util.Key
46-
private java.lang.String linkedOrderId;
47-
4839
/**
4940
* Represent the original offer phase from the purchased the line item if the proration period
5041
* contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may
@@ -55,27 +46,6 @@ public final class ProrationPeriodDetails extends com.google.api.client.json.Gen
5546
@com.google.api.client.util.Key
5647
private java.lang.String originalOfferPhase;
5748

58-
/**
59-
* The last order id of the original subscription purchase prior to the plan change. This is only
60-
* populated if this proration period is from an ugrade/downgrade from a previous subscription and
61-
* carries the remaining offer phase from the linked order of the previous subscription.
62-
* @return value or {@code null} for none
63-
*/
64-
public java.lang.String getLinkedOrderId() {
65-
return linkedOrderId;
66-
}
67-
68-
/**
69-
* The last order id of the original subscription purchase prior to the plan change. This is only
70-
* populated if this proration period is from an ugrade/downgrade from a previous subscription and
71-
* carries the remaining offer phase from the linked order of the previous subscription.
72-
* @param linkedOrderId linkedOrderId or {@code null} for none
73-
*/
74-
public ProrationPeriodDetails setLinkedOrderId(java.lang.String linkedOrderId) {
75-
this.linkedOrderId = linkedOrderId;
76-
return this;
77-
}
78-
7949
/**
8050
* Represent the original offer phase from the purchased the line item if the proration period
8151
* contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may

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

0 commit comments

Comments
 (0)