ListOperationsResponse

Operations.ListOperations 的响应消息。

JSON 表示法
{
  "operations": [
    {
      object (Operation)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
字段
operations[]

object (Operation)

与请求中指定的过滤条件匹配的操作列表。

nextPageToken

string

标准列表下一页令牌。

unreachable[]

string

无序列表。无法访问的资源。当请求设置 ListOperationsRequest.return_partial_success 并跨集合读取数据时,系统会填充此字段。例如,尝试列出所有受支持位置的所有资源时。