Skip to content

Commit 153d70e

Browse files
1 parent 8646385 commit 153d70e

File tree

9 files changed

+40
-40
lines changed

9 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class ApnPolicy extends com.google.api.client.json.GenericJson {
3838
* proxyPort, mmsProxyAddress, mmsProxyPort, mmsc, mvnoType, protocol, roamingProtocol. If some of
3939
* the APN settings result in non-compliance of INVALID_VALUE , they will be ignored. This can be
4040
* set on fully managed devices on Android 10 and above. This can also be set on work profiles on
41-
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A nonComplianceDetail
42-
* with API_LEVEL is reported if the Android version is less than 10. A nonComplianceDetail with
41+
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A NonComplianceDetail
42+
* with API_LEVEL is reported if the Android version is less than 10. A NonComplianceDetail with
4343
* MANAGEMENT_MODE is reported for work profiles on Android versions less than 13.
4444
* The value may be {@code null}.
4545
*/
@@ -62,8 +62,8 @@ public final class ApnPolicy extends com.google.api.client.json.GenericJson {
6262
* proxyPort, mmsProxyAddress, mmsProxyPort, mmsc, mvnoType, protocol, roamingProtocol. If some of
6363
* the APN settings result in non-compliance of INVALID_VALUE , they will be ignored. This can be
6464
* set on fully managed devices on Android 10 and above. This can also be set on work profiles on
65-
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A nonComplianceDetail
66-
* with API_LEVEL is reported if the Android version is less than 10. A nonComplianceDetail with
65+
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A NonComplianceDetail
66+
* with API_LEVEL is reported if the Android version is less than 10. A NonComplianceDetail with
6767
* MANAGEMENT_MODE is reported for work profiles on Android versions less than 13.
6868
* @return value or {@code null} for none
6969
*/
@@ -78,8 +78,8 @@ public java.util.List<ApnSetting> getApnSettings() {
7878
* proxyPort, mmsProxyAddress, mmsProxyPort, mmsc, mvnoType, protocol, roamingProtocol. If some of
7979
* the APN settings result in non-compliance of INVALID_VALUE , they will be ignored. This can be
8080
* set on fully managed devices on Android 10 and above. This can also be set on work profiles on
81-
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A nonComplianceDetail
82-
* with API_LEVEL is reported if the Android version is less than 10. A nonComplianceDetail with
81+
* Android 13 and above and only with ApnSetting's with ENTERPRISE APN type. A NonComplianceDetail
82+
* with API_LEVEL is reported if the Android version is less than 10. A NonComplianceDetail with
8383
* MANAGEMENT_MODE is reported for work profiles on Android versions less than 13.
8484
* @param apnSettings apnSettings or {@code null} for none
8585
*/

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public final class ApnSetting extends com.google.api.client.json.GenericJson {
5151
/**
5252
* Required. Usage categories for the APN. Policy will be rejected if this field is empty or
5353
* contains APN_TYPE_UNSPECIFIED or duplicates. Multiple APN types can be set on fully managed
54-
* devices. ENTERPRISE is the only allowed APN type on work profiles. A nonComplianceDetail with
54+
* devices. ENTERPRISE is the only allowed APN type on work profiles. A NonComplianceDetail with
5555
* MANAGEMENT_MODE is reported for any other value on work profiles. APN types that are not
5656
* supported on the device or management mode will be ignored. If this results in the empty list,
57-
* the APN setting will be ignored, because apnTypes is a required field. A nonComplianceDetail
57+
* the APN setting will be ignored, because apnTypes is a required field. A NonComplianceDetail
5858
* with INVALID_VALUE is reported if none of the APN types are supported on the device or
5959
* management mode.
6060
* The value may be {@code null}.
@@ -111,7 +111,7 @@ public final class ApnSetting extends com.google.api.client.json.GenericJson {
111111
/**
112112
* Optional. The default MTU (Maximum Transmission Unit) size in bytes of the IPv4 routes brought
113113
* up by this APN setting. A value of 0 (default) means not set and negative values are rejected.
114-
* Supported on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the
114+
* Supported on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the
115115
* Android version is less than 13.
116116
* The value may be {@code null}.
117117
*/
@@ -121,7 +121,7 @@ public final class ApnSetting extends com.google.api.client.json.GenericJson {
121121
/**
122122
* Optional. The MTU (Maximum Transmission Unit) size of the IPv6 mobile interface to which the
123123
* APN connected. A value of 0 (default) means not set and negative values are rejected. Supported
124-
* on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the Android
124+
* on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the Android
125125
* version is less than 13.
126126
* The value may be {@code null}.
127127
*/
@@ -233,10 +233,10 @@ public ApnSetting setApn(java.lang.String apn) {
233233
/**
234234
* Required. Usage categories for the APN. Policy will be rejected if this field is empty or
235235
* contains APN_TYPE_UNSPECIFIED or duplicates. Multiple APN types can be set on fully managed
236-
* devices. ENTERPRISE is the only allowed APN type on work profiles. A nonComplianceDetail with
236+
* devices. ENTERPRISE is the only allowed APN type on work profiles. A NonComplianceDetail with
237237
* MANAGEMENT_MODE is reported for any other value on work profiles. APN types that are not
238238
* supported on the device or management mode will be ignored. If this results in the empty list,
239-
* the APN setting will be ignored, because apnTypes is a required field. A nonComplianceDetail
239+
* the APN setting will be ignored, because apnTypes is a required field. A NonComplianceDetail
240240
* with INVALID_VALUE is reported if none of the APN types are supported on the device or
241241
* management mode.
242242
* @return value or {@code null} for none
@@ -248,10 +248,10 @@ public java.util.List<java.lang.String> getApnTypes() {
248248
/**
249249
* Required. Usage categories for the APN. Policy will be rejected if this field is empty or
250250
* contains APN_TYPE_UNSPECIFIED or duplicates. Multiple APN types can be set on fully managed
251-
* devices. ENTERPRISE is the only allowed APN type on work profiles. A nonComplianceDetail with
251+
* devices. ENTERPRISE is the only allowed APN type on work profiles. A NonComplianceDetail with
252252
* MANAGEMENT_MODE is reported for any other value on work profiles. APN types that are not
253253
* supported on the device or management mode will be ignored. If this results in the empty list,
254-
* the APN setting will be ignored, because apnTypes is a required field. A nonComplianceDetail
254+
* the APN setting will be ignored, because apnTypes is a required field. A NonComplianceDetail
255255
* with INVALID_VALUE is reported if none of the APN types are supported on the device or
256256
* management mode.
257257
* @param apnTypes apnTypes or {@code null} for none
@@ -374,7 +374,7 @@ public ApnSetting setMmsc(java.lang.String mmsc) {
374374
/**
375375
* Optional. The default MTU (Maximum Transmission Unit) size in bytes of the IPv4 routes brought
376376
* up by this APN setting. A value of 0 (default) means not set and negative values are rejected.
377-
* Supported on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the
377+
* Supported on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the
378378
* Android version is less than 13.
379379
* @return value or {@code null} for none
380380
*/
@@ -385,7 +385,7 @@ public java.lang.Integer getMtuV4() {
385385
/**
386386
* Optional. The default MTU (Maximum Transmission Unit) size in bytes of the IPv4 routes brought
387387
* up by this APN setting. A value of 0 (default) means not set and negative values are rejected.
388-
* Supported on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the
388+
* Supported on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the
389389
* Android version is less than 13.
390390
* @param mtuV4 mtuV4 or {@code null} for none
391391
*/
@@ -397,7 +397,7 @@ public ApnSetting setMtuV4(java.lang.Integer mtuV4) {
397397
/**
398398
* Optional. The MTU (Maximum Transmission Unit) size of the IPv6 mobile interface to which the
399399
* APN connected. A value of 0 (default) means not set and negative values are rejected. Supported
400-
* on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the Android
400+
* on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the Android
401401
* version is less than 13.
402402
* @return value or {@code null} for none
403403
*/
@@ -408,7 +408,7 @@ public java.lang.Integer getMtuV6() {
408408
/**
409409
* Optional. The MTU (Maximum Transmission Unit) size of the IPv6 mobile interface to which the
410410
* APN connected. A value of 0 (default) means not set and negative values are rejected. Supported
411-
* on Android 13 and above. A nonComplianceDetail with API_LEVEL is reported if the Android
411+
* on Android 13 and above. A NonComplianceDetail with API_LEVEL is reported if the Android
412412
* version is less than 13.
413413
* @param mtuV6 mtuV6 or {@code null} for none
414414
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public final class ApplicationPolicy extends com.google.api.client.json.GenericJ
109109
* certificate fingerprint of the app on the device must match one of the entries in
110110
* signingKeyFingerprintsSha256 or the signing key certificate fingerprints obtained from Play
111111
* Store for the app to be able to communicate with Android Device Policy. If the app is not on
112-
* Play Store and signingKeyFingerprintsSha256 is not set, a nonComplianceDetail with
112+
* Play Store and signingKeyFingerprintsSha256 is not set, a NonComplianceDetail with
113113
* INVALID_VALUE is reported.
114114
* The value may be {@code null}.
115115
*/
@@ -394,7 +394,7 @@ public ApplicationPolicy setDisabled(java.lang.Boolean disabled) {
394394
* certificate fingerprint of the app on the device must match one of the entries in
395395
* signingKeyFingerprintsSha256 or the signing key certificate fingerprints obtained from Play
396396
* Store for the app to be able to communicate with Android Device Policy. If the app is not on
397-
* Play Store and signingKeyFingerprintsSha256 is not set, a nonComplianceDetail with
397+
* Play Store and signingKeyFingerprintsSha256 is not set, a NonComplianceDetail with
398398
* INVALID_VALUE is reported.
399399
* @return value or {@code null} for none
400400
*/
@@ -408,7 +408,7 @@ public ExtensionConfig getExtensionConfig() {
408408
* certificate fingerprint of the app on the device must match one of the entries in
409409
* signingKeyFingerprintsSha256 or the signing key certificate fingerprints obtained from Play
410410
* Store for the app to be able to communicate with Android Device Policy. If the app is not on
411-
* Play Store and signingKeyFingerprintsSha256 is not set, a nonComplianceDetail with
411+
* Play Store and signingKeyFingerprintsSha256 is not set, a NonComplianceDetail with
412412
* INVALID_VALUE is reported.
413413
* @param extensionConfig extensionConfig or {@code null} for none
414414
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Controls the data from the work profile that can be accessed from the personal profile and vice
21-
* versa. A nonComplianceDetail with MANAGEMENT_MODE is reported if the device does not have a work
21+
* versa. A NonComplianceDetail with MANAGEMENT_MODE is reported if the device does not have a work
2222
* profile.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
@@ -56,7 +56,7 @@ public final class CrossProfilePolicies extends com.google.api.client.json.Gener
5656
* blocklist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions
5757
* act as an allowlist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this
5858
* case, these exemptions act as an allowlist, in addition to the already allowlisted system
59-
* apps.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the
59+
* apps.Supported on Android 14 and above. A NonComplianceDetail with API_LEVEL is reported if the
6060
* Android version is less than 14.
6161
* The value may be {@code null}.
6262
*/
@@ -127,7 +127,7 @@ public CrossProfilePolicies setCrossProfileDataSharing(java.lang.String crossPro
127127
* blocklist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions
128128
* act as an allowlist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this
129129
* case, these exemptions act as an allowlist, in addition to the already allowlisted system
130-
* apps.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the
130+
* apps.Supported on Android 14 and above. A NonComplianceDetail with API_LEVEL is reported if the
131131
* Android version is less than 14.
132132
* @return value or {@code null} for none
133133
*/
@@ -142,7 +142,7 @@ public PackageNameList getExemptionsToShowWorkContactsInPersonalProfile() {
142142
* blocklist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions
143143
* act as an allowlist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this
144144
* case, these exemptions act as an allowlist, in addition to the already allowlisted system
145-
* apps.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the
145+
* apps.Supported on Android 14 and above. A NonComplianceDetail with API_LEVEL is reported if the
146146
* Android version is less than 14.
147147
* @param exemptionsToShowWorkContactsInPersonalProfile exemptionsToShowWorkContactsInPersonalProfile or {@code null} for none
148148
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class ExtensionConfig extends com.google.api.client.json.GenericJso
4949
* hexadecimal string representations of 64 characters are valid.The signing key certificate
5050
* fingerprints are always obtained from the Play Store and this field is used to provide
5151
* additional signing key certificate fingerprints. However, if the application is not available
52-
* on the Play Store, this field needs to be set. A nonComplianceDetail with INVALID_VALUE is
52+
* on the Play Store, this field needs to be set. A NonComplianceDetail with INVALID_VALUE is
5353
* reported if this field is not set when the application is not available on the Play Store.The
5454
* signing key certificate fingerprint of the extension app on the device must match one of the
5555
* signing key certificate fingerprints obtained from the Play Store or the ones provided in this
@@ -84,7 +84,7 @@ public ExtensionConfig setNotificationReceiver(java.lang.String notificationRece
8484
* hexadecimal string representations of 64 characters are valid.The signing key certificate
8585
* fingerprints are always obtained from the Play Store and this field is used to provide
8686
* additional signing key certificate fingerprints. However, if the application is not available
87-
* on the Play Store, this field needs to be set. A nonComplianceDetail with INVALID_VALUE is
87+
* on the Play Store, this field needs to be set. A NonComplianceDetail with INVALID_VALUE is
8888
* reported if this field is not set when the application is not available on the Play Store.The
8989
* signing key certificate fingerprint of the extension app on the device must match one of the
9090
* signing key certificate fingerprints obtained from the Play Store or the ones provided in this
@@ -101,7 +101,7 @@ public java.util.List<java.lang.String> getSigningKeyFingerprintsSha256() {
101101
* hexadecimal string representations of 64 characters are valid.The signing key certificate
102102
* fingerprints are always obtained from the Play Store and this field is used to provide
103103
* additional signing key certificate fingerprints. However, if the application is not available
104-
* on the Play Store, this field needs to be set. A nonComplianceDetail with INVALID_VALUE is
104+
* on the Play Store, this field needs to be set. A NonComplianceDetail with INVALID_VALUE is
105105
* reported if this field is not set when the application is not available on the Play Store.The
106106
* signing key certificate fingerprint of the extension app on the device must match one of the
107107
* signing key certificate fingerprints obtained from the Play Store or the ones provided in this

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public final class WifiSsidPolicy extends com.google.api.client.json.GenericJson
4242
/**
4343
* Optional. List of Wi-Fi SSIDs that should be applied in the policy. This field must be non-
4444
* empty when WifiSsidPolicyType is set to WIFI_SSID_ALLOWLIST. If this is set to a non-empty
45-
* list, then a nonComplianceDetail detail with API_LEVEL is reported if the Android version is
46-
* less than 13 and a nonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
45+
* list, then a NonComplianceDetail detail with API_LEVEL is reported if the Android version is
46+
* less than 13 and a NonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
4747
* devices.
4848
* The value may be {@code null}.
4949
*/
@@ -76,8 +76,8 @@ public WifiSsidPolicy setWifiSsidPolicyType(java.lang.String wifiSsidPolicyType)
7676
/**
7777
* Optional. List of Wi-Fi SSIDs that should be applied in the policy. This field must be non-
7878
* empty when WifiSsidPolicyType is set to WIFI_SSID_ALLOWLIST. If this is set to a non-empty
79-
* list, then a nonComplianceDetail detail with API_LEVEL is reported if the Android version is
80-
* less than 13 and a nonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
79+
* list, then a NonComplianceDetail detail with API_LEVEL is reported if the Android version is
80+
* less than 13 and a NonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
8181
* devices.
8282
* @return value or {@code null} for none
8383
*/
@@ -88,8 +88,8 @@ public java.util.List<WifiSsid> getWifiSsids() {
8888
/**
8989
* Optional. List of Wi-Fi SSIDs that should be applied in the policy. This field must be non-
9090
* empty when WifiSsidPolicyType is set to WIFI_SSID_ALLOWLIST. If this is set to a non-empty
91-
* list, then a nonComplianceDetail detail with API_LEVEL is reported if the Android version is
92-
* less than 13 and a nonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
91+
* list, then a NonComplianceDetail detail with API_LEVEL is reported if the Android version is
92+
* less than 13 and a NonComplianceDetail with MANAGEMENT_MODE is reported for non-company-owned
9393
* devices.
9494
* @param wifiSsids wifiSsids or {@code null} for none
9595
*/

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

0 commit comments

Comments
 (0)