@@ -187,7 +187,7 @@ public GroupServiceStub getStub() {
187187 * }
188188 * </code></pre>
189189 *
190- * @param name The project whose groups are to be listed. The format is
190+ * @param name Required. The project whose groups are to be listed. The format is
191191 * `"projects/{project_id_or_number}"`.
192192 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
193193 */
@@ -212,7 +212,7 @@ public final ListGroupsPagedResponse listGroups(ProjectName name) {
212212 * }
213213 * </code></pre>
214214 *
215- * @param name The project whose groups are to be listed. The format is
215+ * @param name Required. The project whose groups are to be listed. The format is
216216 * `"projects/{project_id_or_number}"`.
217217 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
218218 */
@@ -314,7 +314,7 @@ public final UnaryCallable<ListGroupsRequest, ListGroupsResponse> listGroupsCall
314314 * }
315315 * </code></pre>
316316 *
317- * @param name The group to retrieve. The format is
317+ * @param name Required. The group to retrieve. The format is
318318 * `"projects/{project_id_or_number}/groups/{group_id}"`.
319319 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
320320 */
@@ -337,7 +337,7 @@ public final Group getGroup(GroupName name) {
337337 * }
338338 * </code></pre>
339339 *
340- * @param name The group to retrieve. The format is
340+ * @param name Required. The group to retrieve. The format is
341341 * `"projects/{project_id_or_number}/groups/{group_id}"`.
342342 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
343343 */
@@ -405,10 +405,10 @@ public final UnaryCallable<GetGroupRequest, Group> getGroupCallable() {
405405 * }
406406 * </code></pre>
407407 *
408- * @param name The project in which to create the group. The format is
408+ * @param name Required. The project in which to create the group. The format is
409409 * `"projects/{project_id_or_number}"`.
410- * @param group A group definition. It is an error to define the `name` field because the system
411- * assigns the name.
410+ * @param group Required. A group definition. It is an error to define the `name` field because
411+ * the system assigns the name.
412412 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
413413 */
414414 public final Group createGroup (ProjectName name , Group group ) {
@@ -434,10 +434,10 @@ public final Group createGroup(ProjectName name, Group group) {
434434 * }
435435 * </code></pre>
436436 *
437- * @param name The project in which to create the group. The format is
437+ * @param name Required. The project in which to create the group. The format is
438438 * `"projects/{project_id_or_number}"`.
439- * @param group A group definition. It is an error to define the `name` field because the system
440- * assigns the name.
439+ * @param group Required. A group definition. It is an error to define the `name` field because
440+ * the system assigns the name.
441441 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
442442 */
443443 public final Group createGroup (String name , Group group ) {
@@ -508,8 +508,8 @@ public final UnaryCallable<CreateGroupRequest, Group> createGroupCallable() {
508508 * }
509509 * </code></pre>
510510 *
511- * @param group The new definition of the group. All fields of the existing group, excepting
512- * `name`, are replaced with the corresponding fields of this group.
511+ * @param group Required. The new definition of the group. All fields of the existing group,
512+ * excepting `name`, are replaced with the corresponding fields of this group.
513513 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
514514 */
515515 public final Group updateGroup (Group group ) {
@@ -575,7 +575,7 @@ public final UnaryCallable<UpdateGroupRequest, Group> updateGroupCallable() {
575575 * }
576576 * </code></pre>
577577 *
578- * @param name The group to delete. The format is
578+ * @param name Required. The group to delete. The format is
579579 * `"projects/{project_id_or_number}/groups/{group_id}"`.
580580 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
581581 */
@@ -598,7 +598,7 @@ public final void deleteGroup(GroupName name) {
598598 * }
599599 * </code></pre>
600600 *
601- * @param name The group to delete. The format is
601+ * @param name Required. The group to delete. The format is
602602 * `"projects/{project_id_or_number}/groups/{group_id}"`.
603603 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
604604 */
@@ -667,7 +667,7 @@ public final UnaryCallable<DeleteGroupRequest, Empty> deleteGroupCallable() {
667667 * }
668668 * </code></pre>
669669 *
670- * @param name The group whose members are listed. The format is
670+ * @param name Required. The group whose members are listed. The format is
671671 * `"projects/{project_id_or_number}/groups/{group_id}"`.
672672 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
673673 */
@@ -692,7 +692,7 @@ public final ListGroupMembersPagedResponse listGroupMembers(GroupName name) {
692692 * }
693693 * </code></pre>
694694 *
695- * @param name The group whose members are listed. The format is
695+ * @param name Required. The group whose members are listed. The format is
696696 * `"projects/{project_id_or_number}/groups/{group_id}"`.
697697 * @throws com.google.api.gax.rpc.ApiException if the remote call fails
698698 */
0 commit comments