Method: projects.operations.list

列出与请求中指定的过滤条件匹配的操作。如果服务器不支持此方法,则会返回 UNIMPLEMENTED

HTTP 请求

GET https://discoveryengine.googleapis.com/v1/{name=projects/*}/operations

网址采用 gRPC 转码语法。

路径参数

参数
name

string

操作的父级资源名称。

查询参数

参数
filter

string

标准列表过滤条件。

pageSize

integer

标准列表页面大小。

pageToken

string

标准列表页面令牌。

returnPartialSuccess

boolean

如果设置为 true,则可访问的操作会正常返回,而不可访问的操作会在 [ListOperationsResponse.unreachable] 字段中返回。

在跨集合读取时,此值只能为 true,例如当 parent 设置为 "projects/example/locations/-" 时。

除非服务或产品特定文档中另有明确说明,否则此字段默认不受支持,如果设置此字段,则会导致 UNIMPLEMENTED 错误。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 ListOperationsResponse 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

如需了解详情,请参阅 Authentication Overview

IAM 权限

需要拥有 name 资源的以下 IAM 权限:

  • discoveryengine.operations.list

如需了解详情,请参阅 IAM 文档