Skip to content

Commit 71218d9

Browse files
1 parent 12b43eb commit 71218d9

File tree

4 files changed

+6
-36
lines changed

4 files changed

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

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
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-
4637
/**
4738
* If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes
4839
* after midnight in device's local time. This value must be between 0 and 1439, inclusive. If
@@ -84,27 +75,6 @@ public final class SystemUpdate extends com.google.api.client.json.GenericJson {
8475
@com.google.api.client.util.Key
8576
private java.lang.String type;
8677

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-
10878
/**
10979
* If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes
11080
* 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-rev20260302-2.0.0</version>
12-
<name>Android Management API v1-rev20260302-2.0.0</name>
11+
<version>v1-rev20260303-2.0.0</version>
12+
<name>Android Management API v1-rev20260303-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-rev20260302-2.0.0</version>
25+
<version>v1-rev20260303-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-rev20260302-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20260303-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)