Skip to content

Commit a6bc38e

Browse files
1 parent 14b1c9e commit a6bc38e

File tree

4 files changed

+6
-66
lines changed

4 files changed

+6
-66
lines changed

clients/google-api-services-playintegrity/v1/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-playintegrity</artifactId>
25-
<version>v1-rev20241127-2.0.0</version>
25+
<version>v1-rev20250223-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-playintegrity:v1-rev20241127-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-playintegrity/v1/2.0.0/com/google/api/services/playintegrity/v1/model/AppAccessRiskVerdict.java

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,6 @@ public final class AppAccessRiskVerdict extends com.google.api.client.json.Gener
3838
@com.google.api.client.util.Key
3939
private java.util.List<java.lang.String> appsDetected;
4040

41-
/**
42-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
43-
* verdict related to apps that are not installed by Google Play, and are not preloaded on the
44-
* system image by the device manufacturer.
45-
* The value may be {@code null}.
46-
*/
47-
@com.google.api.client.util.Key
48-
private java.lang.String otherApps;
49-
50-
/**
51-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
52-
* verdict related to apps that are not installed by the Google Play Store, and are not preloaded
53-
* on the system image by the device manufacturer.
54-
* The value may be {@code null}.
55-
*/
56-
@com.google.api.client.util.Key
57-
private java.lang.String playOrSystemApps;
58-
5941
/**
6042
* List of detected app types signalled for App Access Risk.
6143
* @return value or {@code null} for none
@@ -73,48 +55,6 @@ public AppAccessRiskVerdict setAppsDetected(java.util.List<java.lang.String> app
7355
return this;
7456
}
7557

76-
/**
77-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
78-
* verdict related to apps that are not installed by Google Play, and are not preloaded on the
79-
* system image by the device manufacturer.
80-
* @return value or {@code null} for none
81-
*/
82-
public java.lang.String getOtherApps() {
83-
return otherApps;
84-
}
85-
86-
/**
87-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
88-
* verdict related to apps that are not installed by Google Play, and are not preloaded on the
89-
* system image by the device manufacturer.
90-
* @param otherApps otherApps or {@code null} for none
91-
*/
92-
public AppAccessRiskVerdict setOtherApps(java.lang.String otherApps) {
93-
this.otherApps = otherApps;
94-
return this;
95-
}
96-
97-
/**
98-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
99-
* verdict related to apps that are not installed by the Google Play Store, and are not preloaded
100-
* on the system image by the device manufacturer.
101-
* @return value or {@code null} for none
102-
*/
103-
public java.lang.String getPlayOrSystemApps() {
104-
return playOrSystemApps;
105-
}
106-
107-
/**
108-
* Deprecated: this field will be removed, please use apps_detected instead. App access risk
109-
* verdict related to apps that are not installed by the Google Play Store, and are not preloaded
110-
* on the system image by the device manufacturer.
111-
* @param playOrSystemApps playOrSystemApps or {@code null} for none
112-
*/
113-
public AppAccessRiskVerdict setPlayOrSystemApps(java.lang.String playOrSystemApps) {
114-
this.playOrSystemApps = playOrSystemApps;
115-
return this;
116-
}
117-
11858
@Override
11959
public AppAccessRiskVerdict set(String fieldName, Object value) {
12060
return (AppAccessRiskVerdict) super.set(fieldName, value);

clients/google-api-services-playintegrity/v1/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-playintegrity</artifactId>
11-
<version>v1-rev20241127-2.0.0</version>
12-
<name>Google Play Integrity API v1-rev20241127-2.0.0</name>
11+
<version>v1-rev20250223-2.0.0</version>
12+
<name>Google Play Integrity API v1-rev20250223-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-playintegrity/v1/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-playintegrity</artifactId>
25-
<version>v1-rev20241127-2.0.0</version>
25+
<version>v1-rev20250223-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-playintegrity:v1-rev20241127-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20250223-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)