Skip to content

Commit a1b4e27

Browse files
1 parent 49b3749 commit a1b4e27

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

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

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ public final class Policy extends com.google.api.client.json.GenericJson {
3333
* Controls when automatic app updates on the device can be applied. Recommended alternative:
3434
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
3535
* autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy
36-
* has no effect. "choiceToTheUser" allows the device's user to configure the app update policy.
37-
* "always" enables auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
38-
* only when the device is connected to wifi.
36+
* has no effect. - choiceToTheUser allows the device's user to configure the app update policy. -
37+
* always enables auto updates. - never disables auto updates. - wifiOnly enables auto updates
38+
* only when the device is connected to wifi. *Important:* Changes to app update policies don't
39+
* affect updates that are in progress. Any policy changes will apply to subsequent app updates.
3940
* The value may be {@code null}.
4041
*/
4142
@com.google.api.client.util.Key
@@ -87,9 +88,10 @@ public final class Policy extends com.google.api.client.json.GenericJson {
8788
* Controls when automatic app updates on the device can be applied. Recommended alternative:
8889
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
8990
* autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy
90-
* has no effect. "choiceToTheUser" allows the device's user to configure the app update policy.
91-
* "always" enables auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
92-
* only when the device is connected to wifi.
91+
* has no effect. - choiceToTheUser allows the device's user to configure the app update policy. -
92+
* always enables auto updates. - never disables auto updates. - wifiOnly enables auto updates
93+
* only when the device is connected to wifi. *Important:* Changes to app update policies don't
94+
* affect updates that are in progress. Any policy changes will apply to subsequent app updates.
9395
* @return value or {@code null} for none
9496
*/
9597
public java.lang.String getAutoUpdatePolicy() {
@@ -100,9 +102,10 @@ public java.lang.String getAutoUpdatePolicy() {
100102
* Controls when automatic app updates on the device can be applied. Recommended alternative:
101103
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
102104
* autoUpdateMode is set to AUTO_UPDATE_POSTPONED or AUTO_UPDATE_HIGH_PRIORITY, autoUpdatePolicy
103-
* has no effect. "choiceToTheUser" allows the device's user to configure the app update policy.
104-
* "always" enables auto updates. "never" disables auto updates. "wifiOnly" enables auto updates
105-
* only when the device is connected to wifi.
105+
* has no effect. - choiceToTheUser allows the device's user to configure the app update policy. -
106+
* always enables auto updates. - never disables auto updates. - wifiOnly enables auto updates
107+
* only when the device is connected to wifi. *Important:* Changes to app update policies don't
108+
* affect updates that are in progress. Any policy changes will apply to subsequent app updates.
106109
* @param autoUpdatePolicy autoUpdatePolicy or {@code null} for none
107110
*/
108111
public Policy setAutoUpdatePolicy(java.lang.String autoUpdatePolicy) {

clients/google-api-services-androidenterprise/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-androidenterprise</artifactId>
11-
<version>v1-rev20241021-2.0.0</version>
12-
<name>Google Play EMM API v1-rev20241021-2.0.0</name>
11+
<version>v1-rev20241028-2.0.0</version>
12+
<name>Google Play EMM API v1-rev20241028-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)