Google api 使用GoogleCloudGroupsSearchAPI,如何搜索与指定查询匹配的组?

Google api 使用GoogleCloudGroupsSearchAPI,如何搜索与指定查询匹配的组?,google-api,google-apis-explorer,Google Api,Google Apis Explorer,搜索组时,必须在“尝试此API”中的“查询”字段中使用下面的此查询格式来测试API parent == 'customers/{customer_id}' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels 如果我用我的customer\u id替换customer\u id,那么API就会工作,我会以JSON格式返回我的所有组数据。但是,我想用电子邮件地址和组名筛选特定组。如果我想搜索电子邮件

搜索组时,必须在“尝试此API”中的“查询”字段中使用下面的此查询格式来测试API

parent == 'customers/{customer_id}' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels
如果我用我的customer\u id替换customer\u id,那么API就会工作,我会以JSON格式返回我的所有组数据。但是,我想用电子邮件地址和组名筛选特定组。如果我想搜索电子邮件地址和名称以tech开头的群组,我将如何使用上述格式进行搜索?例如,我尝试了一次返回400错误的尝试(请求包含无效参数):

parent == 'customers/{customer_id}' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels, name=:{Technology}*