diff --git a/clients/google-api-services-playintegrity/v1/2.0.0/README.md b/clients/google-api-services-playintegrity/v1/2.0.0/README.md index 0708fd24a60..7e0eacbd16c 100644 --- a/clients/google-api-services-playintegrity/v1/2.0.0/README.md +++ b/clients/google-api-services-playintegrity/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-playintegrity - v1-rev20250828-2.0.0 + v1-rev20260910-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20250828-2.0.0' + implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20260910-2.0.0' } ``` diff --git a/clients/google-api-services-playintegrity/v1/2.0.0/com/google/api/services/playintegrity/v1/model/EnvironmentDetails.java b/clients/google-api-services-playintegrity/v1/2.0.0/com/google/api/services/playintegrity/v1/model/EnvironmentDetails.java index e98fe557352..1d861d4d5f8 100644 --- a/clients/google-api-services-playintegrity/v1/2.0.0/com/google/api/services/playintegrity/v1/model/EnvironmentDetails.java +++ b/clients/google-api-services-playintegrity/v1/2.0.0/com/google/api/services/playintegrity/v1/model/EnvironmentDetails.java @@ -37,6 +37,13 @@ public final class EnvironmentDetails extends com.google.api.client.json.Generic @com.google.api.client.util.Key private AppAccessRiskVerdict appAccessRiskVerdict; + /** + * The evaluation of the Location Spoofing Risk verdict. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List locationSpoofingRiskVerdict; + /** * The evaluation of Play Protect verdict. * The value may be {@code null}. @@ -61,6 +68,23 @@ public EnvironmentDetails setAppAccessRiskVerdict(AppAccessRiskVerdict appAccess return this; } + /** + * The evaluation of the Location Spoofing Risk verdict. + * @return value or {@code null} for none + */ + public java.util.List getLocationSpoofingRiskVerdict() { + return locationSpoofingRiskVerdict; + } + + /** + * The evaluation of the Location Spoofing Risk verdict. + * @param locationSpoofingRiskVerdict locationSpoofingRiskVerdict or {@code null} for none + */ + public EnvironmentDetails setLocationSpoofingRiskVerdict(java.util.List locationSpoofingRiskVerdict) { + this.locationSpoofingRiskVerdict = locationSpoofingRiskVerdict; + return this; + } + /** * The evaluation of Play Protect verdict. * @return value or {@code null} for none diff --git a/clients/google-api-services-playintegrity/v1/2.0.0/pom.xml b/clients/google-api-services-playintegrity/v1/2.0.0/pom.xml index 1009fc45221..fc476d4a8ca 100644 --- a/clients/google-api-services-playintegrity/v1/2.0.0/pom.xml +++ b/clients/google-api-services-playintegrity/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-playintegrity - v1-rev20250828-2.0.0 - Google Play Integrity API v1-rev20250828-2.0.0 + v1-rev20260910-2.0.0 + Google Play Integrity API v1-rev20260910-2.0.0 jar 2011 diff --git a/clients/google-api-services-playintegrity/v1/README.md b/clients/google-api-services-playintegrity/v1/README.md index 0708fd24a60..7e0eacbd16c 100644 --- a/clients/google-api-services-playintegrity/v1/README.md +++ b/clients/google-api-services-playintegrity/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-playintegrity - v1-rev20250828-2.0.0 + v1-rev20260910-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20250828-2.0.0' + implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20260910-2.0.0' } ```