@@ -51,11 +51,11 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
51
51
private java .util .List <java .lang .String > dryRunAccessLevels ;
52
52
53
53
/**
54
- * Required . Immutable. Google Group id whose members are subject to this binding's restrictions.
55
- * See "id" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-
56
- * sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this
57
- * resource will continue to point at the changed group. This field does not accept group email
58
- * addresses or aliases. Example: "01d520gv4vjcrht"
54
+ * Optional . Immutable. Google Group id whose users are subject to this binding's restrictions.
55
+ * See "id" in the [Google Workspace Directory API's Group Resource]
56
+ * (https://developers.google.com/admin- sdk/directory/v1/reference/groups#resource). If a group's
57
+ * email address/alias is changed, this resource will continue to point at the changed group. This
58
+ * field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"
59
59
* The value may be {@code null}.
60
60
*/
61
61
@ com .google .api .client .util .Key
@@ -145,23 +145,23 @@ public GcpUserAccessBinding setDryRunAccessLevels(java.util.List<java.lang.Strin
145
145
}
146
146
147
147
/**
148
- * Required . Immutable. Google Group id whose members are subject to this binding's restrictions.
149
- * See "id" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-
150
- * sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this
151
- * resource will continue to point at the changed group. This field does not accept group email
152
- * addresses or aliases. Example: "01d520gv4vjcrht"
148
+ * Optional . Immutable. Google Group id whose users are subject to this binding's restrictions.
149
+ * See "id" in the [Google Workspace Directory API's Group Resource]
150
+ * (https://developers.google.com/admin- sdk/directory/v1/reference/groups#resource). If a group's
151
+ * email address/alias is changed, this resource will continue to point at the changed group. This
152
+ * field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"
153
153
* @return value or {@code null} for none
154
154
*/
155
155
public java .lang .String getGroupKey () {
156
156
return groupKey ;
157
157
}
158
158
159
159
/**
160
- * Required . Immutable. Google Group id whose members are subject to this binding's restrictions.
161
- * See "id" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-
162
- * sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this
163
- * resource will continue to point at the changed group. This field does not accept group email
164
- * addresses or aliases. Example: "01d520gv4vjcrht"
160
+ * Optional . Immutable. Google Group id whose users are subject to this binding's restrictions.
161
+ * See "id" in the [Google Workspace Directory API's Group Resource]
162
+ * (https://developers.google.com/admin- sdk/directory/v1/reference/groups#resource). If a group's
163
+ * email address/alias is changed, this resource will continue to point at the changed group. This
164
+ * field does not accept group email addresses or aliases. Example: "01d520gv4vjcrht"
165
165
* @param groupKey groupKey or {@code null} for none
166
166
*/
167
167
public GcpUserAccessBinding setGroupKey (java .lang .String groupKey ) {
0 commit comments