Skip to content

Commit c17a0a3

Browse files
1 parent d8dd786 commit c17a0a3

File tree

6 files changed

+21
-15
lines changed

6 files changed

+21
-15
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-rev20240724-2.0.0</version>
25+
<version>v1-rev20240805-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-rev20240724-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev20240805-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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
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
3636
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
37-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode
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
3839
* enforces a strict security model typically only required for IT products used in national
3940
* security systems and other highly sensitive organizations. Standard device use may be affected.
4041
* Only enabled if required.
@@ -90,7 +91,8 @@ public final class AdvancedSecurityOverrides extends com.google.api.client.json.
9091
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
9192
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
9293
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
93-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode
94+
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
95+
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
9496
* enforces a strict security model typically only required for IT products used in national
9597
* security systems and other highly sensitive organizations. Standard device use may be affected.
9698
* Only enabled if required.
@@ -104,7 +106,8 @@ public java.lang.String getCommonCriteriaMode() {
104106
* Controls Common Criteria Mode—security standards defined in the Common Criteria for Information
105107
* Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common
106108
* Criteria Mode increases certain security components on a device, including AES-GCM encryption
107-
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode
109+
* of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Common Criteria Mode is only
110+
* supported on company-owned devices running Android 11 or above.Warning: Common Criteria Mode
108111
* enforces a strict security model typically only required for IT products used in national
109112
* security systems and other highly sensitive organizations. Standard device use may be affected.
110113
* Only enabled if required.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public final class Device extends com.google.api.client.json.GenericJson {
8686
* Information about Common Criteria Mode—security standards defined in the Common Criteria for
8787
* Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This
8888
* information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in
89-
* the device's policy.
89+
* the device's policy the device is company-owned.
9090
* The value may be {@code null}.
9191
*/
9292
@com.google.api.client.util.Key
@@ -429,7 +429,7 @@ public Device setAppliedState(java.lang.String appliedState) {
429429
* Information about Common Criteria Mode—security standards defined in the Common Criteria for
430430
* Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This
431431
* information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in
432-
* the device's policy.
432+
* the device's policy the device is company-owned.
433433
* @return value or {@code null} for none
434434
*/
435435
public CommonCriteriaModeInfo getCommonCriteriaModeInfo() {
@@ -440,7 +440,7 @@ public CommonCriteriaModeInfo getCommonCriteriaModeInfo() {
440440
* Information about Common Criteria Mode—security standards defined in the Common Criteria for
441441
* Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC).This
442442
* information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in
443-
* the device's policy.
443+
* the device's policy the device is company-owned.
444444
* @param commonCriteriaModeInfo commonCriteriaModeInfo or {@code null} for none
445445
*/
446446
public Device setCommonCriteriaModeInfo(CommonCriteriaModeInfo commonCriteriaModeInfo) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class StatusReportingSettings extends com.google.api.client.json.Ge
4545
private java.lang.Boolean applicationReportsEnabled;
4646

4747
/**
48-
* Whether Common Criteria Mode reporting is enabled.
48+
* Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned
49+
* devices.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -145,15 +146,17 @@ public StatusReportingSettings setApplicationReportsEnabled(java.lang.Boolean ap
145146
}
146147

147148
/**
148-
* Whether Common Criteria Mode reporting is enabled.
149+
* Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned
150+
* devices.
149151
* @return value or {@code null} for none
150152
*/
151153
public java.lang.Boolean getCommonCriteriaModeEnabled() {
152154
return commonCriteriaModeEnabled;
153155
}
154156

155157
/**
156-
* Whether Common Criteria Mode reporting is enabled.
158+
* Whether Common Criteria Mode reporting is enabled. This is supported only on company-owned
159+
* devices.
157160
* @param commonCriteriaModeEnabled commonCriteriaModeEnabled or {@code null} for none
158161
*/
159162
public StatusReportingSettings setCommonCriteriaModeEnabled(java.lang.Boolean commonCriteriaModeEnabled) {

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

0 commit comments

Comments
 (0)