Skip to content

Commit f85bba7

Browse files
1 parent f484155 commit f85bba7

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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

clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/AndroidAttributes.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public final class AndroidAttributes extends com.google.api.client.json.GenericJ
6666
private java.lang.String ownershipPrivilege;
6767

6868
/**
69-
* Whether device supports Android work profiles. If false, this service will not block access to
70-
* corp data even if an administrator turns on the "Enforce Work Profile" policy.
69+
* Whether the device supports Android work profiles. If false, this service will not block access
70+
* to corp data even if an administrator turns on the "Enforce Work Profile" policy.
7171
* The value may be {@code null}.
7272
*/
7373
@com.google.api.client.util.Key
@@ -175,17 +175,17 @@ public AndroidAttributes setOwnershipPrivilege(java.lang.String ownershipPrivile
175175
}
176176

177177
/**
178-
* Whether device supports Android work profiles. If false, this service will not block access to
179-
* corp data even if an administrator turns on the "Enforce Work Profile" policy.
178+
* Whether the device supports Android work profiles. If false, this service will not block access
179+
* to corp data even if an administrator turns on the "Enforce Work Profile" policy.
180180
* @return value or {@code null} for none
181181
*/
182182
public java.lang.Boolean getSupportsWorkProfile() {
183183
return supportsWorkProfile;
184184
}
185185

186186
/**
187-
* Whether device supports Android work profiles. If false, this service will not block access to
188-
* corp data even if an administrator turns on the "Enforce Work Profile" policy.
187+
* Whether the device supports Android work profiles. If false, this service will not block access
188+
* to corp data even if an administrator turns on the "Enforce Work Profile" policy.
189189
* @param supportsWorkProfile supportsWorkProfile or {@code null} for none
190190
*/
191191
public AndroidAttributes setSupportsWorkProfile(java.lang.Boolean supportsWorkProfile) {

clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserAttributes.java

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

1919
/**
20-
* Contains information about browser profiles reported by the Clients on the device (e.g. [Endpoint
20+
* Contains information about browser profiles reported by the clients on the device (e.g. [Endpoint
2121
* Verification extension](https://chromewebstore.google.com/detail/endpoint-
2222
* verification/callobklhcbilhphinckomhgkigmfocg?pli=1)).
2323
*

clients/google-api-services-cloudidentity/v1beta1/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>v1beta1-rev20260310-2.0.0</version>
12-
<name>Cloud Identity API v1beta1-rev20260310-2.0.0</name>
11+
<version>v1beta1-rev20260317-2.0.0</version>
12+
<name>Cloud Identity API v1beta1-rev20260317-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)