Skip to content

Commit 395980c

Browse files
1 parent 72d6f7b commit 395980c

File tree

5 files changed

+6
-103
lines changed

5 files changed

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

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

Lines changed: 0 additions & 67 deletions
This file was deleted.

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ public final class ExternalTransaction extends com.google.api.client.json.Generi
5454
@com.google.api.client.util.Key
5555
private Price currentTaxAmount;
5656

57-
/**
58-
* Optional. Details about the first time a user/device completed a transaction using external
59-
* offers. Not required for transactions made using user choice billing or alternative billing
60-
* only.
61-
* The value may be {@code null}.
62-
*/
63-
@com.google.api.client.util.Key
64-
private ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails;
65-
6657
/**
6758
* Output only. The id of this transaction. All transaction ids under the same package name must
6859
* be unique. Set when creating the external transaction.
@@ -207,27 +198,6 @@ public ExternalTransaction setCurrentTaxAmount(Price currentTaxAmount) {
207198
return this;
208199
}
209200

210-
/**
211-
* Optional. Details about the first time a user/device completed a transaction using external
212-
* offers. Not required for transactions made using user choice billing or alternative billing
213-
* only.
214-
* @return value or {@code null} for none
215-
*/
216-
public ExternalOfferInitialAcquisitionDetails getExternalOfferInitialAcquisitionDetails() {
217-
return externalOfferInitialAcquisitionDetails;
218-
}
219-
220-
/**
221-
* Optional. Details about the first time a user/device completed a transaction using external
222-
* offers. Not required for transactions made using user choice billing or alternative billing
223-
* only.
224-
* @param externalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails or {@code null} for none
225-
*/
226-
public ExternalTransaction setExternalOfferInitialAcquisitionDetails(ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails) {
227-
this.externalOfferInitialAcquisitionDetails = externalOfferInitialAcquisitionDetails;
228-
return this;
229-
}
230-
231201
/**
232202
* Output only. The id of this transaction. All transaction ids under the same package name must
233203
* be unique. Set when creating the external transaction.

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

0 commit comments

Comments
 (0)