Skip to content

Commit d507b54

Browse files
1 parent b64f4bb commit d507b54

File tree

8 files changed

+48
-39
lines changed

8 files changed

+48
-39
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-rev20250121-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250121-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,17 @@ public final class Group extends com.google.api.client.json.GenericJson {
8080
private EntityKey groupKey;
8181

8282
/**
83-
* Required. One or more label entries that apply to the Group. Currently supported labels contain
84-
* a key with an empty value. Google Groups are the default type of group and have a label with a
85-
* key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing
86-
* Google Groups can have an additional label with a key of
83+
* Required. One or more label entries that apply to the Group. Labels contain a key with an empty
84+
* value. Google Groups are the default type of group and have a label with a key of
85+
* `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google
86+
* Groups can have an additional label with a key of
8787
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
8888
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
8989
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
90-
* Cloud Search have a label with a key of `system/groups/external` and an empty value.
90+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
91+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
92+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
93+
* locks the group. To unlock the group, remove this label.
9194
* The value may be {@code null}.
9295
*/
9396
@com.google.api.client.util.Key
@@ -225,29 +228,35 @@ public Group setGroupKey(EntityKey groupKey) {
225228
}
226229

227230
/**
228-
* Required. One or more label entries that apply to the Group. Currently supported labels contain
229-
* a key with an empty value. Google Groups are the default type of group and have a label with a
230-
* key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing
231-
* Google Groups can have an additional label with a key of
231+
* Required. One or more label entries that apply to the Group. Labels contain a key with an empty
232+
* value. Google Groups are the default type of group and have a label with a key of
233+
* `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google
234+
* Groups can have an additional label with a key of
232235
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
233236
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
234237
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
235-
* Cloud Search have a label with a key of `system/groups/external` and an empty value.
238+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
239+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
240+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
241+
* locks the group. To unlock the group, remove this label.
236242
* @return value or {@code null} for none
237243
*/
238244
public java.util.Map<String, java.lang.String> getLabels() {
239245
return labels;
240246
}
241247

242248
/**
243-
* Required. One or more label entries that apply to the Group. Currently supported labels contain
244-
* a key with an empty value. Google Groups are the default type of group and have a label with a
245-
* key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing
246-
* Google Groups can have an additional label with a key of
249+
* Required. One or more label entries that apply to the Group. Labels contain a key with an empty
250+
* value. Google Groups are the default type of group and have a label with a key of
251+
* `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google
252+
* Groups can have an additional label with a key of
247253
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
248254
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
249255
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
250-
* Cloud Search have a label with a key of `system/groups/external` and an empty value.
256+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
257+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
258+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
259+
* locks the group. To unlock the group, remove this label.
251260
* @param labels labels or {@code null} for none
252261
*/
253262
public Group setLabels(java.util.Map<String, java.lang.String> labels) {

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-rev20250121-2.0.0</version>
12-
<name>Cloud Identity API v1-rev20250121-2.0.0</name>
11+
<version>v1-rev20250701-2.0.0</version>
12+
<name>Cloud Identity API v1-rev20250701-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-rev20250121-2.0.0</version>
25+
<version>v1-rev20250701-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-rev20250121-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20250701-2.0.0'
3939
}
4040
```
4141

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ public final class Group extends com.google.api.client.json.GenericJson {
8787
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
8888
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
8989
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
90-
* Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta)
91-
* Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
92-
* add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value.
93-
* Doing so locks the group. To unlock the group, remove this label.
90+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
91+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
92+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
93+
* locks the group. To unlock the group, remove this label.
9494
* The value may be {@code null}.
9595
*/
9696
@com.google.api.client.util.Key
@@ -242,10 +242,10 @@ public Group setGroupKey(EntityKey groupKey) {
242242
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
243243
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
244244
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
245-
* Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta)
246-
* Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
247-
* add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value.
248-
* Doing so locks the group. To unlock the group, remove this label.
245+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
246+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
247+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
248+
* locks the group. To unlock the group, remove this label.
249249
* @return value or {@code null} for none
250250
*/
251251
public java.util.Map<String, java.lang.String> getLabels() {
@@ -260,10 +260,10 @@ public java.util.Map<String, java.lang.String> getLabels() {
260260
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
261261
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
262262
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
263-
* Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta)
264-
* Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
265-
* add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value.
266-
* Doing so locks the group. To unlock the group, remove this label.
263+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. Google
264+
* Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group, add a
265+
* label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value. Doing so
266+
* locks the group. To unlock the group, remove this label.
267267
* @param labels labels or {@code null} for none
268268
*/
269269
public Group setLabels(java.util.Map<String, java.lang.String> labels) {

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-rev20250121-2.0.0</version>
12-
<name>Cloud Identity API v1beta1-rev20250121-2.0.0</name>
11+
<version>v1beta1-rev20250701-2.0.0</version>
12+
<name>Cloud Identity API v1beta1-rev20250701-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-rev20250121-2.0.0</version>
25+
<version>v1beta1-rev20250701-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-rev20250121-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20250701-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)