@@ -187,7 +187,7 @@ public GroupServiceStub getStub() {
187
187
* }
188
188
* </code></pre>
189
189
*
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
191
191
* `"projects/{project_id_or_number}"`.
192
192
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
193
193
*/
@@ -212,7 +212,7 @@ public final ListGroupsPagedResponse listGroups(ProjectName name) {
212
212
* }
213
213
* </code></pre>
214
214
*
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
216
216
* `"projects/{project_id_or_number}"`.
217
217
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
218
218
*/
@@ -314,7 +314,7 @@ public final UnaryCallable<ListGroupsRequest, ListGroupsResponse> listGroupsCall
314
314
* }
315
315
* </code></pre>
316
316
*
317
- * @param name The group to retrieve. The format is
317
+ * @param name Required. The group to retrieve. The format is
318
318
* `"projects/{project_id_or_number}/groups/{group_id}"`.
319
319
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
320
320
*/
@@ -337,7 +337,7 @@ public final Group getGroup(GroupName name) {
337
337
* }
338
338
* </code></pre>
339
339
*
340
- * @param name The group to retrieve. The format is
340
+ * @param name Required. The group to retrieve. The format is
341
341
* `"projects/{project_id_or_number}/groups/{group_id}"`.
342
342
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
343
343
*/
@@ -405,10 +405,10 @@ public final UnaryCallable<GetGroupRequest, Group> getGroupCallable() {
405
405
* }
406
406
* </code></pre>
407
407
*
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
409
409
* `"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.
412
412
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
413
413
*/
414
414
public final Group createGroup (ProjectName name , Group group ) {
@@ -434,10 +434,10 @@ public final Group createGroup(ProjectName name, Group group) {
434
434
* }
435
435
* </code></pre>
436
436
*
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
438
438
* `"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.
441
441
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
442
442
*/
443
443
public final Group createGroup (String name , Group group ) {
@@ -508,8 +508,8 @@ public final UnaryCallable<CreateGroupRequest, Group> createGroupCallable() {
508
508
* }
509
509
* </code></pre>
510
510
*
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.
513
513
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
514
514
*/
515
515
public final Group updateGroup (Group group ) {
@@ -575,7 +575,7 @@ public final UnaryCallable<UpdateGroupRequest, Group> updateGroupCallable() {
575
575
* }
576
576
* </code></pre>
577
577
*
578
- * @param name The group to delete. The format is
578
+ * @param name Required. The group to delete. The format is
579
579
* `"projects/{project_id_or_number}/groups/{group_id}"`.
580
580
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
581
581
*/
@@ -598,7 +598,7 @@ public final void deleteGroup(GroupName name) {
598
598
* }
599
599
* </code></pre>
600
600
*
601
- * @param name The group to delete. The format is
601
+ * @param name Required. The group to delete. The format is
602
602
* `"projects/{project_id_or_number}/groups/{group_id}"`.
603
603
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
604
604
*/
@@ -667,7 +667,7 @@ public final UnaryCallable<DeleteGroupRequest, Empty> deleteGroupCallable() {
667
667
* }
668
668
* </code></pre>
669
669
*
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
671
671
* `"projects/{project_id_or_number}/groups/{group_id}"`.
672
672
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
673
673
*/
@@ -692,7 +692,7 @@ public final ListGroupMembersPagedResponse listGroupMembers(GroupName name) {
692
692
* }
693
693
* </code></pre>
694
694
*
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
696
696
* `"projects/{project_id_or_number}/groups/{group_id}"`.
697
697
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
698
698
*/
0 commit comments