From 9316ca7231a4e01243a21331b5b645d729e55076 Mon Sep 17 00:00:00 2001 From: Xinyi Chen Date: Fri, 3 May 2024 12:21:18 -0700 Subject: [PATCH] update comment --- temporal/api/cloud/cloudservice/v1/request_response.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporal/api/cloud/cloudservice/v1/request_response.proto b/temporal/api/cloud/cloudservice/v1/request_response.proto index d7a64d0..39a3e07 100644 --- a/temporal/api/cloud/cloudservice/v1/request_response.proto +++ b/temporal/api/cloud/cloudservice/v1/request_response.proto @@ -241,7 +241,7 @@ message GetUserGroupsRequest { int32 page_size = 1; // The page token if this is continuing from another response - optional. string page_token = 2; - // Only return groups that grant access to the specified namespace - optional. + // Filter groups by the namespace they have access to - optional. string namespace = 3; // Filter groups by their type - optional. // Allowed values ["google_workspace"].