Skip to content

Commit

Permalink
Regenerate androidmanagement client (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 24, 2020
1 parent 7175e51 commit e9c962c
Show file tree
Hide file tree
Showing 15 changed files with 4,946 additions and 4,823 deletions.
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-androidmanagement",
"version": "v1-rev20191214-1.30.3"
"version": "v1-rev20200117-1.30.3"
}
}
Expand Up @@ -31,6 +31,13 @@
@SuppressWarnings("javadoc")
public final class KioskCustomization extends com.google.api.client.json.GenericJson {

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String deviceSettings;

/**
* Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the
* Power button.
Expand Down Expand Up @@ -62,6 +69,23 @@ public final class KioskCustomization extends com.google.api.client.json.Generic
@com.google.api.client.util.Key
private java.lang.String systemNavigation;

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* @return value or {@code null} for none
*/
public java.lang.String getDeviceSettings() {
return deviceSettings;
}

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* @param deviceSettings deviceSettings or {@code null} for none
*/
public KioskCustomization setDeviceSettings(java.lang.String deviceSettings) {
this.deviceSettings = deviceSettings;
return this;
}

/**
* Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the
* Power button.
Expand Down
Expand Up @@ -293,7 +293,8 @@ public final class Policy extends com.google.api.client.json.GenericJson {
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -1256,7 +1257,8 @@ public Policy setKeyguardDisabledFeatures(java.util.List<java.lang.String> keygu
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* @return value or {@code null} for none
*/
public java.lang.Boolean getKioskCustomLauncherEnabled() {
Expand All @@ -1266,7 +1268,8 @@ public java.lang.Boolean getKioskCustomLauncherEnabled() {
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* @param kioskCustomLauncherEnabled kioskCustomLauncherEnabled or {@code null} for none
*/
public Policy setKioskCustomLauncherEnabled(java.lang.Boolean kioskCustomLauncherEnabled) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidmanagement</artifactId>
<version>v1-rev20191214-1.28.0</version>
<name>Android Management API v1-rev20191214-1.28.0</name>
<version>v1-rev20200117-1.28.0</version>
<name>Android Management API v1-rev20200117-1.28.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -31,6 +31,13 @@
@SuppressWarnings("javadoc")
public final class KioskCustomization extends com.google.api.client.json.GenericJson {

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String deviceSettings;

/**
* Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the
* Power button.
Expand Down Expand Up @@ -62,6 +69,23 @@ public final class KioskCustomization extends com.google.api.client.json.Generic
@com.google.api.client.util.Key
private java.lang.String systemNavigation;

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* @return value or {@code null} for none
*/
public java.lang.String getDeviceSettings() {
return deviceSettings;
}

/**
* Specifies whether the Settings app is allowed in kiosk mode.
* @param deviceSettings deviceSettings or {@code null} for none
*/
public KioskCustomization setDeviceSettings(java.lang.String deviceSettings) {
this.deviceSettings = deviceSettings;
return this;
}

/**
* Sets the behavior of a device in kiosk mode when a user presses and holds (long-presses) the
* Power button.
Expand Down
Expand Up @@ -293,7 +293,8 @@ public final class Policy extends com.google.api.client.json.GenericJson {
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -1256,7 +1257,8 @@ public Policy setKeyguardDisabledFeatures(java.util.List<java.lang.String> keygu
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* @return value or {@code null} for none
*/
public java.lang.Boolean getKioskCustomLauncherEnabled() {
Expand All @@ -1266,7 +1268,8 @@ public java.lang.Boolean getKioskCustomLauncherEnabled() {
/**
* Whether the kiosk custom launcher is enabled. This replaces the home screen with a launcher
* that locks down the device to the apps installed via the applications setting. Apps appear on a
* single page in alphabetical order. The status bar is disabled when this is set.
* single page in alphabetical order. Use kioskCustomization to further configure the kiosk device
* behavior.
* @param kioskCustomLauncherEnabled kioskCustomLauncherEnabled or {@code null} for none
*/
public Policy setKioskCustomLauncherEnabled(java.lang.Boolean kioskCustomLauncherEnabled) {
Expand Down
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidmanagement</artifactId>
<version>v1-rev20191214-1.29.2</version>
<name>Android Management API v1-rev20191214-1.29.2</name>
<version>v1-rev20200117-1.29.2</version>
<name>Android Management API v1-rev20200117-1.29.2</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit e9c962c

Please sign in to comment.