Method: projects.sites.customDomains.operations.list

列出与请求中指定过滤器匹配的操作。

HTTP请求

GET https://firebasehosting.googleapis.com/v1beta1/{name=projects/*/sites/*/customDomains/*}/operations

URL 使用gRPC 转码语法。

路径参数

参数
name

string

操作的父资源的名称。

查询参数

参数
filter

string

标准列表过滤器。

pageSize

integer

标准列表页面大小。

pageToken

string

标准列表页面令牌。

请求正文

请求正文必须为空。

响应体

Operations.ListOperations的响应消息。

如果成功,响应正文包含具有以下结构的数据:

JSON 表示
{
  "operations": [
    {
      object (Operation)
    }
  ],
  "nextPageToken": string
}
领域
operations[]

object ( Operation )

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

nextPageToken

string

标准列表下一页标记。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/firebase.hosting.readonly
  • https://www.googleapis.com/auth/firebase.hosting
  • https://www.googleapis.com/auth/firebase.readonly
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform.read-only
  • https://www.googleapis.com/auth/cloud-platform

有关详细信息,请参阅身份验证概述