You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/Policy.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ public final class Policy extends com.google.api.client.json.GenericJson {
33
33
* Controls when automatic app updates on the device can be applied. Recommended alternative:
34
34
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
35
35
* 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.
39
40
* The value may be {@code null}.
40
41
*/
41
42
@com.google.api.client.util.Key
@@ -87,9 +88,10 @@ public final class Policy extends com.google.api.client.json.GenericJson {
87
88
* Controls when automatic app updates on the device can be applied. Recommended alternative:
88
89
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
89
90
* 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.
93
95
* @return value or {@code null} for none
94
96
*/
95
97
publicjava.lang.StringgetAutoUpdatePolicy() {
@@ -100,9 +102,10 @@ public java.lang.String getAutoUpdatePolicy() {
100
102
* Controls when automatic app updates on the device can be applied. Recommended alternative:
101
103
* autoUpdateMode which is set per app, provides greater flexibility around update frequency. When
102
104
* 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.
106
109
* @param autoUpdatePolicy autoUpdatePolicy or {@code null} for none
0 commit comments