Skip to content

Commit e11d2a9

Browse files
1 parent 090c29a commit e11d2a9

15 files changed

+878
-9
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-rev20251028-2.0.0</version>
25+
<version>v3-rev20251119-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-rev20251028-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20251119-2.0.0'
3939
}
4040
```
4141

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.androidpublisher.model;
18+
19+
/**
20+
* Details of a base price pricing phase.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class BaseDetails extends com.google.api.client.json.GenericJson {
32+
33+
@Override
34+
public BaseDetails set(String fieldName, Object value) {
35+
return (BaseDetails) super.set(fieldName, value);
36+
}
37+
38+
@Override
39+
public BaseDetails clone() {
40+
return (BaseDetails) super.clone();
41+
}
42+
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.androidpublisher.model;
18+
19+
/**
20+
* User account identifier in your app.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class ExternalAccountIds extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
35+
* purchaser's user account in your app. If you pass this value, Google Play can use it to detect
36+
* irregular activity. Do not use this field to store any Personally Identifiable Information
37+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
38+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
39+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
40+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
41+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccou
42+
* ntid to set this field for purchases made using the standard in-app billing flow.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String obfuscatedAccountId;
47+
48+
/**
49+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
50+
* purchaser's user profile in your app. If you pass this value, Google Play can use it to detect
51+
* irregular activity. Do not use this field to store any Personally Identifiable Information
52+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
53+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
54+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
55+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
56+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofi
57+
* leid to set this field for purchases made using the standard in-app billing flow.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.lang.String obfuscatedProfileId;
62+
63+
/**
64+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
65+
* purchaser's user account in your app. If you pass this value, Google Play can use it to detect
66+
* irregular activity. Do not use this field to store any Personally Identifiable Information
67+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
68+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
69+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
70+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
71+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccou
72+
* ntid to set this field for purchases made using the standard in-app billing flow.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getObfuscatedAccountId() {
76+
return obfuscatedAccountId;
77+
}
78+
79+
/**
80+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
81+
* purchaser's user account in your app. If you pass this value, Google Play can use it to detect
82+
* irregular activity. Do not use this field to store any Personally Identifiable Information
83+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
84+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
85+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
86+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
87+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccou
88+
* ntid to set this field for purchases made using the standard in-app billing flow.
89+
* @param obfuscatedAccountId obfuscatedAccountId or {@code null} for none
90+
*/
91+
public ExternalAccountIds setObfuscatedAccountId(java.lang.String obfuscatedAccountId) {
92+
this.obfuscatedAccountId = obfuscatedAccountId;
93+
return this;
94+
}
95+
96+
/**
97+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
98+
* purchaser's user profile in your app. If you pass this value, Google Play can use it to detect
99+
* irregular activity. Do not use this field to store any Personally Identifiable Information
100+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
101+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
102+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
103+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
104+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofi
105+
* leid to set this field for purchases made using the standard in-app billing flow.
106+
* @return value or {@code null} for none
107+
*/
108+
public java.lang.String getObfuscatedProfileId() {
109+
return obfuscatedProfileId;
110+
}
111+
112+
/**
113+
* Optional. Specifies an optional obfuscated string that is uniquely associated with the
114+
* purchaser's user profile in your app. If you pass this value, Google Play can use it to detect
115+
* irregular activity. Do not use this field to store any Personally Identifiable Information
116+
* (PII) such as emails in cleartext. Attempting to store PII in this field will result in
117+
* purchases being blocked. Google Play recommends that you use either encryption or a one-way
118+
* hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to
119+
* 64 characters. This field can only be set for resubscription purchases. See https://developer.a
120+
* ndroid.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofi
121+
* leid to set this field for purchases made using the standard in-app billing flow.
122+
* @param obfuscatedProfileId obfuscatedProfileId or {@code null} for none
123+
*/
124+
public ExternalAccountIds setObfuscatedProfileId(java.lang.String obfuscatedProfileId) {
125+
this.obfuscatedProfileId = obfuscatedProfileId;
126+
return this;
127+
}
128+
129+
@Override
130+
public ExternalAccountIds set(String fieldName, Object value) {
131+
return (ExternalAccountIds) super.set(fieldName, value);
132+
}
133+
134+
@Override
135+
public ExternalAccountIds clone() {
136+
return (ExternalAccountIds) super.clone();
137+
}
138+
139+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.androidpublisher.model;
18+
19+
/**
20+
* Details of a free trial pricing phase.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class FreeTrialDetails extends com.google.api.client.json.GenericJson {
32+
33+
@Override
34+
public FreeTrialDetails set(String fieldName, Object value) {
35+
return (FreeTrialDetails) super.set(fieldName, value);
36+
}
37+
38+
@Override
39+
public FreeTrialDetails clone() {
40+
return (FreeTrialDetails) super.clone();
41+
}
42+
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.androidpublisher.model;
18+
19+
/**
20+
* Details of an introductory price pricing phase.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Google Play Android Developer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class IntroductoryPriceDetails extends com.google.api.client.json.GenericJson {
32+
33+
@Override
34+
public IntroductoryPriceDetails set(String fieldName, Object value) {
35+
return (IntroductoryPriceDetails) super.set(fieldName, value);
36+
}
37+
38+
@Override
39+
public IntroductoryPriceDetails clone() {
40+
return (IntroductoryPriceDetails) super.clone();
41+
}
42+
43+
}

0 commit comments

Comments
 (0)