File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
clients/google-api-services-androiddeviceprovisioning/v1
com/google/api/services/androiddeviceprovisioning/v1/model Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff 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-androiddeviceprovisioning</artifactId >
25- <version >v1-rev20241202 -2.0.0</version >
25+ <version >v1-rev20250331 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-androiddeviceprovisioning:v1-rev20241202 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-androiddeviceprovisioning:v1-rev20250331 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131public final class FindDevicesByDeviceIdentifierRequest extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * Required. Required. The device identifier to search for.
34+ * Required. Required. The device identifier to search for. If serial number is provided then case
35+ * insensitive serial number matches are allowed.
3536 * The value may be {@code null}.
3637 */
3738 @ com .google .api .client .util .Key
@@ -53,15 +54,17 @@ public final class FindDevicesByDeviceIdentifierRequest extends com.google.api.c
5354 private java .lang .String pageToken ;
5455
5556 /**
56- * Required. Required. The device identifier to search for.
57+ * Required. Required. The device identifier to search for. If serial number is provided then case
58+ * insensitive serial number matches are allowed.
5759 * @return value or {@code null} for none
5860 */
5961 public DeviceIdentifier getDeviceIdentifier () {
6062 return deviceIdentifier ;
6163 }
6264
6365 /**
64- * Required. Required. The device identifier to search for.
66+ * Required. Required. The device identifier to search for. If serial number is provided then case
67+ * insensitive serial number matches are allowed.
6568 * @param deviceIdentifier deviceIdentifier or {@code null} for none
6669 */
6770 public FindDevicesByDeviceIdentifierRequest setDeviceIdentifier (DeviceIdentifier deviceIdentifier ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-androiddeviceprovisioning</artifactId >
11- <version >v1-rev20241202 -2.0.0</version >
12- <name >Android Device Provisioning Partner API v1-rev20241202 -2.0.0</name >
11+ <version >v1-rev20250331 -2.0.0</version >
12+ <name >Android Device Provisioning Partner API v1-rev20250331 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-androiddeviceprovisioning</artifactId >
25- <version >v1-rev20241202 -2.0.0</version >
25+ <version >v1-rev20250331 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-androiddeviceprovisioning:v1-rev20241202 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-androiddeviceprovisioning:v1-rev20250331 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments