Skip to content

Commit a0fc4df

Browse files
1 parent c67c468 commit a0fc4df

File tree

5 files changed

+31
-41
lines changed

5 files changed

+31
-41
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-rev20240709-2.0.0</version>
25+
<version>v3-rev20240805-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-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240805-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13323,11 +13323,9 @@ public Delete set(String parameterName, Object value) {
1332313323
}
1332413324
}
1332513325
/**
13326-
* Migrates subscribers who are receiving an historical subscription price to the currently-offered
13327-
* price for the specified region. Requests will cause price change notifications to be sent to
13328-
* users who are currently receiving an historical price older than the supplied timestamp.
13329-
* Subscribers who do not agree to the new price will have their subscription ended at the next
13330-
* renewal.
13326+
* Migrates subscribers from one or more legacy price cohorts to the current price. Requests result
13327+
* in Google Play notifying affected subscribers. Only up to 250 simultaneous legacy price cohorts
13328+
* are supported.
1333113329
*
1333213330
* Create a request for the method "basePlans.migratePrices".
1333313331
*
@@ -13354,11 +13352,9 @@ public class MigratePrices extends AndroidPublisherRequest<com.google.api.servic
1335413352
private static final String REST_PATH = "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:migratePrices";
1335513353

1335613354
/**
13357-
* Migrates subscribers who are receiving an historical subscription price to the currently-
13358-
* offered price for the specified region. Requests will cause price change notifications to be
13359-
* sent to users who are currently receiving an historical price older than the supplied
13360-
* timestamp. Subscribers who do not agree to the new price will have their subscription ended at
13361-
* the next renewal.
13355+
* Migrates subscribers from one or more legacy price cohorts to the current price. Requests
13356+
* result in Google Play notifying affected subscribers. Only up to 250 simultaneous legacy price
13357+
* cohorts are supported.
1336213358
*
1336313359
* Create a request for the method "basePlans.migratePrices".
1336413360
*

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

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.androidpublisher.model;
1818

1919
/**
20-
* Configuration for a price migration.
20+
* Configuration for migration of a legacy price cohort.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
@@ -31,20 +31,18 @@
3131
public final class RegionalPriceMigrationConfig extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers
35-
* on prices which were available at this cutoff time or later will stay on their existing price.
36-
* Subscribers on older prices will be migrated to the currently-offered price. The migrated
37-
* subscribers will receive a notification that they will be paying a different price. Subscribers
38-
* who do not agree to the new price will have their subscription ended at the next renewal.
34+
* Required. Subscribers in all legacy price cohorts before this time will be migrated to the
35+
* current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will
36+
* receive one or more notifications from Google Play about the price change. Price decreases
37+
* occur at the subscriber's next billing date. Price increases occur at the subscriber's next
38+
* billing date following a notification period that varies by region and price increase type.
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
4242
private String oldestAllowedPriceVersionTime;
4343

4444
/**
45-
* Optional. The behavior the caller wants users to see when there is a price increase during
46-
* migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. Note that the
47-
* first opt-out price increase migration for each app must be initiated in Play Console.
45+
* Optional. The requested type of price increase
4846
* The value may be {@code null}.
4947
*/
5048
@com.google.api.client.util.Key
@@ -58,23 +56,23 @@ public final class RegionalPriceMigrationConfig extends com.google.api.client.js
5856
private java.lang.String regionCode;
5957

6058
/**
61-
* Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers
62-
* on prices which were available at this cutoff time or later will stay on their existing price.
63-
* Subscribers on older prices will be migrated to the currently-offered price. The migrated
64-
* subscribers will receive a notification that they will be paying a different price. Subscribers
65-
* who do not agree to the new price will have their subscription ended at the next renewal.
59+
* Required. Subscribers in all legacy price cohorts before this time will be migrated to the
60+
* current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will
61+
* receive one or more notifications from Google Play about the price change. Price decreases
62+
* occur at the subscriber's next billing date. Price increases occur at the subscriber's next
63+
* billing date following a notification period that varies by region and price increase type.
6664
* @return value or {@code null} for none
6765
*/
6866
public String getOldestAllowedPriceVersionTime() {
6967
return oldestAllowedPriceVersionTime;
7068
}
7169

7270
/**
73-
* Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers
74-
* on prices which were available at this cutoff time or later will stay on their existing price.
75-
* Subscribers on older prices will be migrated to the currently-offered price. The migrated
76-
* subscribers will receive a notification that they will be paying a different price. Subscribers
77-
* who do not agree to the new price will have their subscription ended at the next renewal.
71+
* Required. Subscribers in all legacy price cohorts before this time will be migrated to the
72+
* current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will
73+
* receive one or more notifications from Google Play about the price change. Price decreases
74+
* occur at the subscriber's next billing date. Price increases occur at the subscriber's next
75+
* billing date following a notification period that varies by region and price increase type.
7876
* @param oldestAllowedPriceVersionTime oldestAllowedPriceVersionTime or {@code null} for none
7977
*/
8078
public RegionalPriceMigrationConfig setOldestAllowedPriceVersionTime(String oldestAllowedPriceVersionTime) {
@@ -83,19 +81,15 @@ public RegionalPriceMigrationConfig setOldestAllowedPriceVersionTime(String olde
8381
}
8482

8583
/**
86-
* Optional. The behavior the caller wants users to see when there is a price increase during
87-
* migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. Note that the
88-
* first opt-out price increase migration for each app must be initiated in Play Console.
84+
* Optional. The requested type of price increase
8985
* @return value or {@code null} for none
9086
*/
9187
public java.lang.String getPriceIncreaseType() {
9288
return priceIncreaseType;
9389
}
9490

9591
/**
96-
* Optional. The behavior the caller wants users to see when there is a price increase during
97-
* migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. Note that the
98-
* first opt-out price increase migration for each app must be initiated in Play Console.
92+
* Optional. The requested type of price increase
9993
* @param priceIncreaseType priceIncreaseType or {@code null} for none
10094
*/
10195
public RegionalPriceMigrationConfig setPriceIncreaseType(java.lang.String priceIncreaseType) {

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

0 commit comments

Comments
 (0)