Skip to content

Commit 553b61c

Browse files
1 parent 29a8a83 commit 553b61c

File tree

7 files changed

+60
-30
lines changed

7 files changed

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

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
3333
/**
3434
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
3535
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
36-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
37-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
38-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
39-
* enforces a strict security model typically only required for IT products used in national
40-
* security systems and other highly sensitive organizations. Standard device use may be affected.
41-
* Only enabled if required.
36+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
37+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
38+
* for IT products used in national security systems and other highly sensitive organizations.
39+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
40+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
41+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -98,12 +98,12 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
9898
/**
9999
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
100100
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
101-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
102-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
103-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
104-
* enforces a strict security model typically only required for IT products used in national
105-
* security systems and other highly sensitive organizations. Standard device use may be affected.
106-
* Only enabled if required.
101+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
102+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
103+
* for IT products used in national security systems and other highly sensitive organizations.
104+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
105+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
106+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
107107
* @return value or {@code null} for none
108108
*/
109109
public java.lang.String getCommonCriteriaMode() {
@@ -113,12 +113,12 @@ public java.lang.String getCommonCriteriaMode() {
113113
/**
114114
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
115115
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
116-
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
117-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
118-
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
119-
* enforces a strict security model typically only required for IT products used in national
120-
* security systems and other highly sensitive organizations. Standard device use may be affected.
121-
* Only enabled if required.
116+
* Criteria Mode increases certain security components on a device, see CommonCriteriaMode for
117+
* details.Warning: Common Criteria Mode enforces a strict security model typically only required
118+
* for IT products used in national security systems and other highly sensitive organizations.
119+
* Standard device use may be affected. Only enabled if required. If Common Criteria Mode is
120+
* turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and
121+
* any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
122122
* @param commonCriteriaMode commonCriteriaMode or {@code null} for none
123123
*/
124124
public AdvancedSecurityOverrides setCommonCriteriaMode(java.lang.String commonCriteriaMode) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ public final class CommonCriteriaModeInfo extends com.google.api.client.json.Gen
4040
@com.google.api.client.util.Key
4141
private java.lang.String commonCriteriaModeStatus;
4242

43+
/**
44+
* Output only. The status of policy signature verification.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private java.lang.String policySignatureVerificationStatus;
49+
4350
/**
4451
* Whether Common Criteria Mode is enabled.
4552
* @return value or {@code null} for none
@@ -57,6 +64,23 @@ public CommonCriteriaModeInfo setCommonCriteriaModeStatus(java.lang.String commo
5764
return this;
5865
}
5966

67+
/**
68+
* Output only. The status of policy signature verification.
69+
* @return value or {@code null} for none
70+
*/
71+
public java.lang.String getPolicySignatureVerificationStatus() {
72+
return policySignatureVerificationStatus;
73+
}
74+
75+
/**
76+
* Output only. The status of policy signature verification.
77+
* @param policySignatureVerificationStatus policySignatureVerificationStatus or {@code null} for none
78+
*/
79+
public CommonCriteriaModeInfo setPolicySignatureVerificationStatus(java.lang.String policySignatureVerificationStatus) {
80+
this.policySignatureVerificationStatus = policySignatureVerificationStatus;
81+
return this;
82+
}
83+
6084
@Override
6185
public CommonCriteriaModeInfo set(String fieldName, Object value) {
6286
return (CommonCriteriaModeInfo) super.set(fieldName, value);

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public final class ScreenBrightnessSettings extends com.google.api.client.json.G
3535
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
3636
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
3737
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
38-
* is reported if the Android version is less than 9.
38+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
39+
* devices on Android 15 and above.
3940
* The value may be {@code null}.
4041
*/
4142
@com.google.api.client.util.Key
@@ -53,7 +54,8 @@ public final class ScreenBrightnessSettings extends com.google.api.client.json.G
5354
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
5455
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
5556
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
56-
* is reported if the Android version is less than 9.
57+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
58+
* devices on Android 15 and above.
5759
* @return value or {@code null} for none
5860
*/
5961
public java.lang.Integer getScreenBrightness() {
@@ -65,7 +67,8 @@ public java.lang.Integer getScreenBrightness() {
6567
* brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected.
6668
* screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this.
6769
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
68-
* is reported if the Android version is less than 9.
70+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
71+
* devices on Android 15 and above.
6972
* @param screenBrightness screenBrightness or {@code null} for none
7073
*/
7174
public ScreenBrightnessSettings setScreenBrightness(java.lang.Integer screenBrightness) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public final class ScreenTimeoutSettings extends com.google.api.client.json.Gene
3939
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
4040
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
4141
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
42-
* is reported if the Android version is less than 9.
42+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
43+
* devices on Android 15 and above.
4344
* The value may be {@code null}.
4445
*/
4546
@com.google.api.client.util.Key
@@ -61,7 +62,8 @@ public final class ScreenTimeoutSettings extends com.google.api.client.json.Gene
6162
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
6263
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
6364
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
64-
* is reported if the Android version is less than 9.
65+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
66+
* devices on Android 15 and above.
6567
* @return value or {@code null} for none
6668
*/
6769
public String getScreenTimeout() {
@@ -77,7 +79,8 @@ public String getScreenTimeout() {
7779
* timeout is less than a certain lower bound, it is set to the lower bound. The lower bound may
7880
* vary across devices. If this is set, screenTimeoutMode must be SCREEN_TIMEOUT_ENFORCED.
7981
* Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL
80-
* is reported if the Android version is less than 9.
82+
* is reported if the Android version is less than 9. Supported on work profiles on company-owned
83+
* devices on Android 15 and above.
8184
* @param screenTimeout screenTimeout or {@code null} for none
8285
*/
8386
public ScreenTimeoutSettings setScreenTimeout(String screenTimeout) {

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

0 commit comments

Comments
 (0)