Skip to content

Commit bfc5b73

Browse files
1 parent 0fe24f6 commit bfc5b73

File tree

4 files changed

+33
-6
lines changed

4 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ public final class Policy extends com.google.api.client.json.GenericJson {
5555
@com.google.api.client.util.Key
5656
private MaintenanceWindow maintenanceWindow;
5757

58+
/**
59+
* An identifier for the policy that will be passed with the app install feedback sent from the
60+
* Play Store.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.String policyId;
65+
5866
/**
5967
* The availability granted to the device for the specified products. "all" gives the device
6068
* access to all products, regardless of approval status. "all" does not enable automatic
@@ -136,6 +144,25 @@ public Policy setMaintenanceWindow(MaintenanceWindow maintenanceWindow) {
136144
return this;
137145
}
138146

147+
/**
148+
* An identifier for the policy that will be passed with the app install feedback sent from the
149+
* Play Store.
150+
* @return value or {@code null} for none
151+
*/
152+
public java.lang.String getPolicyId() {
153+
return policyId;
154+
}
155+
156+
/**
157+
* An identifier for the policy that will be passed with the app install feedback sent from the
158+
* Play Store.
159+
* @param policyId policyId or {@code null} for none
160+
*/
161+
public Policy setPolicyId(java.lang.String policyId) {
162+
this.policyId = policyId;
163+
return this;
164+
}
165+
139166
/**
140167
* The availability granted to the device for the specified products. "all" gives the device
141168
* access to all products, regardless of approval status. "all" does not enable automatic

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-rev20240820-2.0.0</version>
12-
<name>Google Play EMM API v1-rev20240820-2.0.0</name>
11+
<version>v1-rev20241021-2.0.0</version>
12+
<name>Google Play EMM API v1-rev20241021-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-rev20240820-2.0.0</version>
25+
<version>v1-rev20241021-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-rev20240820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20241021-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)