Skip to content

Commit 43b0276

Browse files
1 parent 1016335 commit 43b0276

File tree

4 files changed

+20
-14
lines changed

4 files changed

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

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public final class Policy extends com.google.api.client.json.GenericJson {
4747
private java.lang.Boolean addUserDisabled;
4848

4949
/**
50-
* Whether adjusting the master volume is disabled. Also mutes the device.
50+
* Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect
51+
* only on fully managed devices.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -653,7 +654,8 @@ public final class Policy extends com.google.api.client.json.GenericJson {
653654
private java.lang.Boolean screenCaptureDisabled;
654655

655656
/**
656-
* Whether changing the user icon is disabled.
657+
* Whether changing the user icon is disabled. The setting has effect only on fully managed
658+
* devices.
657659
* The value may be {@code null}.
658660
*/
659661
@com.google.api.client.util.Key
@@ -862,15 +864,17 @@ public Policy setAddUserDisabled(java.lang.Boolean addUserDisabled) {
862864
}
863865

864866
/**
865-
* Whether adjusting the master volume is disabled. Also mutes the device.
867+
* Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect
868+
* only on fully managed devices.
866869
* @return value or {@code null} for none
867870
*/
868871
public java.lang.Boolean getAdjustVolumeDisabled() {
869872
return adjustVolumeDisabled;
870873
}
871874

872875
/**
873-
* Whether adjusting the master volume is disabled. Also mutes the device.
876+
* Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect
877+
* only on fully managed devices.
874878
* @param adjustVolumeDisabled adjustVolumeDisabled or {@code null} for none
875879
*/
876880
public Policy setAdjustVolumeDisabled(java.lang.Boolean adjustVolumeDisabled) {
@@ -2203,15 +2207,17 @@ public Policy setScreenCaptureDisabled(java.lang.Boolean screenCaptureDisabled)
22032207
}
22042208

22052209
/**
2206-
* Whether changing the user icon is disabled.
2210+
* Whether changing the user icon is disabled. The setting has effect only on fully managed
2211+
* devices.
22072212
* @return value or {@code null} for none
22082213
*/
22092214
public java.lang.Boolean getSetUserIconDisabled() {
22102215
return setUserIconDisabled;
22112216
}
22122217

22132218
/**
2214-
* Whether changing the user icon is disabled.
2219+
* Whether changing the user icon is disabled. The setting has effect only on fully managed
2220+
* devices.
22152221
* @param setUserIconDisabled setUserIconDisabled or {@code null} for none
22162222
*/
22172223
public Policy setSetUserIconDisabled(java.lang.Boolean setUserIconDisabled) {

clients/google-api-services-androidmanagement/v1/2.0.0/pom.xml

Lines changed: 4 additions & 4 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-rev20250109-2.0.0</version>
12-
<name>Android Management API v1-rev20250109-2.0.0</name>
11+
<version>v1-rev20250123-2.0.0</version>
12+
<name>Android Management API v1-rev20250123-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -92,7 +92,7 @@
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
9393
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
95-
<link>https://googleapis.dev/java/google-api-client/2.7.1/</link>
95+
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>
9898
</plugin>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.google.api-client</groupId>
127127
<artifactId>google-api-client</artifactId>
128-
<version>2.7.1</version>
128+
<version>2.7.2</version>
129129
</dependency>
130130
</dependencies>
131131

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

0 commit comments

Comments
 (0)