Skip to content

Commit

Permalink
chore: regenerate androidpublisher client (#23602)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 8, 2024
1 parent 72d6f7b commit 395980c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v3-rev20240917-2.0.0</version>
<version>v3-rev20241003-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240917-2.0.0'
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241003-2.0.0'
}
```

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ public final class ExternalTransaction extends com.google.api.client.json.Generi
@com.google.api.client.util.Key
private Price currentTaxAmount;

/**
* Optional. Details about the first time a user/device completed a transaction using external
* offers. Not required for transactions made using user choice billing or alternative billing
* only.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails;

/**
* Output only. The id of this transaction. All transaction ids under the same package name must
* be unique. Set when creating the external transaction.
Expand Down Expand Up @@ -207,27 +198,6 @@ public ExternalTransaction setCurrentTaxAmount(Price currentTaxAmount) {
return this;
}

/**
* Optional. Details about the first time a user/device completed a transaction using external
* offers. Not required for transactions made using user choice billing or alternative billing
* only.
* @return value or {@code null} for none
*/
public ExternalOfferInitialAcquisitionDetails getExternalOfferInitialAcquisitionDetails() {
return externalOfferInitialAcquisitionDetails;
}

/**
* Optional. Details about the first time a user/device completed a transaction using external
* offers. Not required for transactions made using user choice billing or alternative billing
* only.
* @param externalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails or {@code null} for none
*/
public ExternalTransaction setExternalOfferInitialAcquisitionDetails(ExternalOfferInitialAcquisitionDetails externalOfferInitialAcquisitionDetails) {
this.externalOfferInitialAcquisitionDetails = externalOfferInitialAcquisitionDetails;
return this;
}

/**
* Output only. The id of this transaction. All transaction ids under the same package name must
* be unique. Set when creating the external transaction.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v3-rev20240917-2.0.0</version>
<name>Google Play Android Developer API v3-rev20240917-2.0.0</name>
<version>v3-rev20241003-2.0.0</version>
<name>Google Play Android Developer API v3-rev20241003-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-androidpublisher/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>v3-rev20240917-2.0.0</version>
<version>v3-rev20241003-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240917-2.0.0'
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20241003-2.0.0'
}
```

Expand Down

0 comments on commit 395980c

Please sign in to comment.