Skip to content

Commit 656ddce

Browse files
1 parent b9c4acd commit 656ddce

File tree

4 files changed

+12
-9
lines changed

4 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ public final class ApplicationPolicy extends com.google.api.client.json.GenericJ
164164
* ManagedProperty values supported by the app. Each field name in the managed configuration must
165165
* match the key field of the ManagedProperty. The field value must be compatible with the type of
166166
* the ManagedProperty: *type* *JSON value* BOOL true or false STRING string INTEGER number CHOICE
167-
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects
167+
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects Note: string
168+
* values cannot be longer than 65535 characters.
168169
* The value may be {@code null}.
169170
*/
170171
@com.google.api.client.util.Key
@@ -572,7 +573,8 @@ public ApplicationPolicy setLockTaskAllowed(java.lang.Boolean lockTaskAllowed) {
572573
* ManagedProperty values supported by the app. Each field name in the managed configuration must
573574
* match the key field of the ManagedProperty. The field value must be compatible with the type of
574575
* the ManagedProperty: *type* *JSON value* BOOL true or false STRING string INTEGER number CHOICE
575-
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects
576+
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects Note: string
577+
* values cannot be longer than 65535 characters.
576578
* @return value or {@code null} for none
577579
*/
578580
public java.util.Map<String, java.lang.Object> getManagedConfiguration() {
@@ -584,7 +586,8 @@ public java.util.Map<String, java.lang.Object> getManagedConfiguration() {
584586
* ManagedProperty values supported by the app. Each field name in the managed configuration must
585587
* match the key field of the ManagedProperty. The field value must be compatible with the type of
586588
* the ManagedProperty: *type* *JSON value* BOOL true or false STRING string INTEGER number CHOICE
587-
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects
589+
* string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects Note: string
590+
* values cannot be longer than 65535 characters.
588591
* @param managedConfiguration managedConfiguration or {@code null} for none
589592
*/
590593
public ApplicationPolicy setManagedConfiguration(java.util.Map<String, java.lang.Object> managedConfiguration) {

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

0 commit comments

Comments
 (0)