Skip to content

Commit 87a3d95

Browse files
chore: regenerate androidmanagement client
1 parent 5ec85f7 commit 87a3d95

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

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

clients/google-api-services-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/model/ApplicationSigningKeyCert.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ public final class ApplicationSigningKeyCert extends com.google.api.client.json.
3232

3333
/**
3434
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
35-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
35+
* valid SHA-256 hash value, i.e. 32 bytes.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String signingKeyCertFingerprintSha256;
4040

4141
/**
4242
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
43-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
43+
* valid SHA-256 hash value, i.e. 32 bytes.
4444
* @see #decodeSigningKeyCertFingerprintSha256()
4545
* @return value or {@code null} for none
4646
*/
@@ -50,7 +50,7 @@ public java.lang.String getSigningKeyCertFingerprintSha256() {
5050

5151
/**
5252
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
53-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
53+
* valid SHA-256 hash value, i.e. 32 bytes.
5454
* @see #getSigningKeyCertFingerprintSha256()
5555
* @return Base64 decoded value or {@code null} for none
5656
*
@@ -62,7 +62,7 @@ public byte[] decodeSigningKeyCertFingerprintSha256() {
6262

6363
/**
6464
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
65-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
65+
* valid SHA-256 hash value, i.e. 32 bytes.
6666
* @see #encodeSigningKeyCertFingerprintSha256()
6767
* @param signingKeyCertFingerprintSha256 signingKeyCertFingerprintSha256 or {@code null} for none
6868
*/
@@ -73,7 +73,7 @@ public ApplicationSigningKeyCert setSigningKeyCertFingerprintSha256(java.lang.St
7373

7474
/**
7575
* Required. The SHA-256 hash value of the signing key certificate of the app. This must be a
76-
* valid SHA-256 hash value, i.e. 32 bytes. Otherwise, the policy is rejected.
76+
* valid SHA-256 hash value, i.e. 32 bytes.
7777
* @see #setSigningKeyCertFingerprintSha256()
7878
*
7979
* <p>

clients/google-api-services-androidmanagement/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-androidmanagement</artifactId>
11-
<version>v1-rev20260127-2.0.0</version>
12-
<name>Android Management API v1-rev20260127-2.0.0</name>
11+
<version>v1-rev20260204-2.0.0</version>
12+
<name>Android Management API v1-rev20260204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)