Skip to content

Commit 1228a0b

Browse files
1 parent f1506f2 commit 1228a0b

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class PrivateDnsSettings extends com.google.api.client.json.Generic
3838
* NonComplianceDetail with PENDING is reported if the device is not connected to a network. A
3939
* NonComplianceDetail with nonComplianceReason INVALID_VALUE and specificNonComplianceReason
4040
* PRIVATE_DNS_HOST_NOT_SERVING is reported if the specified host is not a DNS server or not
41-
* supported on Android. A NonComplianceReason with nonComplianceReason INVALID_VALUE is reported
42-
* if applying this setting fails for any other reason.
41+
* supported on Android. A NonComplianceDetail with INVALID_VALUE is reported if applying this
42+
* setting fails for any other reason.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -61,8 +61,8 @@ public final class PrivateDnsSettings extends com.google.api.client.json.Generic
6161
* NonComplianceDetail with PENDING is reported if the device is not connected to a network. A
6262
* NonComplianceDetail with nonComplianceReason INVALID_VALUE and specificNonComplianceReason
6363
* PRIVATE_DNS_HOST_NOT_SERVING is reported if the specified host is not a DNS server or not
64-
* supported on Android. A NonComplianceReason with nonComplianceReason INVALID_VALUE is reported
65-
* if applying this setting fails for any other reason.
64+
* supported on Android. A NonComplianceDetail with INVALID_VALUE is reported if applying this
65+
* setting fails for any other reason.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getPrivateDnsHost() {
@@ -77,8 +77,8 @@ public java.lang.String getPrivateDnsHost() {
7777
* NonComplianceDetail with PENDING is reported if the device is not connected to a network. A
7878
* NonComplianceDetail with nonComplianceReason INVALID_VALUE and specificNonComplianceReason
7979
* PRIVATE_DNS_HOST_NOT_SERVING is reported if the specified host is not a DNS server or not
80-
* supported on Android. A NonComplianceReason with nonComplianceReason INVALID_VALUE is reported
81-
* if applying this setting fails for any other reason.
80+
* supported on Android. A NonComplianceDetail with INVALID_VALUE is reported if applying this
81+
* setting fails for any other reason.
8282
* @param privateDnsHost privateDnsHost or {@code null} for none
8383
*/
8484
public PrivateDnsSettings setPrivateDnsHost(java.lang.String privateDnsHost) {

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-rev20260225-2.0.0</version>
12-
<name>Android Management API v1-rev20260225-2.0.0</name>
11+
<version>v1-rev20260302-2.0.0</version>
12+
<name>Android Management API v1-rev20260302-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-rev20260225-2.0.0</version>
25+
<version>v1-rev20260302-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-rev20260225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20260302-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)