Skip to content

Commit 9128665

Browse files
1 parent ceabcce commit 9128665

File tree

7 files changed

+9
-38
lines changed

7 files changed

+9
-38
lines changed

clients/google-api-services-androidenterprise/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-androidenterprise</artifactId>
25-
<version>v1-rev20240703-2.0.0</version>
25+
<version>v1-rev20240820-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-androidenterprise:v1-rev20240703-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240820-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/Entitlement.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@
1818

1919
/**
2020
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations.
21-
* The presence of an Entitlements resource indicates that a user has the right to use a particular
22-
* app. Entitlements are user specific, not device specific. This allows a user with an entitlement
23-
* to an app to install the app on all their devices. It's also possible for a user to hold an
24-
* entitlement to an app without installing the app on any device. The API can be used to create an
25-
* entitlement. As an option, you can also use the API to trigger the installation of an app on all
26-
* a user's managed devices at the same time the entitlement is created. If the app is free,
27-
* creating the entitlement also creates a group license for that app. For paid apps, creating the
28-
* entitlement consumes one license, and that license remains consumed until the entitlement is
29-
* removed. If the enterprise hasn't purchased enough licenses, then no entitlement is created and
30-
* the installation fails. An entitlement is also not created for an app if the app requires
31-
* permissions that the enterprise hasn't accepted. If an entitlement is deleted, the app may be
32-
* uninstalled from a user's device. As a best practice, uninstall the app by calling
33-
* Installs.delete() before deleting the entitlement. Entitlements for apps that a user pays for on
34-
* an unmanaged profile have "userPurchase" as the entitlement reason. These entitlements cannot be
35-
* removed via the API.
3621
*
3722
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3823
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/GroupLicense.java

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@
1717
package com.google.api.services.androidenterprise.model;
1818

1919
/**
20-
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations.
21-
* Group license objects allow you to keep track of licenses (called entitlements) for both free and
22-
* paid apps. For a free app, a group license is created when an enterprise admin first approves the
23-
* product in Google Play or when the first entitlement for the product is created for a user via
24-
* the API. For a paid app, a group license object is only created when an enterprise admin
25-
* purchases the product in Google Play for the first time. Use the API to query group licenses. A
26-
* Grouplicenses resource includes the total number of licenses purchased (paid apps only) and the
27-
* total number of licenses currently in use. In other words, the total number of Entitlements that
28-
* exist for the product. Only one group license object is created per product and group license
29-
* objects are never deleted. If a product is unapproved, its group license remains. This allows
30-
* enterprise admins to keep track of any remaining entitlements for the product.
20+
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations
3121
*
3222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3323
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/ManagedConfiguration.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
package com.google.api.services.androidenterprise.model;
1818

1919
/**
20-
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations. A
21-
* managed configuration resource contains the set of managed properties defined by the app
22-
* developer in the app's managed configurations schema, as well as any configuration variables
23-
* defined for the user.
20+
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations
2421
*
2522
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2623
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:

clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/ServiceAccountKey.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.androidenterprise.model;
1818

1919
/**
20-
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations.
21-
* Credentials that can be used to authenticate as a service account.
20+
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:

clients/google-api-services-androidenterprise/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-androidenterprise</artifactId>
11-
<version>v1-rev20240703-2.0.0</version>
12-
<name>Google Play EMM API v1-rev20240703-2.0.0</name>
11+
<version>v1-rev20240820-2.0.0</version>
12+
<name>Google Play EMM API v1-rev20240820-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidenterprise/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-androidenterprise</artifactId>
25-
<version>v1-rev20240703-2.0.0</version>
25+
<version>v1-rev20240820-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-androidenterprise:v1-rev20240703-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240820-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)