You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/Group.java
+24-15Lines changed: 24 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,17 @@ public final class Group extends com.google.api.client.json.GenericJson {
80
80
privateEntityKeygroupKey;
81
81
82
82
/**
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
87
87
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
88
88
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
89
89
* 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.
91
94
* The value may be {@code null}.
92
95
*/
93
96
@com.google.api.client.util.Key
@@ -225,29 +228,35 @@ public Group setGroupKey(EntityKey groupKey) {
225
228
}
226
229
227
230
/**
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
232
235
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
233
236
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
234
237
* 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.
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/Group.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,10 @@ public final class Group extends com.google.api.client.json.GenericJson {
87
87
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
88
88
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
89
89
* 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.
94
94
* The value may be {@code null}.
95
95
*/
96
96
@com.google.api.client.util.Key
@@ -242,10 +242,10 @@ public Group setGroupKey(EntityKey groupKey) {
242
242
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
243
243
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
244
244
* 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.
0 commit comments