Skip to content

Commit 485549a

Browse files
1 parent 43103e3 commit 485549a

File tree

6 files changed

+11
-17
lines changed

6 files changed

+11
-17
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-rev20240725-2.0.0</version>
25+
<version>v1-rev20240813-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-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20240813-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.playintegrity.v1.model;
1818

1919
/**
20-
* Contains the device attestation information. Next tag: 4
20+
* Contains the device attestation information.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Play Integrity API. For a detailed explanation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.playintegrity.v1.model;
1818

1919
/**
20-
* Contains the recall bits per device set by the developer. Next tag: 3
20+
* Contains the recall bits per device set by the developer.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Play Integrity API. For a detailed explanation

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
public final class WriteDeviceRecallRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. Integrity token obtained from calling Play Integrity API. Note that the integrity
35-
* token contains the existing device recall bits. The write will only succeed if those bits in
36-
* the integrity token are up to date.
34+
* Required. Integrity token obtained from calling Play Integrity API.
3735
* The value may be {@code null}.
3836
*/
3937
@com.google.api.client.util.Key
@@ -47,19 +45,15 @@ public final class WriteDeviceRecallRequest extends com.google.api.client.json.G
4745
private Values newValues;
4846

4947
/**
50-
* Required. Integrity token obtained from calling Play Integrity API. Note that the integrity
51-
* token contains the existing device recall bits. The write will only succeed if those bits in
52-
* the integrity token are up to date.
48+
* Required. Integrity token obtained from calling Play Integrity API.
5349
* @return value or {@code null} for none
5450
*/
5551
public java.lang.String getIntegrityToken() {
5652
return integrityToken;
5753
}
5854

5955
/**
60-
* Required. Integrity token obtained from calling Play Integrity API. Note that the integrity
61-
* token contains the existing device recall bits. The write will only succeed if those bits in
62-
* the integrity token are up to date.
56+
* Required. Integrity token obtained from calling Play Integrity API.
6357
* @param integrityToken integrityToken or {@code null} for none
6458
*/
6559
public WriteDeviceRecallRequest setIntegrityToken(java.lang.String integrityToken) {

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-rev20240725-2.0.0</version>
12-
<name>Google Play Integrity API v1-rev20240725-2.0.0</name>
11+
<version>v1-rev20240813-2.0.0</version>
12+
<name>Google Play Integrity API v1-rev20240813-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-rev20240725-2.0.0</version>
25+
<version>v1-rev20240813-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-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20240813-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)