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

有關詳細信息,請參閱身份驗證概述