Skip to content

Commit 4c15441

Browse files
1 parent 544c4e7 commit 4c15441

File tree

4 files changed

+67
-20
lines changed

4 files changed

+67
-20
lines changed

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

clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,10 +3169,9 @@ public List set(String parameterName, Object value) {
31693169
* the scope: https://www.googleapis.com/auth/cloud-identity.devices.lookup If multiple properties
31703170
* are provided, only DeviceUsers having all of these properties are considered as matches - i.e.
31713171
* the query behaves like an AND. Different platforms require different amounts of information from
3172-
* the caller to ensure that the DeviceUser is uniquely identified. - iOS: No properties need to be
3173-
* passed, the caller's credentials are sufficient to identify the corresponding DeviceUser. -
3174-
* Android: Specifying the 'android_id' field is required. - Desktop: Specifying the
3175-
* 'raw_resource_id' field is required.
3172+
* the caller to ensure that the DeviceUser is uniquely identified. - iOS: Specifying the 'partner'
3173+
* and 'ios_device_id' fields is required. - Android: Specifying the 'android_id' field is required.
3174+
* - Desktop: Specifying the 'raw_resource_id' field is required.
31763175
*
31773176
* Create a request for the method "deviceUsers.lookup".
31783177
*
@@ -3201,10 +3200,9 @@ public class Lookup extends CloudIdentityRequest<com.google.api.services.cloudid
32013200
* with the scope: https://www.googleapis.com/auth/cloud-identity.devices.lookup If multiple
32023201
* properties are provided, only DeviceUsers having all of these properties are considered as
32033202
* matches - i.e. the query behaves like an AND. Different platforms require different amounts of
3204-
* information from the caller to ensure that the DeviceUser is uniquely identified. - iOS: No
3205-
* properties need to be passed, the caller's credentials are sufficient to identify the
3206-
* corresponding DeviceUser. - Android: Specifying the 'android_id' field is required. - Desktop:
3207-
* Specifying the 'raw_resource_id' field is required.
3203+
* information from the caller to ensure that the DeviceUser is uniquely identified. - iOS:
3204+
* Specifying the 'partner' and 'ios_device_id' fields is required. - Android: Specifying the
3205+
* 'android_id' field is required. - Desktop: Specifying the 'raw_resource_id' field is required.
32083206
*
32093207
* Create a request for the method "deviceUsers.lookup".
32103208
*
@@ -3342,6 +3340,32 @@ public Lookup setAndroidId(java.lang.String androidId) {
33423340
return this;
33433341
}
33443342

3343+
/**
3344+
* Optional. The partner-specified device identifier assigned to the iOS device that
3345+
* initiated the Lookup API call. This string must match the value of the iosDeviceId key in
3346+
* the app config dictionary provided to Google Workspace apps.
3347+
*/
3348+
@com.google.api.client.util.Key
3349+
private java.lang.String iosDeviceId;
3350+
3351+
/** Optional. The partner-specified device identifier assigned to the iOS device that initiated the
3352+
Lookup API call. This string must match the value of the iosDeviceId key in the app config
3353+
dictionary provided to Google Workspace apps.
3354+
*/
3355+
public java.lang.String getIosDeviceId() {
3356+
return iosDeviceId;
3357+
}
3358+
3359+
/**
3360+
* Optional. The partner-specified device identifier assigned to the iOS device that
3361+
* initiated the Lookup API call. This string must match the value of the iosDeviceId key in
3362+
* the app config dictionary provided to Google Workspace apps.
3363+
*/
3364+
public Lookup setIosDeviceId(java.lang.String iosDeviceId) {
3365+
this.iosDeviceId = iosDeviceId;
3366+
return this;
3367+
}
3368+
33453369
/**
33463370
* The maximum number of DeviceUsers to return. If unspecified, at most 20 DeviceUsers will
33473371
* be returned. The maximum value is 20; values above 20 will be coerced to 20.
@@ -3391,20 +3415,43 @@ public Lookup setPageToken(java.lang.String pageToken) {
33913415
return this;
33923416
}
33933417

3418+
/**
3419+
* Optional. The partner ID of the calling iOS app. This string must match the value of the
3420+
* partner key within the app configuration dictionary provided to Google Workspace apps.
3421+
*/
3422+
@com.google.api.client.util.Key
3423+
private java.lang.String partner;
3424+
3425+
/** Optional. The partner ID of the calling iOS app. This string must match the value of the partner
3426+
key within the app configuration dictionary provided to Google Workspace apps.
3427+
*/
3428+
public java.lang.String getPartner() {
3429+
return partner;
3430+
}
3431+
3432+
/**
3433+
* Optional. The partner ID of the calling iOS app. This string must match the value of the
3434+
* partner key within the app configuration dictionary provided to Google Workspace apps.
3435+
*/
3436+
public Lookup setPartner(java.lang.String partner) {
3437+
this.partner = partner;
3438+
return this;
3439+
}
3440+
33943441
/**
33953442
* Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google
33963443
* Endpoint Verification, this id will be saved as the 'device_resource_id' field in the
3397-
* following platform dependent files. * macOS: ~/.secureConnect/context_aware_config.json *
3398-
* Windows: %USERPROFILE%\AppData\Local\Google\Endpoint Verification\accounts.json * Linux:
3444+
* following platform dependent files. Mac: ~/.secureConnect/context_aware_config.json
3445+
* Windows: C:\Users\%USERPROFILE%\.secureConnect\context_aware_config.json Linux:
33993446
* ~/.secureConnect/context_aware_config.json
34003447
*/
34013448
@com.google.api.client.util.Key
34023449
private java.lang.String rawResourceId;
34033450

34043451
/** Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint
34053452
Verification, this id will be saved as the 'device_resource_id' field in the following platform
3406-
dependent files. * macOS: ~/.secureConnect/context_aware_config.json * Windows:
3407-
%USERPROFILE%\AppData\Local\Google\Endpoint Verification\accounts.json * Linux:
3453+
dependent files. Mac: ~/.secureConnect/context_aware_config.json Windows:
3454+
C:\Users\%USERPROFILE%\.secureConnect\context_aware_config.json Linux:
34083455
~/.secureConnect/context_aware_config.json
34093456
*/
34103457
public java.lang.String getRawResourceId() {
@@ -3414,8 +3461,8 @@ public java.lang.String getRawResourceId() {
34143461
/**
34153462
* Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google
34163463
* Endpoint Verification, this id will be saved as the 'device_resource_id' field in the
3417-
* following platform dependent files. * macOS: ~/.secureConnect/context_aware_config.json *
3418-
* Windows: %USERPROFILE%\AppData\Local\Google\Endpoint Verification\accounts.json * Linux:
3464+
* following platform dependent files. Mac: ~/.secureConnect/context_aware_config.json
3465+
* Windows: C:\Users\%USERPROFILE%\.secureConnect\context_aware_config.json Linux:
34193466
* ~/.secureConnect/context_aware_config.json
34203467
*/
34213468
public Lookup setRawResourceId(java.lang.String rawResourceId) {

clients/google-api-services-cloudidentity/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-cloudidentity</artifactId>
11-
<version>v1-rev20250805-2.0.0</version>
12-
<name>Cloud Identity API v1-rev20250805-2.0.0</name>
11+
<version>v1-rev20250923-2.0.0</version>
12+
<name>Cloud Identity API v1-rev20250923-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)