Skip to content

Commit c366c2f

Browse files
1 parent 56a53f2 commit c366c2f

File tree

5 files changed

+60
-6
lines changed

5 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ public final class DeviceRadioState extends com.google.api.client.json.GenericJs
5858
@com.google.api.client.util.Key
5959
private java.lang.String ultraWidebandState;
6060

61+
/**
62+
* Optional. Controls whether the user is allowed to add eSIM profiles.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.lang.String userInitiatedAddEsimSettings;
67+
6168
/**
6269
* Controls current state of Wi-Fi and if user can change its state.
6370
* The value may be {@code null}.
@@ -133,6 +140,23 @@ public DeviceRadioState setUltraWidebandState(java.lang.String ultraWidebandStat
133140
return this;
134141
}
135142

143+
/**
144+
* Optional. Controls whether the user is allowed to add eSIM profiles.
145+
* @return value or {@code null} for none
146+
*/
147+
public java.lang.String getUserInitiatedAddEsimSettings() {
148+
return userInitiatedAddEsimSettings;
149+
}
150+
151+
/**
152+
* Optional. Controls whether the user is allowed to add eSIM profiles.
153+
* @param userInitiatedAddEsimSettings userInitiatedAddEsimSettings or {@code null} for none
154+
*/
155+
public DeviceRadioState setUserInitiatedAddEsimSettings(java.lang.String userInitiatedAddEsimSettings) {
156+
this.userInitiatedAddEsimSettings = userInitiatedAddEsimSettings;
157+
return this;
158+
}
159+
136160
/**
137161
* Controls current state of Wi-Fi and if user can change its state.
138162
* @return value or {@code null} for none

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
@SuppressWarnings("javadoc")
3535
public final class SystemUpdate extends com.google.api.client.json.GenericJson {
3636

37+
/**
38+
* If this is greater than zero, then this is the number of days after a pending update becoming
39+
* available that a device can remain compliant, without taking the update. Has no effect
40+
* otherwise.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.Integer allowedDaysWithoutUpdate;
45+
3746
/**
3847
* If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes
3948
* after midnight in device's local time. This value must be between 0 and 1439, inclusive. If
@@ -75,6 +84,27 @@ public final class SystemUpdate extends com.google.api.client.json.GenericJson {
7584
@com.google.api.client.util.Key
7685
private java.lang.String type;
7786

87+
/**
88+
* If this is greater than zero, then this is the number of days after a pending update becoming
89+
* available that a device can remain compliant, without taking the update. Has no effect
90+
* otherwise.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.Integer getAllowedDaysWithoutUpdate() {
94+
return allowedDaysWithoutUpdate;
95+
}
96+
97+
/**
98+
* If this is greater than zero, then this is the number of days after a pending update becoming
99+
* available that a device can remain compliant, without taking the update. Has no effect
100+
* otherwise.
101+
* @param allowedDaysWithoutUpdate allowedDaysWithoutUpdate or {@code null} for none
102+
*/
103+
public SystemUpdate setAllowedDaysWithoutUpdate(java.lang.Integer allowedDaysWithoutUpdate) {
104+
this.allowedDaysWithoutUpdate = allowedDaysWithoutUpdate;
105+
return this;
106+
}
107+
78108
/**
79109
* If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes
80110
* after midnight in device's local time. This value must be between 0 and 1439, inclusive. If

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

0 commit comments

Comments
 (0)