Skip to content

Commit 558c462

Browse files
1 parent d2e3dfe commit 558c462

File tree

7 files changed

+105
-26
lines changed

7 files changed

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

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,26 +1634,6 @@ public Commit setChangesNotSentForReview(java.lang.Boolean changesNotSentForRevi
16341634
return this;
16351635
}
16361636

1637-
/**
1638-
* Optional. The behavior of committing a new edit while a submission is already in review.
1639-
*/
1640-
@com.google.api.client.util.Key
1641-
private java.lang.String inProgressReviewBehaviour;
1642-
1643-
/** Optional. The behavior of committing a new edit while a submission is already in review.
1644-
*/
1645-
public java.lang.String getInProgressReviewBehaviour() {
1646-
return inProgressReviewBehaviour;
1647-
}
1648-
1649-
/**
1650-
* Optional. The behavior of committing a new edit while a submission is already in review.
1651-
*/
1652-
public Commit setInProgressReviewBehaviour(java.lang.String inProgressReviewBehaviour) {
1653-
this.inProgressReviewBehaviour = inProgressReviewBehaviour;
1654-
return this;
1655-
}
1656-
16571637
@Override
16581638
public Commit set(String parameterName, Object value) {
16591639
return (Commit) super.set(parameterName, value);

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ public final class ManagedProductTaxAndComplianceSettings extends com.google.api
4848
@com.google.api.client.util.Key
4949
private java.lang.Boolean isTokenizedDigitalAsset;
5050

51+
/**
52+
* Product tax category code to assign to the in-app product. Product tax category determines the
53+
* transaction tax rates applied to the product. Refer to the [Help Center
54+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
55+
* information.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String productTaxCategoryCode;
60+
5161
/**
5262
* A mapping from region code to tax rate details. The keys are region codes as defined by
5363
* Unicode's "CLDR".
@@ -98,6 +108,29 @@ public ManagedProductTaxAndComplianceSettings setIsTokenizedDigitalAsset(java.la
98108
return this;
99109
}
100110

111+
/**
112+
* Product tax category code to assign to the in-app product. Product tax category determines the
113+
* transaction tax rates applied to the product. Refer to the [Help Center
114+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
115+
* information.
116+
* @return value or {@code null} for none
117+
*/
118+
public java.lang.String getProductTaxCategoryCode() {
119+
return productTaxCategoryCode;
120+
}
121+
122+
/**
123+
* Product tax category code to assign to the in-app product. Product tax category determines the
124+
* transaction tax rates applied to the product. Refer to the [Help Center
125+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
126+
* information.
127+
* @param productTaxCategoryCode productTaxCategoryCode or {@code null} for none
128+
*/
129+
public ManagedProductTaxAndComplianceSettings setProductTaxCategoryCode(java.lang.String productTaxCategoryCode) {
130+
this.productTaxCategoryCode = productTaxCategoryCode;
131+
return this;
132+
}
133+
101134
/**
102135
* A mapping from region code to tax rate details. The keys are region codes as defined by
103136
* Unicode's "CLDR".

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ public final class OneTimeProductTaxAndComplianceSettings extends com.google.api
3737
@com.google.api.client.util.Key
3838
private java.lang.Boolean isTokenizedDigitalAsset;
3939

40+
/**
41+
* Product tax category code to assign to the one-time product. Product tax category determines
42+
* the transaction tax rates applied to the product. Refer to the [Help Center
43+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
44+
* information.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String productTaxCategoryCode;
49+
4050
/**
4151
* Regional tax configuration.
4252
* The value may be {@code null}.
@@ -61,6 +71,29 @@ public OneTimeProductTaxAndComplianceSettings setIsTokenizedDigitalAsset(java.la
6171
return this;
6272
}
6373

74+
/**
75+
* Product tax category code to assign to the one-time product. Product tax category determines
76+
* the transaction tax rates applied to the product. Refer to the [Help Center
77+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
78+
* information.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.lang.String getProductTaxCategoryCode() {
82+
return productTaxCategoryCode;
83+
}
84+
85+
/**
86+
* Product tax category code to assign to the one-time product. Product tax category determines
87+
* the transaction tax rates applied to the product. Refer to the [Help Center
88+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
89+
* information.
90+
* @param productTaxCategoryCode productTaxCategoryCode or {@code null} for none
91+
*/
92+
public OneTimeProductTaxAndComplianceSettings setProductTaxCategoryCode(java.lang.String productTaxCategoryCode) {
93+
this.productTaxCategoryCode = productTaxCategoryCode;
94+
return this;
95+
}
96+
6497
/**
6598
* Regional tax configuration.
6699
* @return value or {@code null} for none

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ public final class SubscriptionTaxAndComplianceSettings extends com.google.api.c
4848
@com.google.api.client.util.Key
4949
private java.lang.Boolean isTokenizedDigitalAsset;
5050

51+
/**
52+
* Product tax category code to assign to the subscription. Product tax category determines the
53+
* transaction tax rates applied to the subscription. Refer to the [Help Center
54+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
55+
* information.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String productTaxCategoryCode;
60+
5161
/**
5262
* A mapping from region code to tax rate details. The keys are region codes as defined by
5363
* Unicode's "CLDR".
@@ -104,6 +114,29 @@ public SubscriptionTaxAndComplianceSettings setIsTokenizedDigitalAsset(java.lang
104114
return this;
105115
}
106116

117+
/**
118+
* Product tax category code to assign to the subscription. Product tax category determines the
119+
* transaction tax rates applied to the subscription. Refer to the [Help Center
120+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
121+
* information.
122+
* @return value or {@code null} for none
123+
*/
124+
public java.lang.String getProductTaxCategoryCode() {
125+
return productTaxCategoryCode;
126+
}
127+
128+
/**
129+
* Product tax category code to assign to the subscription. Product tax category determines the
130+
* transaction tax rates applied to the subscription. Refer to the [Help Center
131+
* article](https://support.google.com/googleplay/android-developer/answer/16408159) for more
132+
* information.
133+
* @param productTaxCategoryCode productTaxCategoryCode or {@code null} for none
134+
*/
135+
public SubscriptionTaxAndComplianceSettings setProductTaxCategoryCode(java.lang.String productTaxCategoryCode) {
136+
this.productTaxCategoryCode = productTaxCategoryCode;
137+
return this;
138+
}
139+
107140
/**
108141
* A mapping from region code to tax rate details. The keys are region codes as defined by
109142
* Unicode's "CLDR".

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

0 commit comments

Comments
 (0)